wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Page 1

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

Which of the following is an advantage of DBMS over File System?

a)

Data redundancy increases

b)

Better data integrity and security

c)

No need for backup

d)

Data becomes unstructured

2.

In a file system, the major problem is:

a)

Data consistency

b)

Data redundancy and duplication

c)

Centralized control

d)

Security enforcement

3.

Which data model organizes data in a tree-like structure?

a)

Relational model

b)

Network model

c)

Hierarchical model

d)

Object model

4.

Which data model supports many-to-many relationships directly?

a)

Hierarchical model

b)

Network model

c)

Relational model

5.

In the relational model, data is stored in the form of:

a)

Graphs

b)

Trees

c)

Tables

d)

Objects

6.

The three-level architecture of DBMS includes:

a)

User, System, Hardware

b)

External, Conceptual, Internal

c)

Logical, Physical, Network

d)

Client, Server, Database

7.

Physical data independence refers to:

a)

Changing schema without changing programs

b)

Changing storage without affecting conceptual schema

c)

Changing user interface

d)

Deleting tables

8.

Logical data independence refers to:

a)

Changing physical storage only

b)

Changing hardware configuration

c)

Changing conceptual schema without affecting external views

9.

An entity in ER model represents?

a)

Relationship between tables

b)

Real-world object or concept

c)

Attribute of a table

d)

Key field

10.

Which key uniquely identifies each record in a relation?

a)

Foreign key

b)

Composite key

c)

Primary key

d)

Alternate key

11.

Specialization in EER model is:

a)

Combining entities

b)

Dividing a super class into sub classes

c)

Removing attributes

d)

Mapping relations

12.

During ER-to-Relational mapping, a many-to-many relationship is converted into:

a)

One table only

b)

Two tables only

c)

Separate relation with foreign keys