0% found this document useful (0 votes)
24 views35 pages

It - Solutions 2

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views35 pages

It - Solutions 2

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 35

Green Skills NCERT solutions Unit-5

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

Q2. Which of the following is NOT a DBMS?


(a) MS Access
(b) Open Office Base
(c) MS Excel
(d) MySQL
Ans. (c) MS Excel

Q3. DBMS stands for __________.


(a) Data and Books Management System
(b) Database Management System
(c) Duplicate Books Management System
(d) Data Management Multi System
Ans. (b) Database Management System

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

Q5. The details associated with an entity are called ________________.


(a) Table
(b) Attributes
(c) Records
(d) Primary key
Ans. (b) Attributes

Q6. A ________________ is represented as rows in a table.


(a) field
(b) attribute
(c) record
(d) candidate key
Ans. (c) record

Q7. In which of the following forms can a data value be represented?


(a) Numeric
(b) Character
(c) Alphanumeric
(d) All of the above
Ans. (d) All of the above
Q8. Which of the following uniquely identifies a row in a table?
(a) Primary key
(b) Alternate key
(c) Foreign key
(d) Candidate key
Ans. (a) Primary key

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

Q10. A _______________ is a question asked from a database.


(a) query
(b) report
(c) form
(d) field
Ans. (a) query

B. State whether the following statements are True or False


1. A database cannot be organised.

Ans. 1. A database cannot be organised. False

2. Data is the collection of raw facts.


Ans. 2. Data is the collection of raw facts. True

3. A table can be created without a primary key.

Ans. 3. A table can be created without a primary key. False

4. Two tables can be related in a network data model.

Ans. 4. Two tables can be related in a network data model. False

5. MS Access is an example of a database.

Ans. 5. MS Access is an example of a database. False

C. Fill in the blanks


1. The raw facts constitutes _________________.
Ans. 1. The raw facts constitutes data.

2. An ___________________ is a real world object about which information is to be stored


in a database
Ans. 2. An entity is a real world object about which information is to be stored in a
database

3. The output of a query may be displayed in the form of _______________________.


Ans. 3. The output of a query may be displayed in the form of Report.

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

D. Answer the following questions


Q1. Define the terms
(a) Database
(b) Data redundancy
(c) Report

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

A form is a feature of a database using


which A query is used to retrieve the desired
we can enter data in a table in an easy information
and user from the database.
friendly manner.

Network Data Model Hierarchical Data Model

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. Advantages of a DBMS are (Write any four)


1) Organised Storage: The data in the database is stored in an organised manner, so that
retrieval of the required data is fast and accurate.
2) Data Analysis: A database helps in analysis of data based on certain criteria.
3) Reduces Data Redundancy: Database reduces data redundancy (duplication of data)
4) Sharing of Data: In a database, the users of the database can share the data among
themselves.
5) Data Integrity: Data integrity means that the data is accurate and consistent in the
database.
6) Data Security: Database provides data security as only authorized users are allowed to
access the database and their identity are authenticated by using a username and
password.
7) Privacy: The privacy rule in a database states that only the authorized users can
access a database according to its privacy constraints.
8) Backup and Recovery: Database Management System automatically takes care of
backup and recovery.
Q4. Consider the table given below and answer the questions
that follow

(a) Name the fields in the given table.

Ans. Fields in the table are


1. Book_Id
2. Book Name
3. Author Name
4. Price
5. Publisher
(b) Which field should be made the primary key?

Ans. Book_Id
(c) Is there any alternate key in the table?

Ans. Book Name


(d) How is primary key different from foreign key? Explain with example.

Ans.
Primary Key Foreign Key

The foreign key identifies a column or set


It is a field which uniquely identifies of columns in one (referencing) table that
the records refers to a column or set of columns in another
(referenced) table.

It cannot have NULL values It can have NULL values

For Example
In ‘TEACHER’ table ‘T_ID’ will act as Primary Key while in ‘DEPARTMENT’ table ‘T_ID’ will
act as Foreign Key

CH 9 STARTING WITH LIBRE OFFICE BASE QUESTIONS ANSWERS

A. Multiple choice questions


Q1. Which of the following is NOT a type of text data type?
(a) Memo
(b) Varchar
(c) Float
(d) Char

Ans. (c) Float

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

Ans. (b) False

Q3. Which of the following data type can store date?


(a) Date
(b) Time
(c) Both date and time
(d) Neither date nor time

