It - Solutions 2
It - Solutions 2
MCQ
Q1. How many sustainable development goals are given by the United Nations?
Ans (b) 17
Q2. Choose the option which defines sustainable development.
Ans.(c) Taking care of ourselves and the future generations
Q3. Which organization has made the Sustainable Development Goals?
Ans. (i) United Nations
Q4. Which of the following sources of energy is from a renewable source?
Ans. (i) solar energy
Q5. Choose the option which is not a sustainable development goal according to United
Nations.
Ans.(c) Population
Subjective Questions
Q1. What is the meaning of Sustainable development?
Ans. Sustainable Development is the development that satisfies the needs of the present
without compromising the capacity of future generations.
Q2. Why do you think the United Nations has made the 17 sustainable Development
Goals?
Ans. The 17 SDG’s have been made with the aim to take care of important issues facing
businesses, governments and societies like poverty, gender equality, water use, energy, climate
change and biodiversity. Countries are now making policies and regulations that will promote
sustainable systems needed in all economic sectors to provide a secure, affordable and
sustainable economy.
Q3. List some ways in which we can use resources sensibly.
Ans. We can become responsible for our own environment by
1. Reusing paper, glass, plastic, water, etc.
2. Taking cloth bags to market carrying fruits and vegetables.
3. Donate things we do not use such as clothes, books, furniture, food, etc.
4. Buy and eat seasonal fruits and vegetables from local growers.
5. Repair leaking taps and pipes to avoid wasting water.
6. Sort and treat garbage before disposing of.
Q4. Explain the importance of education towards sustainable development.
Ans. Education is the most important factors for sustainable development. Children who have
gone to school will be able to do jobs so that they can take care of themselves and their
families. Education helps us become aware of our role as a responsible citizen. We should
1. Use the facilities present in our areas.
2. Take our friends to school.
3. Help friends study.
4. Stop friends from dropping out of school.
PART-B
UNIT-3
DATABASE MANGEMENT SYSTEM USING LIBREOFFICE BASE
CH-8 INTRODUCTION TO DATABASE MANGEMENT SYSTEM
A. Multiple choice questions
Q1. Which of the following cannot be considered as an example of a database?
(a) Dictionary
(b) Telephone directory
(c) Marks Register
(d) Newspaper
Ans. (d) Newspaper
Q4. Which of the following data models sets a relation between the two or more tables?
(a) Relational Data Model
(b) Network Data Model
(c) Hierarchical Data Model
(d) Connection Data Model
Ans. (a) Relational Data Model
Q9. A ___________is a feature of a database using which we can enter data in a table in an
easy and user friendly manner.
(a) query
(b) report
(c) form
(d) field
Ans. (c) form
4. The data values for all the fields related to a person or object is called a
_____________________.
Ans. 4. The data values for all the fields related to a person or object is called a record.
5. All the field values that are eligible to be the primary key are the
___________________ keys for that table
Ans. 5. All the field values that are eligible to be the primary key are the candidate keys
for that table
Ans. (a) A database is a collection of logically related data items stored in an organized
manner.
(b) Duplication of record is called data redundancy
(c) A report is the formatted result of query which contain data required for decision
making and analysis
Q2. Give one point of difference between
(a) Data and Information,
(b) Form and Query,
(c) Network and hierarchical data model
Ans.
Data Information
Raw facts and figures is called data Processed data is called information
Form Query
In Network Data model, multiple All the records in this model are linked to each
records are other at
linked to same master file various levels, thereby forming a hierarchy
Q3. Give any four advantages of a DBMS.
Ans. Book_Id
(c) Is there any alternate key in the table?
Ans.
Primary Key Foreign Key
For Example
In ‘TEACHER’ table ‘T_ID’ will act as Primary Key while in ‘DEPARTMENT’ table ‘T_ID’ will
act as Foreign Key
Q2. A currency data type can only store monetary data that is in dollars.
(a) True
(b) False
(c) Neither a nor b
(d) Both a and b
Q5. Which of the following methods can be used to create a table in Base?
(a) Using a table wizard
(b) Design View
(c) Both a and b
(d) Neither a nor b
Q6. The related objects of a database can be seen in _______________ pane of the Base
Database window.
(a) Database
(b) Task
(c) Title Bar
(d) Menu Bar
Q8. The Design view of Table Creation window in LibreOffice Base is divided
into ___________ sections or panes.
(a) 2
(b) 3
(c) 4
(d) 5
Ans. (a) 2
Q9. While entering records in a table, we can move to the next field by pressing the
_____________ key.
(a) Tab
(b) Ctrl
(c) Enter
(d) Shift
3. A Boolean data type can have two or more than two values.
Ans. 3. A Boolean data type can have two or more than two values. False
10. Sort dialog box can only help to sort data in ascending order.
Ans. 10. Sort dialog box can only help to sort data in ascending order. False
7. A _________________ icon appears before the field name indicating that it is a primary
key.
Ans. 7. A Key icon appears before the field name indicating that it is a primary key.
9. The black pointing arrow just before the field name in a table is called
___________________.
Ans. 9. The black pointing arrow just before the field name in a table is called record
pointer.
Ans.
Memo Varchar
Ans.
Number Decimal
Ans.
This view is used to design the structure of the This view is used to enter the values in the
table. table.
In this view, we can add or delete the fields In this view, we can add or delete the rows
Q3. Name the menu items present on the Base User Interface.
Ans. Menu items present on the Base User Interface are:
1. File
2. Edit
3. View
4. Insert
5. Tools
6. Window
7. Help
Q4. Label the components – Title Bar, Database Pane, Tasks Pane, Status Bar of the
LibreOffice Base User Interface.
Ans. (b) the corresponding record in transaction table can only be entered once.
Q5. Which type of relationship exists between a student and the subjects studied by him/her?
(a) One-to-one
(b) One-to-many
(c) Many-to-many
(d) All of the above
Ans. 2. In a table, a record for a particular entity should not be repeated. True
Ans. 4. If a table is edited, the records already entered in it are deleted. False
5. The record in master table should be entered before the corresponding record is
entered in the transaction table.
Ans. 5. The record in master table should be entered before the corresponding record is
entered in the transaction table. True
6. In one-to-many relationship, one specific record of the master table has more than one
corresponding records in the related transaction table.
Ans. 6. In one-to-many relationship, one specific record of the master table has more
than one corresponding records in the related transaction table. True
Ans. 9. A relationship is always set between the tables based on a common field. True
10. If the master record is deleted, the transaction records will always be deleted.
Ans. 10. If the master record is deleted, the transaction records will always be
deleted. False
2. The most important prerequisite for setting a relationship between the two tables is
that there must be a _____________ between them.
Ans. 2. The most important prerequisite for setting a relationship between the two tables
is that there must be a Common field between them.
Ans. 3. In One – to – One relationship, one specific record of a master table has one and
only one corresponding record in the transaction table.
4. ___________________is one of the most common types of relationship between the
tables in a database.
Ans. 4. One – to – Many relationship is one of the most common types of relationship
between the tables in a database.
Ans. 5. A record being entered in a transaction table must always exist in a master table.
Ans. 6. The principle of referential integrity helps prevent missing data by keeping
deleted data from getting out of synch.
7. Creating _________________ between tables restricts the user from entering invalid
data in the referenced fields.
Ans. 7. Creating relationship between tables restricts the user from entering invalid data
in the referenced fields.
10. The ______ window is used to set relationships between the tables.
Ans. 10. The Relationship design window is used to set relationships between the tables.
Ans. Referential integrity refers to the relationship between tables. Referential integrity is
used to maintain accuracy and consistency of data in a relationship. LibreOffice Base
will allow only that corresponding record to be entered in the transaction table which
already exists in the master table.
DBMS maintains referential integrity in a database.
Q4. Differentiate between one to one relationship and one to many relationship. Give suitable
examples to explain your answer.
Ans. One-to-One relationship: In this type of relationship, one specific record of a master
table has one and only one corresponding record in the transaction table.
One-to-One Relationship
One-to-Many relationship: In this type of relationship, one specific record of the master
table has more than one corresponding records in the related transaction table. For
example
Ans. (c) F5
Q7. Which of the following functions can be performed on numerical data while designing a
query?
(a) Sum
(b) Minimum
(c) Maximum
(d) All of the above
Ans. 4. LibreOffice Base provides us with two ways to create a query. False
Ans. 7. A query can be used to display the average value of a numerical field. True
8. While designing a query, the criterion can be set on only one field.
Ans. 8. While designing a query, the criterion can be set on only one field. False
Ans. 10. In query Design window, the visible check box is selected by default. True
11. A query once created using a wizard can only be edited in the Design view.
Ans. 11. A query once created using a wizard can only be edited in the Design view. True
2. The result of the query is displayed in _______________ form with field names in
columns
Ans. 2. The result of the query is displayed in report form with field names in columns
6. The conditions to filter the records are set in the ___________ row.
Ans. 6. The conditions to filter the records are set in the criterion row.
7. When a table is selected in a Query wizard, the corresponding fields are displayed in
the ________________ list box.
Ans. 7. When a table is selected in a Query wizard, the corresponding fields are
displayed in the Available fields list box.
8. The result of the query can be displayed in ________ or ________ order of any
particular field of the table.
Ans. 8. The result of the query can be displayed in ascending or descending order of any
particular field of the table.
9. At the most ___________ search conditions can be given in the query wizard.
Ans. 9. At the most three search conditions can be given in the query wizard.
10. The last step of the Query wizard displays the entire _________ of the query.
Ans. 10. The last step of the Query wizard displays the entire overview of the query.
11. The _________ view is a more flexible method to create a query.
Ans. 11. The design view is a more flexible method to create a query.
12. To edit any query, right click on the ____________ icon of the query that has to be
edited.
Ans. 12. To edit any query, right click on the query icon of the query that has to be
edited.
13. In the _____________ row of the Query Design grid, we can type the column heading
that will be displayed instead of field name when we run the query.
Ans. 13. In the alias row of the Query Design grid, we can type the column heading that
will be displayed instead of field name when we run the query.
Ans.
1. Give table name
2. Select the fields
3. Set the sorting order
4. Set the criterion
5. Give Alias
Q3. What all information is seen in the overview (last step) of the Query wizard?
Ans. Last Step of Query Wizard includes the following (Query Wizard Overview)
Name of the Query – By default, the name of the query is Query_Table1.
The action to be performed after the wizard finishes – By default Display Query option
will be selected. Click and select the Modify Query radio button if the query has to be
edited in the Design view.
Complete detail of the query – This section contains a summary about the query that has
been created.
Q4. What is the use of Alias row in the Design grid of the Query Design window?
Ans. Sometimes field names are not user friendly so Alias can be used to display
meaningful names of the fields in the output.
Q5. Name any four mathematical functions that can be applied to numerical data in a query.
Ans. Four mathematical functions that can be applied to numerical data in a query are:
1. Sum
2. Average
3. Minimum
4. Maximum
Q6. Name the three ways of creating a query in LibreOffice Base?
Ans. Three ways of creating a query in LibreOffice Base are:
1. Design View
2. Use Wizard
3. SQL view.
Ans. 3. We have to add all fields of the table on the form. False
Ans. 4. There are two ways in which a form can be created. True
Ans. 9. By default, the records in a report are sorted in descending order. False
Ans. 10. We can group data based on a particular field in a report. True
11. A report can have data only in row and column format.
Ans. 11. A report can have data only in row and column format. False
Ans. 12. We can insert both date and time of generation of report. True
3. A ____ is a piece of text that specifies the data that should be entered in the field value
text box.
Ans. 3. A label is a piece of text that specifies the data that should be entered in the field
value text box.
Ans. 4. By default the border of the field text value is displayed in 3D.
5. A ______________ is a small piece of text that is displayed when the mouse pointer is
placed on a particular control on the form.
Ans. 5. A Tool tip is a small piece of text that is displayed when the mouse pointer is
placed on a particular control on the form.
6. The default orientation option for a report is _______________________.
7. A _______________ is the manner in which the labels, field values, titles etc. will be
displayed in the report.
Ans. 7. A Layout is the manner in which the labels, field values, titles etc. will be
displayed in the report.
8. The option to insert date and time in the report is present in ______________ menu.
Ans. 8. The option to insert date and time in the report is present in insert menu.
Ans. 10. A Dynamic type of report changes automatically as the field values in the
D. Answer the following questions
Q1. Give one difference between a form and a report.
Ans.
Form Report
A form provides an interface that allows users Reports are used to present data in a
to format
enter, change and view the data in a table. that can be printed.
Q2. What is a field control with respect to forms?
Ans. A field control consists of a label and the field value text box. A label is a piece of
text that specifies the data that should be entered in the field value text box. A field value
text box is linked to the respective field in the table.
Q3. Which tool on the Forms Record toolbar is used to insert text on the form?
Ans. Text box
Q4. Name the two ways to create a form in LibreOffice Base.
Ans. Two ways to create a form in LibreOffice Base are:
1. Using a wizard
2. Using the Design View
Q5. What is the difference between a static and a dynamic report?
Ans. Difference between a static and a dynamic report are:
Dynamic Report Static Report
Q2. Which of the following is not mandatory to keep the good health of an employee?
(a) Cleanliness
(b) Food court
(c) Clean and fresh air
(d) Clean washroom
Ans. (b) Food court
Q6. Which of the following can cause hazards while using computers?
(a) Poor sitting postures or excessive duration of sitting in one position
(b) Lifting heavy object
(c) Mishandling of tools and equipment
(d) Improper handling of office equipment
Ans. (a) Poor sitting postures or excessive duration of sitting in one position
Q7. Which of the following statements is likely to result in an injury to the operator?
(a) Selecting the right tool for the job
(b) Wearing safety goggles or glasses
(c) Using a tool with loose handles
(d) Keeping cutting tools sharp
Ans. (c) Using a tool with loose handles
1. The employer and employees are responsible for workplace safety. True
2. Any injury at work should be reported to the supervisor immediately. True
3. No matter how big or small the injury; the injured person should receive medical attention. True
4. While working with machines and equipment, employees must follow the safety guidelines set by the
company. True
5. Bright light sources behind the display screen can create contrast problems. True
6. Exposure to bright lights and toxic fumes and vapour could damage the mouth and ears. False
7. The use of personal protective clothing and equipment can control the hazards at workplace. True
8. Do not throw rubbish daily. True
9. Proper handling of office equipment can result in injuries. False
10. Stress at workplace can cause hazard in today’s organisation. True
Q 2. State the most important reasons for health, safety and security programs in workplace.
Ans. Most important reasons for health, safety and security programs in workplace are:
1. It clearly state that the company is not only doing the business for profits but it is taking care of all its
stake holders.
2. It shows the performance of the business and the safety performance are compatible with each other.
3. It clearly indicates the company’s commitment for their employee’s health and safety.
4. Injuries and illness of the employees is prevented through such policy.
2. Handling Office Equipment: Improper handling of office equipment can result in injuries. For example,
sharp-edged equipment if not handled properly, can cause cuts.
3. Stress at Work: In an organisations, we may encounter various stress like long working hours can be
stressful and so can aggressive conflicts or arguments with colleagues.
4. Working Environment: Potential hazards may include poor ventilation, chairs and tables of
inappropriate height, hard furniture, poor lighting, staff unaware of emergency procedures, or poor
housekeeping.
Q2. Air pollution is mostly caused by production of the ________in the surrounding air.
(a) dust
(b) mixture of solid particles
(c) gases
(d) All of above
Ans. (d) All of above
Q5. For an organisation, the proper security procedures will reduce _________________.
(a) liabilities
(b) insurance
(c) business revenue
(d) operational charges of the company
Ans. (a) liabilities, (b) insurance and (d) operational charges of the company
Q9. If light is coming directly behind or in front of you then you may suffer from _____.
(a) eye strain
(b) sore eyes
(c) dry eyes
(d) eye strain and sore eyes
Ans. (d) eye strain and sore eyes
1. The work environment of the organisation must be free from hazards and risk. True
2. Practice a no vehicle day in every week to avoid air pollution. True
3. Applying ergonomics can improve performance and productivity. True
4. Wear rings, watches and necklaces while working on the computer. False
5. Never touch or try repairing any electrical equipment or circuits with wet hands. True
6. Unplug all power sources and cables from computer while working on computer. True
7. Occupational overuse syndrome, also known as repetition strain injury. True
8. The work chair must be stable and allow the user to move easily. True
9. Artificial lighting from computer screens can cause sleeping problems. True
10. The keyboard and mouse should not be kept at the same level. False
Ans.
Q1. What are the steps necessary for operating a fire extinguisher?
(a) Identify the safety pin of the fire extinguisher which is generally present in its handle
(b) Break the seal and pull the safety pin from the handle
(c) Use the fire extinguisher by squeezing the lever
(d) All of the above
Ans. (d) All of the above
Q3. In fire classification, all liquid, grease, and gas material comes under ______.
(a) Class A material
(b) Class B material
(c) Class C material
(d) Class D material
Ans. (b) Class B material
Q4. In fire classification, material magnesium, potassium, and sodium comes under ___.
(a) Class A material
(b) Class B material
(c) Class C material
(d) Class D material
Ans. (d) Class D material
Q5. In fire classification, material wood, cloth, and paper comes under ____.
(a) Class A material
(b) Class B material
(c) Class C material
(d) Class D material
Ans. (a) Class A material
Q6. In fire classification, electrical material and equipment comes under ________.
(a) Class A material
(b) Class B material
(c) Class C material
(d) Class D material
Ans. (c) Class C material
Q9. Which of the following contains everything you need to know about evacuating your facility
safely?
(a) Evacuation Diagram
(b) Emergency Action Plan
(c) Employee Directory
(d) Both (a) and (b)
Ans. (d) Both (a) and (b)
Q10. The best course of action to take during a medical emergency is to ____.
(a) Begin first aid immediately
(b) Activate the emergency plan for reporting injuries
(c) Notify the person’s family about the situation
(d) Both (a) and (b)
Ans. (d) Both (a) and (b)
1. Emergency is a serious or crisis situation that needs immediate attention and action.
2. A Wet floor sign will warn people to walk carefully on freshly mopped floors.
23. Watch your steps signs can prevent accidents on a staircase with a sharp bent or warn against a
loose floor tile.
24. The coordinator should be responsible to handle evacuation process
25. Workplace fires are commonly caused by improper storage of flammable material or combustible
dust.
26. There should always be an emergency response plan for scheduled electrical maintenance or work.
27. If the victim is breathing and has a heartbeat, give first aid for injuries and treat for shock.
28. A fire extinguisher is a cylindrical pressure vessel containing an agent which can be discharged to
extinguish a fire.
C. True/False
1. The organisation’s policies and guidelines is the best guide to handle emergency. True
2. If someone is injured, act as per your impulse or gut feeling. False
3. Keep water and food items away from electrical equipment. True
4. Always switch off the electrical circuits. False
5. Always wear protective equipment, such as gloves and shoes. False
6. A fire extinguisher is a protection device used to extinguish fires. True
7. Flammable materials can be placed around a door exit. False
8. You can determine possible evacuation routes from floor plan diagrams posted in your facility. True
Q 7. What are the various types of fire extinguisher and their extinguishing material?
Ans. Various types of fire extinguishers are:
1. Water
2. Foam
3. Dry powder
4. CO2
5. Wet chemical
1. Water Fire Extinguishers are good for tackling fires involving burning paper, wood and soft furnishing
(Class A fires), as the water soaks into the materials and cools them.
2. Foam fire extinguishers are suitable on Class A fires and fires involving flammable liquids (Class B)
3. Dry powder fire extinguishers are incredibly versatile and can be used for almost every kind of fire.
(Class A, Class B and Class C)
4. CO2 fire extinguishers (also known as carbon dioxide fire extinguishers) are mainly used for electrical
fires.
5. Wet chemical fire extinguishers (also known as Class F fire extinguishers) are the extinguisher that can
safely be used for fires involving cooking oil.
Q 8. What are the steps for operating a fire extinguisher in case of a fire emergency?
Ans.
1. Identify the safety pin of the fire extinguisher, present in its handle.
2. Break the seal and pull the safety pin from the handle.
3. Use the fire extinguisher by squeezing the lever.
4. Sweep it from side to side.
Wet chemical
Water Foam Dry Powder CO2
Fire A
A A&B A, B & C B&C
Class