wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Database Concept

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

From the following, identify the example of an information.

a)

Subject code

b)

Credit hour for CSC2833 subject

c)

Student ID number in attendance record

d)

Number of DBIT student who got straight A’s in previous semester

2.

Based on Table 1, what is the correct term for StudID, StudName, Program, and Semester column title?

a)

Entity

b)

Record

c)

Attribute

d)

Database

3.

Which of the following statements best describe database management system (DBMS)?

a)

Software that can be regarded as computerized record-keeping system.

b)

Software that enables users to define, create and maintain the database.

c)

Software that performs services for the end users and each program manages its own data.

d)

Software that needs consideration of understanding about the need of the organizations.

4.

The ability of a database to allow a transaction to execute as if there are no other concurrently running transactions refers to ______________.

a)

data isolation 

b)

data duplication 

c)

data dependence 

d)

compatible file format 

5.

The component inside DBMS that can be used to delete records in the database table is ______________.

a)

Data dictionary

b)

Data procedure

c)

Data definition language (DDL)

d)

Data manipulation language (DML)

6.

As a database developer, Anisa wants to create the framework of the database by specifying the database schema, including the creation and alteration of tables, files, indexes and columns within the database. From the following, which DBMS component should be used by Anisa?

a)

Data dictionary

b)

Data procedure

c)

Data definition language (DDL)

d)

Data manipulation language (DML)

7.

“Many users can access data at the same time. DBMS provides a database with a function of multiuser access control. Therefore, from the single centralized database, multiple simultaneous access by users are easy to control.”

The statement refers to __________________.

a)

security function

b)

consistency function

c)

redundancy function

d)

concurrency function

8.

“In DBMS, all data of an organization is integrated into a single database file. The data is recorded in only one place in the database. Therefore, data is not duplicated.”

The statement refers to the ability of DBMS to __________________.

a)

increase concurrency

b)

improve data security

c)

promote data sharing

d)

control data redundancy

9.

From the following, find the correct statement of data consistency in the database.

a)

The risk of data inconsistencies can be increased by eliminating or controlling data concurrency.

b)

With the help of consistency rules in the database, users can leave a field on a web page form empty.

c)

For a database to be consistent, data written to the database must be valid according to all defined rules and constraints.

d)

Data consistency is increased when the system had unreliable data that let a user register a student for a class that isn't offered in that semester.

10.

When a student's last name changes and the last name value has to be changed in multiple locations in the system, this is an example of _________________.

a)

Data sharing

b)

Data redundancy

c)

Data consistency

d)

Data concurrency