Ans. (c) Both date and time

Q4. Which of the following is true about LibreOffice Base?


LibreOffice subscription
(a) It is a spreadsheet software
(b) It is free and open source software
(c) It can store only character data
(d) It is a licensed software.

Ans. (b) It is free and open source software

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

Ans. (c) Both a and 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

Ans. (a) Database

Q7. Which is the shortcut key to open an existing database?


(a) Ctrl+ D
(b) Ctrl+O
(c) Ctrl+E
(d) Ctrl+F

Ans. (b) Ctrl+O

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

Ans. (a) Tab

Q10. Which of the following is true about primary key of a table?


(a) Every table must have a primary key
(b) The data values in primary key field cannot be duplicated.
(c) A primary key field cannot be left blank
(d) All of the above

Ans. (d) All of the above

B. State whether the following statements are True or False


1. The text data can contain special characters.
Ans. 1. The text data can contain special characters. True

2. Memo data type can be used to store descriptive data.


Ans. 2. Memo data type can be used to store descriptive data. True

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

4. We cannot store audio data in LibreOffice Base.

Ans. 4. We cannot store audio data in LibreOffice Base. False

5. The properties of a field change according to the data type selected.


Ans. 5. The properties of a field change according to the data type selected. True

6. Field description may or may not be entered while designing a table.


Ans. 6. Field description may or may not be entered while designing a table. True

7. |◄ is pressed to move to the last record.


Ans7. |◄ is pressed to move to the last record. False

8. appears when the record is being edited.


Ans. 8. appears when the record is being edited. True

9. A table once created in a database cannot be edited.


Ans. 9. A table once created in a database cannot be edited. 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

C. Fill in the blanks


1. A __________________ refers to the type of data that will be stored in that particular
field.
Ans. 1. A data type refers to the type of data that will be stored in that particular field.

2. The __________________ data is a combination of letters, numbers or special


characters.
Ans. The text data is a combination of letters, numbers or special characters.

3. _______________ data type can be used to store Aadhar number.


Ans. Text Char(Fix) data type can be used to store Aadhar number.

4. The ______________ data type used to store digitized images.


Ans. 4. The binary data type used to store digitized images.

5. The shortcut key to save a table is _______________.


Ans. 5. The shortcut key to save a table is Ctrl + S.
6. _________________ on the Base Interface Window displays information about the type
of view of the object in the database.
Ans. 6. Tasks Pane on the Base Interface Window displays information about the type of
view of the object in the database.

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.

8. The data can be entered in a table only in ____________ view.


Ans. 8. The data can be entered in a table only in datasheet view.

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.

10 The process of arranging the records in particular order on any filed is


called ___________________.
Ans. 10 The process of arranging the records in particular order on any filed is
called Sorting.

D. Answer the given questions


Q1. Differentiate between:
(a) Memo and Varchar data type

Ans.
Memo Varchar

It is used to store long alphanumeric data. for


It is used to store small alphanumeric
example Summary of a book, review of a movie
data. for example Name, Address etc.
etc.

It can store text data up to 255


It can store text data up to 64,000 characters.
characters.

(b) Number and Decimal data type

Ans.
Number Decimal

It is used to store integers of any length. It is used to store decimal values.

for example 457, 342 for example 23.56, 458.29


(c) Design View and Datasheet view of a table

Ans.

Design View Datasheet View

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.

Q5. How can we define a primary key in a table?


Ans. A Primary key is a field which is unique for each and every record in a table. To
make a particular field as the primary key, place the mouse pointer before the field name,
and right click. A pop up menu appears and Select the Primary Key option. A key icon
appears before the field name indicating that it is a primary key.
Q6. Write steps to sort the table in descending order of primary key.
Ans. Steps to sort the table in descending order of primary key are:
1. Open the table in datasheet view and select the primary key on which you want to
sort.
2. From the tool bar click Sort Descending icon to sort in descending order.
3. The table will be sorted in descending order of primary key.
Q7. What is the use of navigation box with respect to tables in a database?
Ans. Navigation box is used to navigate (move) through various records of the table.
The various components of Navigation Box are as follows:
Record Selector Box – This is the text box where the currently active record number is
displayed. We may enter the record number that we want to see in this text box.

Navigation Buttons – These are used to scroll vertically in the table.


 Press |◄ button to move to the first record.
 Press ► and ◄ to move to the next and previous records respectively.
 Press ►| button to move to the last record.

