wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Database

Total questions: 15

Worksheet time: 6mins

Name
Class
Date
1.

What is the full form of DBMS?

a)

Data of Binary Management System

b)

Database Management System

c)

Database Management Service

d)

Data Backup Management System

2.

What is a database?

a)

Organized collection of information that cannot be accessed, updated, and managed

b)

Collection of data or information without organizing

c)

Organized collection of data or information that can be accessed, updated, and managed

d)

Organized collection of data that cannot be updated

3.

What is DBMS?

a)

DBMS is a collection of queries

b)

DBMS is a high-level language

c)

DBMS is a programming language

d)

DBMS stores, modifies and retrieves data

4.

Which type of data can be stored in the database?

a)

Image oriented data

b)

Text, files containing data

c)

Data in the form of audio or video

d)

All of the above

5.

Which of the following is not a type of database?

a)

Hierarchical

b)

Network

c)

Distributed

d)

Decentralized

6.

Which of the following is a function of the DBMS?

a)

Storing data

b)

Providing multi-users access control

c)

Data Integrity

7.

Which of the following is not a function of the database?

a)

Managing stored data

b)

Manipulating data

c)

Security for stored data

d)

Analysing code

8.

he top level of the hierarchy consists of ______ each of which can contain _____

a)

Schemas, Catalogs

b)

Schemas, Environment

c)

Environment, Schemas

d)

Catalogs, Schemas

9.

Which of the following is not the utility of DBMS?

i) Backup ii) Loading iii) Process Organization iv) File organization

a)

i, ii, and iv

b)

i, ii and iii

c)

i, iii and iv

d)

i, ii, iii, and iv

10.

What happens if a piece of data is stored in two places in the db?

a)

Storage space is wasted & Changing the data in one spot will cause data inconsistency

b)

It can be more easily accessed

c)

Changing the data in one spot will cause data inconsistency

d)

Storage space is wasted

11.

______________ is a set of one or more attributes taken collectively to uniquely identify a record.

a)

Primary Key

b)

Foreign key

c)

Super key

d)

Candidate key

12.

Which command is used to remove a relation from an SQL?

a)

Drop table

b)

Delete

c)

Purge

d)

Remove

13.

The DBMS acts as an interface between ________________ and ________________ of an enterprise-class system.

a)

Data and the DBMS

b)

Application and SQL

c)

Database application and the database

d)

The user and the software

14.

Which of the following is correct according to the technology deployed by DBMS?

a)

Pointers are used to maintain transactional integrity and consistency

b)

Cursors are used to maintain transactional integrity and consistency

c)

Locks are used to maintain transactional integrity and consistency

d)

Triggers are used to maintain transactional integrity and consistency

15.

Which of the following establishes a top-to-bottom relationship among the items?

a)

Relational schema

b)

Network schema

c)

Hierarchical schema

d)

All of the mentioned