wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

X Unit 4 Maintain Healthy Safe and Secure Working Environment

Total questions: 84

Worksheet time: 42mins

Name
Class
Date
1.

Fill in the blank: Data is a ______ and unprocessed form of facts and figures.

a)

raw

b)

organized

c)

summarized

d)

analyzed

2.

Fill in the blank: Information is a processed and ______ data that can be easily interpreted.

a)

meaningful

b)

random

c)

useless

d)

scattered

3.

Fill in the blank: Database is a collection of data, which is stored in a systematic manner, i.e., in the form of ______.

a)

tables

b)

folders

c)

files

d)

graphs

4.

A Database Management System (DBMS) is:

a)

a software system for managing databases

b)

a programming language for web development

c)

a hardware device for storing data

d)

a type of operating system

5.

Which of the following is NOT an example of a DBMS?

a)

MS Access

b)

LibreOffice Base

c)

Oracle

d)

Microsoft Word

6.

Fill in the blank: Data Model is the ______ of database and it describes the manner in which data will be stored and retrieved.

a)

structure

b)

interface

c)

user

d)

query

7.

Which of the following is NOT a type of data model?

a)

Hierarchical data model

b)

Network data model

c)

Relational data model

d)

Sequential data model

8.

Fill in the blank: In Hierarchical Data Model, the data is organised into a ______ like structure.

a)

tree

b)

graph

c)

ring

d)

mesh

9.

Fill in the blank: In Network Data model, multiple records are linked to the same ______ file.

a)

master

b)

child

c)

index

d)

log

10.

Fill in the blank: The Relational data model is based on the principle of setting relationships between two or more ______ of the same database.

a)

tables

b)

columns

c)

rows

d)

fields

11.

Data can be organised into two types. What are they?

a)

Flat file and Relational

b)

Hierarchical and Network

c)

Sequential and Indexed

d)

Logical and Physical

12.

Fill in the blank: A table is a collection of logically related ______. It is organised as a set of columns and rows.

a)

records

b)

fields

c)

files

d)

attributes

13.

Fill in the blank: In a database table, rows are referred to as ______ or tuples and columns as fields or attributes.

a)

records

b)

indexes

c)

schemas

d)

keys

14.

Fill in the blank: A record is the set of related information that belongs to a particular instance of an ______.

a)

object

b)

array

c)

method

d)

class

15.

Fill in the blank: A field describes a specific property of a record. It is also known as an ______.

a)

attribute

b)

entity

c)

relation

d)

schema

16.

Fill in the blank: Entity is a real world object about which information is to be stored in a ______.

a)

database

b)

notebook

c)

spreadsheet

d)

folder

17.

Fill in the blank: The details associated with the entity are called ______.

a)

attributes

b)

entities

c)

relations

d)

keys

18.

A table is a collection of logically related records. It is organised as a set of columns, and can have any number of rows.

a)

True

b)

False

19.

Data and Information are differentiated as follows:

a)

Data is raw facts; Information is processed data.

b)

Data is processed data; Information is raw facts.

c)

Data and Information mean the same thing.

d)

Data is always numerical; Information is always textual.

20.

A database is a collection of organized data. Which of the following are real examples of databases?

a)

Google Sheets and MySQL

b)

Microsoft Word and Facebook

c)

Photoshop and Excel

d)

YouTube and PowerPoint

21.

DBMS stands for ________. What is the purpose of DBMS?

a)

Database Management System; to manage and organize data efficiently

b)

Data Backup and Management System; to secure data only

c)

Digital Business Management System; to handle online transactions

d)

Database Monitoring Service; to monitor network traffic

22.

Which of the following are advantages of a database?

a)

Data redundancy is minimized, data can be shared, data integrity is maintained, and security is improved.

b)

Data is always stored manually, data cannot be shared, data is less secure, and data redundancy increases.

c)

Databases are always slow, data is never secure, and data cannot be accessed by multiple users.

d)

Data is only available offline, data cannot be organized, and there is no data integrity.

23.

Which of the following correctly defines the terms Table, Field, and Record with respect to Database?

a)

Table: Collection of records, Field: Column in a table, Record: Row in a table

b)

Table: Single value, Field: Collection of tables, Record: Database name

c)

Table: Row in a table, Field: Collection of records, Record: Column in a table

d)

Table: Database name, Field: Row in a table, Record: Collection of fields

24.

A flat file database is a database that:

a)

Stores data in a single table without relationships between tables.

b)

Organizes data into multiple related tables.

c)

Uses complex indexing for data retrieval.

d)

Requires a network structure for data storage.

25.

Data in a RDBMS is organized in which of the following ways?

a)

In tables consisting of rows and columns

b)

In a hierarchical tree structure

c)

As a flat file with no structure

d)

In a network of linked nodes

26.

A primary key is a unique identifier for each record in a table. In a table, how many primary key(s) is/are possible?

a)

Only one primary key is possible in a table.

b)

Two primary keys are possible in a table.

c)

No primary key is possible in a table.

d)

Multiple primary keys are possible in a table.

27.