CH 10 WORKING WITH MULTIPLE TABLES


A. MUTIPLE CHOICE QUESTIONS
Q1. Which of the following actions can be performed once the tables are created in a database?
Interactive Learning Platforms
(a) Add a field in a table
(b) Rename a table
(c) Delete a table
(d) All of the above

Ans. (d) All of the above


Q2. Which of the following is checked by a DBMS?
(a) Redundancy
(b) Inconsistency
(c) Both (a) and (b)
(d) Neither (a) nor (b)

Ans. (c) Both (a) and (b)


Q3. Which of the following is required to set a relationship between the two tables?
(a) Both the tables must be in different databases
(b) Both the tables must have a common field
(c) Both the tables must have the same name
(d) Both tables must be stored in documents folder only.

Ans. (b) both the tables must have a common field


Q4. If a record is added in a master table, which of the following is NOT true for transaction
table
(a) The record in the master table is called the master record
(b) The corresponding record in transaction table can only be entered once.
(c) The record in the transaction table is called the transaction record.
(d) It is possible to add a record in the master table

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. (b) One-to-many


Q6. Consider the following tables. Which type of relationship can be established between the
two tables?
(a) One-to-one
(b) One-to-many
(c) Many-to-many
(d) None of the above

Ans. (b) One-to-many


Q7. Which of the following menus contains the Relationship option?
(a) Edit
(b) File
(c) Tools
(d) View

Ans. (c) Tools


Q8. The list of tables to be added is displayed in the ____________ dialog box in the
Relationship Screen.
(a) Add Tables
(b) Add Databases
(c) Both (a) and (b)
(a) Neither (a) nor (b)

Ans. (a) Add Tables


Q9. In the relationship design screen, the relationship between the two tables is done
using ______________ operation.
(a) Click
(b) Double Click
(c) Drag and Drop
(d) Right click

Ans. (c) Drag and Drop


Q10. Which of the following is NOT an option that can be used to maintain referential integrity in
a database?
(a) No Action
(b) Set NULL
(c) Set Default
(d) Set Value

Ans. (d) Set Value


B. State whether the following statements are True or False
1. Redundancy is preferred in a database.
Ans. 1. Redundancy is preferred in a database. False

2. In a table, a record for a particular entity should not be repeated.

Ans. 2. In a table, a record for a particular entity should not be repeated. True

3. A single field should always have only one data value.


Ans. 3. A single field should always have only one data value. False

4. If a table is edited, the records already entered in it are deleted.

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

7. The Relationship option is present in the Widows menu.

Ans. 7. The Relationship option is present in the Widows menu. False

8. In a database, the referential integrity is maintained by the user.

Ans. 8. In a database, the referential integrity is maintained by the user. False

9. A relationship is always set between the tables based on a common field.

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

C. Fill in the blanks


1. A table to be edited is displayed in __________________ view.

Ans. 1. A table to be edited is displayed in Design view.

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.

3. In ________________relationship, one specific record of a master table has one and


only one corresponding record in the transaction table.

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.

5. A record being entered in a ______________ table must always exist in a


________________ table.

Ans. 5. A record being entered in a transaction table must always exist in a master table.

6. The principle of _______________helps prevent missing data by keeping deleted data


from getting out of synch.

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.

8. Data integrity is maintained by ____________________.

Ans. 8. Data integrity is maintained by DBMS.

9. A relationship between customers and products is an example of ______ relationship.

Ans. 9. A relationship between customers and products is an example of Many-to-


Many relationship.

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.

D. Answer the following questions


Q1. Give any two advantages of relating a table in a database.

Ans. Two advantages of relating a table in a database are:


1. A relationship can help prevent data redundancy.
2. Creating relationships between tables restricts the user from entering invalid data
in the referenced fields.
3. Any updation in the master table is automatically reflected in the transaction
tables.

Q2. How is redundancy or inconsistency controlled in a database? Explain with an example.

Ans. Redundancy or inconsistency is controlled in a database by setting the relationship


between tables which help in checking that neither the records are duplicated nor there
is variable data value for a particular field in two or more tables. After creating
relationship between table, then adding or updating a record in one table reflect the
changes in all the related tables.
Q3. Define referential integrity. Who maintains referential integrity in a database?

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

Q5. Explain many to many relationship with an example.


