wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ICTDBS506 Database design 1, 2023

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is a relational database?

a)

A database that organizes data into tables

b)

A database that stores data in a hierarchical structure

c)

A database that uses a graph-based data model

d)

A database that only supports numeric data

2.

What is database design?

a)

The process of creating an attractive user interface for a database

b)

The process of optimizing database performance

c)

The process of creating a well-structured and efficient database

d)

The process of securing a database against external threats

3.

What are the benefits of using a relational database?

a)

Limited scalability and flexibility

b)

Complex data querying capabilities

c)

Redundant data storage

d)

Unstructured data representation

4.

What is a primary key in a relational database?

a)

A field that can contain multiple values for a record

b)

A field that is not unique in a table

c)

A field that uniquely identifies a record in a table

d)

A field that stores only string data

5.

What is normalization in database design?

a)

The process of adding redundant data to a database

b)

The process of breaking down a table into multiple tables

c)

The process of randomly arranging data in a database

d)

The process of encrypting data in a database

6.

What is a foreign key in a relational database?

a)

A key that is not related to any other table

b)

A key that is common across all tables in a database

c)

A key that uniquely identifies a record in a table

d)

A key that refers to the primary key of another table

7.

What is a DBMS (Database Management System)?

a)

A software system that allows users to create databases but not manipulate them

b)

A software system that allows users to manipulate databases but not define them

c)

A software system that allows users to define, create, manipulate, and manage databases

d)

A hardware system that stores and retrieves data from databases

8.

What are the components of a database architecture?

a)

Schema, data access methods, and indexing only

b)

Data storage, query optimization, and transaction management only

c)

Schema, data storage, data access methods, query optimization, transaction management, and security mechanisms

d)

Data storage and retrieval only

9.

What is the difference between logical and physical database design?

a)

Logical design focuses on performance optimization, while physical design focuses on data organization.

b)

Logical design deals with data organization, while physical design focuses on performance optimization.

c)

Logical design only involves the creation of tables, while physical design involves creating relationships between tables.

d)

Logical design is concerned with security mechanisms, while physical design is concerned with data access methods.

10.

What is an index in a database?

a)

A feature that allows users to access a database remotely

b)

A data structure that improves the speed of data retrieval operations

c)

A backup copy of a database

d)

A field that stores metadata about a table