State the relationship between a Primary key and Foreign key.

a)

A Primary key uniquely identifies a record in a table, while a Foreign key establishes a link between two tables.

b)

A Primary key allows duplicate values, while a Foreign key does not.

c)

A Foreign key uniquely identifies a record in a table, while a Primary key establishes a link between two tables.

d)

A Primary key and Foreign key are always the same field in a table.

28.

A composite Primary key is:

a)

a primary key made up of two or more columns

b)

a key that is always unique

c)

a key that cannot be null

d)

a single column used as a primary key

29.

Data Redundancy refers to the unnecessary repetition of data, while Data Consistency ensures that data remains accurate and uniform across the database. Which of the following best defines both terms?

a)

Data Redundancy is unnecessary repetition of data; Data Consistency is maintaining accuracy and uniformity of data.

b)

Data Redundancy is the accuracy of data; Data Consistency is the repetition of data.

c)

Data Redundancy is the process of updating data; Data Consistency is deleting duplicate data.

d)

Data Redundancy is storing data once; Data Consistency is ignoring data errors.

30.

Redundancy or inconsistency in a database is controlled by:

a)

Normalization

b)

Denormalization

c)

Data duplication

d)

Manual entry

31.

The main difference between Network data model and Hierarchical data model is:

a)

Network model allows many-to-many relationships, while Hierarchical model allows only one-to-many relationships.

b)

Hierarchical model allows many-to-many relationships, while Network model allows only one-to-many relationships.

c)

Both models allow only one-to-one relationships.

d)

Network model does not support relationships between records.

32.

The different database objects include:

a)

Tables, Views, Indexes, and Sequences

b)

Tables, Files, Folders, and Programs

c)

Views, Scripts, Applications, and Networks

d)

Indexes, Routers, Users, and Printers

33.

Name the fields in the given table.

a)

Book_Id, Book_Name, Author_Name, Price, Publisher

b)

Book_Id, Book_Title, Author, Cost, Publisher

c)

ID, Name, Author, Price, Publisher

d)

Book_Code, Title, Writer, Price, Publisher

34.

The field that should be made the primary key is:

a)

StudentID

b)

Name

c)

Address

d)

PhoneNumber

35.

Is there any alternate key in the table?

a)

Yes, there is an alternate key in the table.

b)

No, there is no alternate key in the table.

c)

The table only has a primary key.

d)

The table does not have any keys.

36.

A primary key is different from a foreign key. Which of the following best explains the difference with an example?

a)

A primary key uniquely identifies each record in a table, while a foreign key refers to the primary key in another table. For example, 'StudentID' in the Students table is a primary key, and 'StudentID' in the Marks table is a foreign key.

b)

A primary key can have duplicate values, while a foreign key cannot have duplicates.

c)

A foreign key uniquely identifies each record in a table, while a primary key is used to link tables.

d)

A primary key and a foreign key are always the same in every table.

37.

Name the fields in the given table.

a)

Student_ID, Name, Age, Grade

b)

Roll_No, Subject, Marks, Teacher

c)

Product_ID, Price, Quantity, Supplier

d)

Employee_ID, Department, Salary, Joining_Date

38.

The total number of fields /attributes in the table is:

a)

4

b)

6

c)

8

d)

10

39.

Identify the primary key field of the table.

a)

Primary key field

b)

Foreign key field

c)

Data field

d)

Index field

40.

The total number of records / tuples in the table is:

a)

10

b)

15

c)

20

d)

25

41.

Identify the key that can work as a foreign key for another table.

a)

Primary key

b)

Candidate key

c)

Super key

d)

Alternate key

42.

Identify the composite key field(s) of the table.

a)

StudentID, CourseID

b)

StudentName, Grade

c)

CourseID, Grade

d)

StudentID, StudentName

43.

Abhinav has designed a product table that contains the fields: [Product_ID, Product_Name, Price, Description]. How can he ensure that each row of the table is uniquely identified?

a)

By setting Product_ID as the primary key

b)

By allowing duplicate Product_ID values

c)

By making Description a unique field

d)

By not specifying any key

44.

In a student information database table created in Calc, which field is most suitable to be selected as the primary key and why?

a)

Student ID, because it uniquely identifies each student.

b)

Student Name, because it is easy to remember.

c)

Class, because it groups students together.

d)

Age, because it changes every year.

45.

What is/are the advantage(s) of database?

a)

Reduces Data Redundancy

b)

Sharing of Data

c)

Data Integrity

d)

All of these

46.

Which of the following is NOT true about the primary key?

a)

A primary key uniquely identifies records

b)

A table can have only one primary key

c)

A primary key field can be NULL

d)

Value in the primary key field is different for every tuple.

47.

Which of the following is not an example of DBMS?

a)

PostgreSQL

b)

SQLite

c)

FoxPro

d)

Impress

48.

Data stored in a single table is known as __________.

a)

Flat File

b)

Relational

c)

Both a & b

d)

None of these

49.

Data is stored in multiple tables, which are connected together via a common field.

a)

Flat File

b)

Relational

c)

Both a & b

d)

None of these