Ans. Many-to-Many relationship: In this type of relationship, there will be multiple
records in the master table that correspond to multiple records in the transaction table
as well.
For example, a teacher in a school may hold multiple responsibilities such as class
teacher, an activity incharge
or examination in-charge. For each responsibility the teacher might be attached with
multiple students.

CH 11 QUERIES IN LIBREOFFICE BASE CALC

A. Multiple choice questions


Q1. Which of the following is refer to asking questions from the database?
(a) Report
(b) Table
(c) Query
(d) Database

Ans. (c) Query


Q2. Which of the following are the ways to design a query?
(a) Wizard
(b) Design View
(c) SQL
Interactive Learning Platforms

(d) All of the above


Ans. (d) All of the above
Q3. Which is a flexible way to create a query?
(a) Wizard
(b) Design View
(c) Both (a) and (b)
(d) Neither (a) nor (b)

Ans. (b) Design View


Q4. Into how many parts is the query design window divided?
(a) One
(b) Two
(c) Three
(d) Four

Ans. (b) Two


Q5. Which of the following is NOT true about queries?
(a) It can be created using multiple tables
(b) Multiple queries can be created in a database
(c) A query can run multiple times
(d) A query once created cannot be edited

Ans. (d) A query once created cannot be edited


Q6. Which of the following is the shortcut key to run the query?
(a) F3
(b) F4
(c) F5
(d) F6

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. (d) All of the above


Q8. In a Query Design wizard, which of the following buttons is clicked to move a field from
‘Available fields’ list box to ‘Fields in the query‘ list box?
(a) >
(b) <
(c) ∨
(d) ∧

Ans. (a) >


Q9. Which of the following relational operators can be applied to set the criterion while
designing a query in LibreOffice Base?
(a) >
(b) =
(c) !=
(d) All of the above

Ans. (d) All of the above


Q10. Which of the following dialog box is present when the Query Design window is opened for
the first time to design a query?
(a) Add Table
(b) Add Query
(c) Add Table or Query
(d) None of the above

Ans. (c) Add Table or Query


Q11. Which of the following step is not performed if there is no numerical data to be worked
upon in a query?
(a) Selection of fields
(b) Giving Aliases
(c) Summarizing
(d) Selection of tables

Ans. (c) Summarizing


Queries in LibreOffice Base
B. State whether the following statements are True or False
1. You can run a query only once

Ans. 1. You can run a query only once. False

2. A query cannot be created from multiple tables

Ans. 2. A query cannot be created from multiple tables. False


3. The shortcut key to run a query is F5.

Ans. 3. The shortcut key to run a query is F5. True

4. LibreOffice Base provides us with two ways to create a query.

Ans. 4. LibreOffice Base provides us with two ways to create a query. False

5. A query with numerical data cannot be saved.

Ans. 5. A query with numerical data cannot be saved. False

6. By default the query result is not sorted.

Ans. 6. By default the query result is not sorted. True

7. A query can be used to display the average value of a


numerical field.

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

9. Alias is an alternative name for a field in a query.

Ans. 9. Alias is an alternative name for a field in a query. True


10. In query Design window, the visible check box is selected by default.

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

C. Fill in the blanks


1. A _______________ is a sort of question asked from a database.

Ans. 1. A query is a sort of question asked from a database.

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

3. A query can be created in ________ways.

Ans. 3. A query can be created in three ways.

4. The Query Design window is divided into ________________ sections.

Ans. 4. The Query Design window is divided into two sections.

5. The shortcut key to run the query is _____________.

Ans. 5. The shortcut key to run the query is F5.

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.

D. Answer the given questions


Q1. Define a query? What is the need of creating a query in a database?
Ans. A query is used to collect specific information from the pool of data. A query helps
us to join information from different tables and filter that information.
Queries are required to retrieve the desired data easily and accurately from database.
Q2. Rearrange the steps given below so as to create a query using a wizard.
1. Give Alias
2. Select the fields
3. Set the criterion
4. Set the sorting order
5. Give table name

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.

CH 12 FORMS & REPORTS CLASS 10 QUESTION ANSWERS


A. Multiple choice questions
Q1. Which of the following toolbars contains the Label tool?
(a) Standard Toolbar
(b) Forms Controls Toolbar
(c) Records toolbar
(d) Formatting toolbar
Interactive Learning Platforms

Ans. (b) Forms Controls Toolbar


Q2. The Record toolbar has the buttons to move to the
(a) first record
(b) second record
(c) last record
(d) all records

Ans. (d) all records


