wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DBC CH02 & CH03 (1125)

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

A Malaysian polytechnic stores student information in the form of rows and columns. Which data model is being used?

a)

Hierarchical Model

b)

Network Model

c)

Relational Model

d)

Object-Oriented Model

2.

In the HR system of a Malaysian company, each employee record must be unique. Which attribute is most suitable as a Primary Key?

a)

StaffName

b)

StaffID

c)

DepartmentName

d)

StaffAddress

3.

In the department table, deptNo is used to uniquely identify each department. What type of key is this?

a)

Foreign Key

b)

Secondary Key

c)

Primary Key

d)

Composite Key

4.

What is an entity in data modeling?

a)

An SQL command

b)

An organizational rule

c)

Something about which data is collected and stored

d)

A relationship between tables

5.

In a Malaysian university system, students can register for many subjects, and each subject can have many students. What type of relationship is this?

a)

One-to-One (1:1)

b)

One-to-Many (1:M)

c)

Many-to-Many (M:N)

d)

Recursive

6.

A government department system in Malaysia does not allow NULL values for staff IC numbers. This rule is related to:

a)

Referential Integrity

b)

Entity Integrity

c)

Business Rule

d)

Indexing

7.

In the staff table, the attribute DeptNo refers to DeptNo in the department table. What type of key is DeptNo in the staff table?

a)

Primary Key

b)

Composite Key

c)

Foreign Key

d)

Candidate Key

8.

Why must data redundancy be controlled in a Malaysian hospital database system?

a)

To increase internet speed

b)

To prevent data anomalies

c)

To reduce the number of tables

d)

To hide user data

9.

In a college ERD, one lecturer teaches many classes, but each class is taught by only one lecturer. What type of relationship is this?

a)

One-to-One (1:1)

b)

One-to-Many (1:M)

c)

Many-to-Many (M:N)

d)

Weak relationship

10.

What is the main function of a data dictionary in a DBMS?

a)

To store student data

b)

To store metadata

c)

To store SQL queries

d)

To store database backups

11.

A Malaysian public university uses Student ID + Program Code to uniquely identify each student. This is an example of a:

a)

Primary Key

b)

Foreign Key

c)

Composite Key

d)

Secondary Key

12.

Why can a many-to-many (M:N) relationship not be directly implemented in the relational model?

a)

It is not supported by SQL

b)

It causes data redundancy

c)

It must be transformed into one-to-many relationships

d)

It has no primary key

13.

In Malaysia’s government e-procurement system, indexes are mainly used to:

a)

Increase security

b)

Reduce redundancy

c)

Speed up data retrieval

d)

Prevent NULL values

14.

Changes in physical data storage do not affect the logical design of a database. This concept is known as:

a)

Logical Independence

b)

Physical Independence

c)

Entity Integrity

d)

Data Abstraction

15.

In a Malaysian HR policy, the rule “Every staff member must belong to one department” is an example of a:

a)

Attribute

b)

Entity

c)

Relationship

d)

Business Rule