IT-IMPORTANT QUESTIONS CODE 402 (1)
IT-IMPORTANT QUESTIONS CODE 402 (1)
Q. How can the use of styles help to improve the accessibility of a digital document?
Answer – Styles are an effective means of enhancing the accessibility of digital documents as
they provide a consistent structure and formatting that is easy for users with visual
impairments to navigate. By utilizing styles to define headings and subheadings, document
creators can establish a clear hierarchy of information that can be interpreted effectively by
screen readers.
This results in a document that is more user-friendly and inclusive, as it enables individuals
with visual impairments to easily access and understand the content. Ultimately, incorporating
styles into digital documents can have a positive impact on the overall accessibility and
usability of the document, which is a crucial consideration in today’s increasingly diverse and
inclusive society.
Q. How can the use of styles improve the efficiency of document creation and
editing?
Answer – Styles can enhance the efficiency of document creation and editing by enabling
users to quickly and easily apply formatting options to text and paragraphs. By defining a set
of styles that reflect the formatting options commonly used in the document, users can swiftly
apply those styles to text and paragraphs with a single click, streamlining the process and
saving time.
This feature allows for consistency in formatting, reduces the possibility of errors, and
improves the overall productivity of document creation and editing. In summary, using styles is
a powerful tool that significantly enhances the efficiency of digital document processing.
Q. How can styles be used to ensure consistency in a collaborative digital
document?
Answer – Using styles in a collaborative digital document can ensure consistency by defining
a set of agreed-upon formatting options. This allows all collaborators to use the same styles
throughout the document, resulting in a consistent appearance and better readability.
Q. How can styles be used to format text or paragraphs in a way that reflects the
document’s purpose or audience?
Answer – Users can use styles to ensure that the digital document effectively communicates
its message by applying styles that reflect its purpose or target audience. Furthermore, they
can modify existing styles or create new ones to satisfy the document’s unique requirements.
This approach results in a more readable and engaging document that is tailored to its
intended purpose.
Q. What is a table of contents in a digital document, and how can it benefit the
reader?
Answer – A table of contents in a digital document is a list of the document’s sections or
chapters with corresponding page numbers or hyperlinks. It provides an overview of the
document’s structure and helps the reader navigate the document quickly and easily. By using
a table of contents, the reader can locate specific sections of the document without having to
manually search for them, saving time and improving the reading experience.
Q. How can a table of contents be created and formatted in a digital document?
Answer – To create and format a table of contents in a digital document, users can follow
these steps:
Assign unique heading styles to each section or chapter of the document.
Insert a table of contents using the appropriate option from the menu or toolbar.
Customize the table of contents by choosing the desired style and formatting options to
match the document’s design and layout.
Update the table of contents whenever changes are made to the document’s structure or
content to ensure its accuracy and usefulness to the reader.
Q. What are some best practices for creating a table of contents in a digital
document?
Answer – When creating a table of contents in a digital document, it is important to use
descriptive and accurate section or chapter headings, update the table of contents as changes
are made to the document, use accurate hyperlinks or page numbers, customize the
formatting to match the document’s design, and test the table of contents to ensure it is user-
friendly and easy to navigate.
Q. How can the use of a table of contents benefit the author of a digital document?
Answer – Using a table of contents can be advantageous for the writer of a digital document
in various ways. By presenting a structured and well-organized summary of the document’s
content, the writer can ensure that the document is easily comprehensible and coherent.
Consequently, this can save time and minimize the possibility of mistakes that may arise when
the reader has to search for particular sections or chapters manually.
ELECTRONIC SPREADSHEET
1. What is Consolidating data?
Answer – The Data Consolidation tool summarises data from multiple worksheets or
workbooks into a single worksheet that you can simply update. Consolidate has a graphical
interface for copying data from one set of cells to another and then performing one of a dozen
operations on it. Consolidation allows the contents of cells from many sheets to be
consolidated in one location.
2. What is Subtotal?
Answer – SUBTOTAL: totals/adds data in an array—that is, a collection of cells with column
and/or row labels. You can choose arrays and then apply a statistical function (sum, average,
max, min) to them using the Subtotals dialogue. To maximise efficiency, a function can be
applied to up to three sets of arrays.
3. What is Goal Seek?
Answer – The word “goal seeking” refers to the act of determining your input value based on
a previously determined output value. The method entails the use of a certain operator in a
formula that may be calculated with computer software.
Example: Set Cell: This specifies the cell whose value will be changed to the desired value
after the Goal Seek operation is completed.
For instance, Jack received a 25 out of 30 in English and a 22 out of 30 in Math. In order to
calculate the score in IT, he needs to acquire an overall score of 85 percent. As a result, a goal
has been established, and according to it, Jack will discover one unknown variable, IT marks.
4. What is Scenario?
Answer – Scenarios are a tool to test “what-if” questions. Each scenario is given a unique
name and can be changed and presented independently. Only the content of the currently
active scenario is printed when you print the spreadsheet. A scenario is essentially a set of
saved cell values that you may use in your calculations. Using the Navigator or a dropdown list
displayed beside the changing cells, you may simply switch between these sets.
5. What is Solver?
Answer – The Solver option in the Tools menu is essentially a more advanced version of Goal
Seek. The Solver, on the other hand, deals with equations involving several unknown variables.
It is meant to minimise or maximise the result based on a set of rules that you specify.
6. Differentiate between relative and absolute hyperlinks.
Answer – An absolute hyperlink will stop working only if the target is moved. A relative
hyperlink will stop working only if the source and target locations change relative to each
other.
Suppose, if you have two spreadsheets in the same folder linked to each other and you move
the entire folder to a new location, a relative hyperlink will not break a link.
7. How can we rename a worksheet in Spreadsheet?
Answer – There are three ways you can rename a worksheet, and the only difference between
them is the way in which you start the renaming process. You can do any of the following:
Double-click on one of the existing worksheet names. Right-click on an existing worksheet
name, then choose Rename from the resulting Context menu. Select the worksheet you want
to rename (click on the worksheet tab) and then select the Sheet option from the Format
menu. This displays a submenu from which you should select the Rename option.
7. What is RDBMS?
Answer – RDBMS stands for Relational Database Management System is an upgraded version
of DBMS, RDBMS stores the data in the form of a table. In RDBMS multiple tables can be linked
together, and support multiple users to access the database.
8. What different types of keys are available in RDBMS?
Answer – The different keys available in RDBMS are –
a. Primary Key (PK) – A primary key is a unique value that identifies a row in a table. If the
primary key is defined to any table column it means the duplication will be not allowed.
b. Composite Primary Key – When a primary key is applied to one or more columns in the
same table is known as Composite Primary Key.
c. Foreign Key (FK) – By default columns are foreign key, foreign key points to the primary
key of another table.
9. What are the different database objects?
Answer –
a. Table – A table is a collection of data components structured in the form of vertical columns
and horizontal rows.
b. Columns / Fields / Attributes – Columns or Fields or Attributes all are the same, A column
is a collection of data values of a single data type, one for each row in a table. It is also known
as the heading of the column.
c. Rows / Records / Tuples – A row, also known as a Record or Tuple, is a single data item in
a table. A database table can be represented as a series of rows and columns or fields. Each
row in a table represents a set of related data, and each row has the same structure.
10. What are data types?
Answer – Datatypes are used to define the type of data that will be stored in the database.
Data types in the OpenOffice base are classified into five types.
a. Numeric Types – Numeric data types are used to describe numerical values for fields in a
database table. Numeric data types used for numbers and decimals.
Some of the important numeric data types are –
a. Boolean b. Integer c. Numeric
d. Decimal e. Float f. double
b. Alphanumeric Types – Alphanumeric data types are used to describe character values for
fields in a database.
Some of the important alphanumeric data types are –
a. Longvarchar b. Char
c. Varchar d. Varchar_ignorecase
c. Binary Types – For storing data in binary formats, binary data types are used. Binary data
types in a database can be used to store images, music files, and so on.
Some of the important Binary data types are –
a. Varbinary b. Binary c. Longvarbinary
d. Date time – Date and time data types are used to describe date and time values for fields
in a database table.
Some of the important Date time data types are –
a. Date b. Time c. Timestamp
11. In how many ways tables can be created in Base?
Answer – There are two different ways to creating the table in database –
a. Using Design View
b. Using Wizard
Banglor
4 Sangeeta 01/07/2004 6666666666 F 96
e
29. Write the SQL commands to answer the queries based on Fabric table
FABRICID FNAME TYPE DISC
30. Consider the following Vendor table and write the queries
VendorID VName DateofRegistration Location
11 Soap 40 80
22 Powder 80 30
55 Soap box 20 50
a. Display the total amount of each item. The amount must be calculated as the
price multiplied by quantity for each item.
Answer – Select price * quantity from item;
b. Display the details of items whose price is less than 50.
Answer – Select * from item where price < 50;
32. Identify the columns and data types of a table: Airlines. Mention at least four
columns with data type.
Answer –
Columns Data type
Flight No Text
No.of Passengers Integer
Airlines Text
Arrival_Time Date/Time
Departure_Time Date/Time
Fares Decimal
33. Identify the columns and data types of a table: Students. Mention at least four
columns with data type.
Answer –
Columns Data type
RollNo Integer
Student_name Varchar(20)
Father_name Varchar(20)
Mother_name Varchar(20)
Address Varchar(50)
DOB Date
34. Why there is a need to create Forms?
Answer – A form allows the user to enter information into a database in a systematic manner.
It is a user-defined interface that allows users to see, enter, and edit data directly in database.
35. What is the purpose of creating Reports?
Answer – Reports help to present the data in proper manner which is stored in the database,
It also displays the data in summary format.
35. What are the basic fire safety rules followed in an organization?
Answer – The most basic fire safety rules are –
a. Fire escape plans must be installed
b. Organization have to conduct regular drills
c. Smoke alarms must be installed
d. Keep workplace a no – smoking zone
e. Regular maintenance of safety equipment.
36. What are the falls and slips safety rules?
Answer – The rules for falls and slips safety rules are –
a. Keep the moving are clean and dry
b. Workplace must be proper ventilated
c. Wear non slippery footwear
d. Oil spills, dust must be cleaned immediately.
37. What are the basic electricity safety rules?
Answer – Electricity safety rules are –
a. A recognized organization should authorize the electrical equipment.
b. Workers should be trained in the safe use of electrical equipment.
c. Electrical equipment that has been damaged or is dangerous should be replaced
immediately.
d. Heat-emitting equipment should be maintained separate from electrical equipment.
e. Make sure that the outlets/circuits are not overloaded.
38. What are the safety rules of first aid?
Answer – The safety rules of first aid are –
a. Assure the injured to remain calm and not to panic
b. If they are in shock, keep them warm.
c. In the instance of a back/neck injury, do not move the victim.
39. Examples of occupational hazards?
Answer – Examples of occupational hazards are –
a. Physical hazards
b. Chemical hazards
c. Biological hazards
d. Behavioral hazards
e. Radiological hazards
f. Ergonomic hazards
40. What are the different types of accidents?
Answer – The different type of accidents are –
a. Accidents at workplace – Slips and fall accidents
b. Industrial disease / illness
c. Road traffic accidents
d. Clinical Accidents
e. Sports related accidents
41. What care should an organization take to handle accidents?
Answer – The safety rules an organization take to handle accidents are –
a. Safety measures should be installed in workplace
b. Immediately call the medical team for any injury
c. Stay alert
d. Pay attention to and follow emergency drills
Disadvantages of ICT
a. Traditional books and handwritten methods are at risk.
b. Managing courses online is difficult
c. Teachers require experience to handle ICT
d. Risk of cyber attacks and hacks
e. Misuse of technology
3. Difference between Hardware and Software?
Answer – A computer system consists of two main parts – Hardware and Software
a. Hardware – Hardware is a physical part of a computer system. We can feel and touch the
hardware devices. example – CPU, Mother Board, Hard Disk, Keyboard, Mouse, Printer etc.
b. Software – Software related to the programs which perform different types of tasks on the
computer system. Program is a collection of Instructions. It also helps the computer to perform
the specific task. Example – Open Office Base, Spreadsheet, Presentation etc.
4. What is BIOS?
Answer – BIOS stands for Basic Input/ Output System, It helps the computer system to identify
(Self-test) the paraperaphal devices which are connected to the computer system and helps
computers to load Operating System properly.
5. What are the different types of keys in Keyboard?
Answer –
a. Function keys – F1 to F12 are function keys in the keyboard, function keys are used for
specific purposes.
b. Control keys – SHIFT, CONTROL (CTRL),ALT, SPACEBAR, TAB AND CAPS LOCK are known as
a control key, these keys are used as per the demand.
c. Enter key – ENTER or RETURN keys are known as Enter key, depending on the brand of
computer that you are using.
d. Punctuation keys – It includes keys for punctuation marks, such as colon (:), semicolon (;),
question mark (?), single quotation marks (‘ ’), and double quotation marks (“ ”).
e. Navigation keys – END, HOME, PAGE DOWN, PAGE UP and Arrow keys are known as
navigation keys, these keys are used to move up, down, left or right in the document.
f. Command keys – BACKSPACE, INSERT (INS) and DELETE(DEL) are known as command
keys. INSERT key allows you to overwrite characters to the right side.
The DELETE command key and BACKSPACE key are used to remove typed text, character, or
any other objects from the right and left side of the cursor.
g. Windows key – Windows key is used to open the Start menu.