Q3. Which of the following is NOT true about forms?
(a) It is the front end for data entry
(b) It can contain only text fields
(c) Graphics can be inserted on the form
(d) It can contain only fixed number of records

Ans. (b) It can contain only text fields


Q4. Which of the following keys is pressed to select only textbox on the form?
(a) Alt
(b) Shift
(c) Ctrl
(d) Tab

Ans. (c) Ctrl


Q5. Which of the following properties in the Properties: Label Field text box is used to insert a
tool-tip on the form?
(a) Tool Text
(b) Help Text
(c) Tool Tip
(d) Help Tip

Ans. (b) Help Text


Q6. Which of the following objects of LibreOffice Base is used to display data retrieved from one
or more tables in a presentable manner?
(a) Query
(b) Form
(c) Report
(d) Panel

Ans. (c) Report


Q7. Which of the following values of Date Format property is selected to view a calendar on the
form?
(a) Standard (short)
(b) Standard (long)
(c) Default
(d) Standard (Medium)

Ans. (b) Standard (long)


Q8. Which of the following commands on the Forms Control toolbar is used to toggle between
Design View and Form view?
(a) Design Mode
(b) Toggle Mode
(c) View Mode
(d) Print mode

Ans. (a) Design Mode


Q9. Using which of the following objects in a database, can a report be generated?
(a) Tables
(b) Queries
(c) Both a and b
(d) Neither a nor b

Ans. (c) Both a and b


Q10. Which of the following components open along with the Report Wizard?
(a) Report Builder
(b) Add Fields dialog box
(c) Both (a) and (b)
(d) Neither (a) nor (b)

Ans. (c) Both (a) and (b)


B. State whether the following statements are True or False
1. Report is an object of a database but form is not.

Ans. 1. Report is an object of a database but form is not. False

2. We can choose the layout of the form.

Ans. 2. We can choose the layout of the form. True

3. We have to add all fields of the table on the form.

Ans. 3. We have to add all fields of the table on the form. False

4. There are two ways in which a form can be created.

Ans. 4. There are two ways in which a form can be created. True

5. A report is generated in a separate window.

Ans. 5. A report is generated in a separate window. True

6. Once a control is added on to the form, it cannot be repositioned.

Ans. 6. Once a control is added on to the form, it cannot be repositioned. False

7. The Record toolbar has the button to add a new record.


Ans. 7. The Record toolbar has the button to add a new record. True

8. We can create a report only using a table.

Ans. 8. We can create a report only using a table. False

9. By default, the records in a report are sorted in descending order.

Ans. 9. By default, the records in a report are sorted in descending order. False

10. We can group data based on a particular field in a report.

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

12. We can insert both date and time of generation of report.

Ans. 12. We can insert both date and time of generation of report. True

13. A report once created cannot be edited.

Ans. 13. A report once created cannot be edited. False

C. Fill in the blanks


1. A form can be used for ____________ and _____________.

Ans. 1. A form can be used for enter and view data.

2. Each field control consists of a _____________ and ________________

Ans. 2. Each field control consists of a label and field value

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.

4. By default the border of the


field text value is displayed in _____________.

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 _______________________.

Ans. 6. The default orientation option for a report is Landscape.

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.

9. A Report Wizard contains __________________ steps.

Ans. 9. A Report Wizard contains Six steps.


10. A _______________ type of report changes automatically as the field values in the
base table or query change.

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

This report changes when ever there is a change in the


This report does not change.
values of table or query.

This is not by default selected.


This is by default selected.
Q6. Write the function of Forms Controls toolbar and Records toolbar.
Ans. Form Control Toolbar: This toolbar contains various controls that can be added to
the form. For example Label, Text field, Radio button etc.
Record Toolbar: The Records toolbar contains the navigation control buttons. With the
help of these buttons we can move from one record to another record.
CLASS: X
UNIT 4-WORKPLACE SAFETY, HAZARDS & SECURITY
CH-13 HEALTH, SAFETY AND SECURITY AT WORKPLACE

Q1. Workplace safety is essential in organisation _______________.


(a) to avoid the accident and injury
(b) to increase the productivity
(b) to improve the work environment
(d) All of the above
Ans. (d) All of the above

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

Q3. The security department is not responsible for _________________.


(a) personal safety
(b) computer system and equipment safety
(c) electrical safety
(d) personal belongings
Ans. (d) personal belongings

Q4. The proper security procedures will increase ________________.