50.

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

51.

The details associated with an entity are called __________.

a)

Table

b)

Attributes

c)

Records

d)

Primary key

52.

A __________ is represented as rows in a table.

a)

Field

b)

Attribute

c)

Record

d)

Candidate key

53.

Which of the following cannot be considered as an example of a database?

a)

Dictionary

b)

Newspaper

c)

Marks Register

d)

Telephone directory

54.

A database is an organized collection of __________.

a)

Data

b)

Attributes

c)

Record

d)

None of these

55.

Which of the following software is appropriate to store data about school students?

a)

MS Access

b)

Writer

c)

Calc

d)

Impress

56.

Duplication of data is called __________.

a)

Inconsistency

b)

Consistency

c)

Redundancy

d)

Foreign Key

57.

Which of the following is not the advantage of database?

a)

Sharing of Data

b)

Reduce Data Redundancy

c)

Increase Data Inconsistency

d)

Data Security

58.

Which of the following field of table "Book" can act as primary key?

a)

Book_number

b)

Subject

c)

Price

d)

Author_name

59.

A key which is referring to the primary key of another table is called __________.

a)

Alternate Key

b)

Primary Key

c)

First Primary Key

d)

Foreign Key

60.

Identify foreign key from the table: “Sales”

a)

SalesID

b)

Profit

c)

ClientID

d)

clientphone

61.

A foreign key is a reference of the ______ key in another table.

a)

Alternate

b)

Primary

c)

Candidate

d)

None of these

62.

The users of the database can share the data among themselves. There are various levels of authorisation to access the data, and consequently the data can only be shared based with the authorized users. In this, we are discussing about the ___.

a)

Advantage of Database

b)

Disadvantage of Database

c)

Database Servers

d)

Structure of Database

63.

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

a)

Numeric

b)

Character

c)

Alphanumeric

d)

All of the above

64.

Data Security is an important concept in a database. It says _____________.

a)

Only authorised users should be allowed to access the database.

b)

Users identity should be authenticated using a username and password.

c)

Both of the above.

d)

Unauthorised users should be allowed to access the database under any circumstances.

65.

__________ means that the data is accurate and consistent in the database.

a)

Data Redundancy

b)

Data Security

c)

Data Integrity

d)

Data Privacy

66.

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

67.

A __________ is an organized collection of data.

a)

Database

b)

Algorithm

c)

Compiler

d)

Spreadsheet

68.

A ____ is a software package that can be used for creating and managing databases.

a)

DBMS (Database Management System)

b)

Operating System

c)

Compiler

d)

Spreadsheet

69.

A ______ is a database management system that is based on the relational model.

a)

RDBMS (Relational Database Management System)

b)

NoSQL Database

c)

Hierarchical Database

d)

Object-Oriented Database

70.

Three popular DBMS software are __________, __________, & __________.

a)

Oracle, MySQL, MS Access

b)

Photoshop, Illustrator, InDesign

c)

Windows, Linux, MacOS

d)

Python, Java, C++

71.

A ________ is a unique value that identifies a row in a table.

a)

Primary Key

b)

Foreign Key

c)

Index

d)

Attribute

72.

Composite Key is a combination of ______ columns.

a)

two or more

b)

one

c)

primary

d)

unique

73.

The raw facts constitutes _____________.

a)

Data

b)

Information

c)

Knowledge

d)

Wisdom

74.

An ___ is a real world object about which information is to be stored in a database.

a)

Entity

b)

Attribute

c)

Record

d)

Field

75.

The data values for all the fields related to a person or object is called a ________.

a)

Record

b)

Field

c)

Table

d)

Database

76.

All the field values that are eligible to be the primary key are the ______ keys for that table.

a)

Candidate

b)

Foreign

c)

Composite

d)

Alternate

77.

STATE WHETHER THE FOLLOWING STATEMENTS ARE TRUE OR FALSE 1. A database cannot be organised.

a)

True

b)

False

78.

STATE WHETHER THE FOLLOWING STATEMENTS ARE TRUE OR FALSE 2. Data is the collection of raw facts.

a)

True

b)

False

79.

STATE WHETHER THE FOLLOWING STATEMENTS ARE TRUE OR FALSE 3. A table can be created without a primary key.

a)

True

b)

False

80.

STATE WHETHER THE FOLLOWING STATEMENTS ARE TRUE OR FALSE 4. Two tables can be related in a network data model.

a)

True

b)

False

81.

STATE WHETHER THE FOLLOWING STATEMENTS ARE TRUE OR FALSE 5. MS Access is an example of a database.

a)

True

b)

False

82.

STATE WHETHER THE FOLLOWING STATEMENTS ARE TRUE OR FALSE 6. Data Integrity means that data is accurate and consistent in the database.

a)

True

b)

False

83.

STATE WHETHER THE FOLLOWING STATEMENTS ARE TRUE OR FALSE 7. Base automatically adds the column as primary key if we don’t add.

a)

True

b)

False

84.

The number of ways tables can be created in LibreOffice Base is:

a)

Two

b)

One

c)

Three

d)

Four