(a) liabilities
(b) insurance
(c) business revenue
(d) operational charges of the company
Ans. (c) business revenue

Q5. Which kind of hazards can occur in IT industry?


(a) Biological
(b) Chemical
(c) Physical
(d) Ergonomic
Ans. (d) Ergonomic

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

Q8. What are the potential cause of hazards at workplace?


(a) Poor ventilation
(b) Poor lighting
(c) Poor housekeeping
(d) All of the above
Ans. (d) All of the above
A. Fill in the blanks:
1. Health of an employee is the state of the physical, mental and social well being
2. The work places must be cleaned in the morning before the people start working.
3. A proper air conditioning provide clean and cool air at the workplace.
4. A fresh food cafeteria helps to maintain the health of the employee.
5. The work environment of the organisation must be safe and free from hazards and risks.
6. The proper security procedures will increase the business revenue and will reduce the operational
charges of the company.
7. Injuries and illness of the employees is prevented through national policy on Occupational Health and
Safety.
8. Physical hazards occurs due to physical work environment.
9. Electrical hazards mostly caused due to coming in direct contact with live wires, or indirect contact
through a conductor.
10. Hazards while using computers occurs due to poor sitting postures or excessive duration of sitting in
one position.

B. State whether the given statements are True or False:

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

C. Short answer questions

Q 1. Briefly explain the concept of health, safety and security at workplace.


Ans. Health: Health of an employee is the state of the physical, mental and social well being. Health of an
employee must be in a good condition so that the employees will not suffer from any diseases. Every
organisation must provide healthy and safety working environment for their employees at the workplace.
Safety: Safety at workplace refers to the work environment which is free from any hazards and risk. A
proper safety guidelines must be prepared by the company and it should be strictly followed.
Security: Security is a kind of freedom from any potential harm. Security ensures the safety of the people
working in the organisation.

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.

Q 3. List out the various workplace safety hazards.


Ans. Various workplace safety hazards are:
1. Physical Hazards
2. Electrical Hazards
3. Fire Hazards
4. Ergonomic Hazards
5. Biological Hazards

Q 4. List out the potential sources of hazards in an organisation.


Ans. Potential sources of hazards in an organisation are:
1. Hazards using Computers
2. Handling Office Equipment
3. Stress at Work
4. Working Environment

Q 5. List some of the IT workplace hazards.


Ans. Some of the IT workplace hazards are:
1. Poor sitting postures or excessive duration of sitting in one position. These hazards may result in pain
and strain.
2. Making the same movement repetitively can also cause muscle fatigue.
3. Glare from the computer screen can be harmful to the eyes.

Q 6. What are the examples of potential hazards?


Ans. Examples of potential hazards are:
1. Hazards using Computers:
Hazards while using computers include poor sitting postures or excessive duration of sitting in one position.
These hazards may result in pain and strain.

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.

Q 7. Describe information technology workplace hazards.


Ans. Some of the information technology workplace hazards are:
1. Poor sitting postures or excessive duration of sitting in one position. These hazards may result in pain
and strain.
2. Making the same movement repetitively can also cause muscle fatigue.
3. Glare from the computer screen can be harmful to the eyes.

Q 8. What are the workplace safety rules?


Ans. Workplace safety rules are:
A) Basic Fire safety rules in an organization are:
1) Fire escape plans must be installed at proper levels
2) Conduct regular drills
3) Smoke alarms must be placed at proper intervals
4) Keep workplace a no-smoking zone
5) Maintenance of safety equipment must be taken care of regularly

B) Falls and Slips Safety rules


1) Keep the moving area clean and clutter free.
2) Workplace must be proper ventilated receive light.
3) Wear non slippery footwear.
4) Floors must be clean and dry
5) Oil spills, dust must be immediately cleaned.

C) Electrical Safety Rules:


1) Electrical equipment used should be approved by a recognised organization.
2) Workers should be trained to handle the electric equipment safely.
3) Damaged and hazardous electrical equipment should be immediately replaced.
4) Heat emanating equipment should be kept away from the electrical equipment.

Q 9. List out different safety guidelines?


Ans. Safety Guidelines are:
1) Store all cleaning chemicals in tightly closed containers in separate cupboards.
2) Make sure all areas have proper lighting.
3) Do not wear loose clothing or jewellery when working with machines.
4) Never distract the attention of people who are working near a fire or with some machinery.
5) Shut down all machines before leaving for the workplace.
6) Do not play with electrical controls or switches.

Q 10. Describe type of emergency with example.


Ans. Various types of emergencies are there and there should be an emergency management plan to
handle the situation of emergency. Some of the types of emergencies are as follows:
1. Chemical spills
2. Extreme heat waves
3. Droughts
4. Pandemics
5. Terrorist attack
6. Fire
7. Floods
8. Thunderstorms
9. Leakage of some hazardous gas/ chemical
CH-14 WORKPLACE QUALITY MEASURES

A. Multiple Choice Questions:


Q1. To provide healthy and safety working environment, every organisation must have _______.
(a) Cleanliness
(b) Filtered water
(c) Clean wash-room
(d) All of the above
Ans. (d) All of the above

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

Q3. Repetitive use of muscle may feel pain in your ______________.


(a) neck
(b) shoulder
(c) wrist or fingers
(d) All of the above
Ans. Ans. (d) All of the above

Q4. The security department organisation is not responsible for ______________.


(a) other safety
(b) computer system safety
(c) electrical safety
(d) transport safety
Ans. There is no correct answer as security department is responsible for all the safety listed
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

Q6. Do not wear ______________ when working with machines.


(a) jewellery
(b) safety glasses
(c) masks
(d) gloves
Ans. (a) jewellery

Q7. Sore lower back is caused due to _____.


(a) reaching forward frequently
(b) no lumbar support
(c) no upper back support from chair
(d) reaching forward for long periods
Ans. (b) no lumbar support

Q8. What should you do with the problem of dry eyes?


(a) Forget to blink
(b) Rest eyes periodically and do simple eye exercises
(c) Do exercise
(d) Blink the eyes
Ans. (b) Rest eyes periodically and do simple eye exercises

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

B. Fill in the blanks.


1. Air and water pollution can be analysed by using physical, chemical and biological analysis.
2. The PH value of the water can be measured through chemical analysis.
3. The microbial indicators are used to monitor the health of the ecosystem.
4. Ergonomics is the science concerned with designing and arranging things.
5. Working with wrists extended too much repetition can cause Arching wrists.
6. The repetition of a seemingly innocuous task over a period of time can cause an injury.
7. If a cord or wire will cross a pathway safety it should be mark it with hazard tape.
8. Loose cords and wires can cause hazard.
9. Glare and flickering images on the screen should be prevented.
10. The keyboard should have a matt surface to avoid reflective glare.

C. State whether the given statements are True or False:

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

D. Short answer questions.

Q 1. What causes the water pollution?


Ans. Main causes of water pollution are:
1. Industrial waste
2. Sewage and Waste water
3. Oil Leaks and Spills
4. Fertilizers from Agriculture field
5. Household waste

Q 2. What is occupational overuse syndrome?


Ans. Occupational overuse syndrome, also known as repetition strain injury (RSI), is a collective term for a
range of conditions, characterised by discomfort or persistent pain in muscles, tendons and other soft
tissues. It is usually caused with repetitive movement, sustained or constrained postures and/or forceful
movements. Psycho-social factors, including stress in the working environment, may be important in the
development of occupational overuse syndrome.

Q 3. What are musculoskeletal problems?


Ans. This problem include different areas of our body, such as neck, back, chests, arms shoulders and feet.
It occurs because of our wrong posture, uncomfortable chair for sitting that is not ergonomically correct
while working on the computer.

Q 4 What cautions to be taken while working on the computer?

Ans.

1. Keep your monitor at least 20 to 30 inch away from you.


2. Maximise contact of your back against the backrest of the chair.
3. Always take small breaks while working on the computer.
4. Wear anti-glare glasses to work on computer.

Q 5. Why there is no right way to use a laptop?


Ans. There is really no right way to use a laptop because if you position the screen at the right height for
your back and neck, it will cause you to have to lift your arms and shoulders too high to use it and vice
versa.

Q 6. What causes eye strain and how to avoid it?


Ans. Computer’s bright light, glare and flickering images can cause eye strain and visual fatigue. It can be
avoided by:
1. Adjusting the brightness of computer screen.
2. Keeping a proper vision distance from computer.
3. Blinking our eyes at regular interval.
4. Wearing anti-glare glasses while working in computer.

Q.7.What type of display screen is suitable to work on computer?


Ans. We should use the modern LED monitors of legible size and with adequate spacing between the
characters and lines. The image on the screen should be stable, with no flickering. The screen must be free
of reflective glare.

Q.8.What type of keyboard is suitable to work on computer?


Ans. The keyboard should tilt and separate from the screen so that we can find a comfortable working
position to avoid fatigue in the arms or hands. The keyboard should have a matt surface to avoid reflective
glare. The symbols on the keys must be adequately contrasted.

CH-15 PREVENT ACCIDENTS AND EMERGENCIES


A. Multiple Choice Questions:

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

Q2. Which of the following is an examples of ignition sources of open flames?


(a) Gas ovens
(b) Lighters in smoking areas
(c) Welding torches
(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

Q7. When do we use a fire extinguisher?


(a) In case of flood
(b) In case of electric shock
(c) In case of fire
(d) In case of burn injury
Ans. (c) In case of fire

Q8. What is the primary fire emergency telephone number is?


(a) 011
(b) 101
(c) 108
(d) 111
Ans. (c) 108

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)

B. Fill in the blanks.

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

Short answer questions

Q 1. What is a workplace emergency?


Ans. A Workplace emergency refers to any unexpected situation that needs immediate attention and action
in workplace that may poses a risk to the safety and security of employees.

Q 2. How do you protect yourself, your employees, and your business?


Ans. The best way to protect yourself and your organisation is to develop a well thought-out emergency
action plan to guide the employees in the event of an emergency.

Q 3. What is an emergency action plan?


Ans. An Emergency Action Plan (EAP) is a written document that states how to react in different types of
emergencies. Action plans of organisations should adhere to safety standards set by the Occupational
Safety and Health Administration (OSHA).

Q 4. What should your emergency action plan include?


Ans. An emergency action plan (EAP) should include the following:
1. Evacuation plans: It should have at least two escape routes from every area, and a designated
meeting place for employees to gather after evacuating.
2. Accounting for employees: Take a headcount after an evacuation.
3. Reporting and alerting authorities.
4. Alerting staff and visitors about emergency.

Q 5. How do you develop an evacuation policy and procedures?


Ans. Steps to develop an evacuation policy and procedures are:
1. Evaluate the emergency.
2. Identify place where people can go in an emergency.
3. Identify the best ways to get out of the building.
4. Rehearse evacuation procedures.
5. Regularly review and update the plan as needed.
Q 6. How do you establish evacuation routes and exits?
Ans. To establish evacuation routes and exits, you should
1. Know the nearest exit from your location and the route to get there.
2. Know the assembly point.
3. Know an alternate route in case your first route is blocked.
4. Know where to find first-aid supplies and fire extinguishers.

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.

Q 9. Compare the different type of fire extinguisher.


Ans. Different types of fire extinguishers are:
1. Water
2. Foam
3. Dry powder
4. CO2
5. Wet chemical

Wet chemical
Water Foam Dry Powder CO2

Fire A
A A&B A, B & C B&C
Class

Q 10. List the different class of fire.


Ans. There are several classes of fire, including
Class A: Fire that involve materials such as wood, cloth, and paper.
Class B: Fire that involve flammable liquid, grease, and gas materials that burn when exposed to ignition
sources.
Class C: Fire that involve electrical materials and equipment. These materials cause fires very quickly and
present a serious risk of arc flash.
Class D: Fire that involve any materials that are volatile and able to quickly ignite, such as magnesium,
potassium, and sodium.
Q 11. List out electrical rescue techniques.
Ans. Electrical Rescue Techniques are:
Approaching the accident
1. Never rush into an accident situation.
2. Call 108 as soon as possible
Examining the scene
1. Visually examine victims to determine if they are in contact with energised conductors.
2. Metal surfaces, objects near the victim itself may be energised.
3. Do not touch the victim or conductive surfaces while they are energised.
4. Switch off the electrical circuits if possible.
Hazards and solutions
1. In case you cannot switch off the power source, take extreme care.
2. Ensure that your hands and feet are dry.
3. Wear protective equipment, such as gloves and shoes. Stand on a clean dry surface.
4. Use non-conductive material to remove a victim from the conductor

Q 12. What is the first aid for electrical emergencies?


Ans. If someone has been shocked by electricity, you should
1. Unplug the appliance or turn off the power. If you can’t turn off the power, use a piece of wood, to
separate the victim from the power source.
2. Do not try to move a victim touching a high voltage wire.
3. Call for emergency help.
4. If the person is not breathing, and doesn’t have a pulse, begin CPR

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy