wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

PRELIM EXAM FOR INFORMATION MANAGEMENT

Total questions: 20

Worksheet time: 20mins

Name
Class
Date
1.

What is the correct definition/description of a database?

a)

It is a structure that can store information about multiple types of entities, the attributes of those entities, and the relationships between the entities.

b)

It is a computer counterpart to an ordinary paper file you might keep in a file cabinet, an accounting ledger, or other place.

c)

It is a named column of multiple entities with domain association.

2.

Data storage and retrieval can be done using the following four operations on the file except:

a)

Read

b)

Insert

c)

Delete

d)

Append

3.

It is the set of allowable values for one or more attributes.

(a)  

4.

Degree of a relation is the number of tuples it contains.

a)

True

b)

False

5.

Based on this Representative Table, identify/specify its attributes. Please use commas to separate values or variables.

(a)  

6.

In a relational algebra, produces a relation that contains only those tuples of R that satisfies the specified predicate.

a)

Selection

b)

Projection

c)

Union

7.

Produces a relation that contains all the tuples of R or S or both the R and S, duplicate tuples being eliminated. R and S must be union compatible.

a)

Intersection

b)

Union

c)

Cartesian Product

8.

Looking at a content of a record without changing it.

a)

Read

b)

Write

c)

Update

9.

The candidate key that is selected to identify tuples uniquely within the relation.

(a)  

10.

An attribute or set of attributes that uniquely identifies individual occurrences of an entity type.

(a)  

11.

If a tuple is a row, a column is an                               .

a)

Relations

b)

Attribute

c)

Relationships

12.

What will happen if DATA redundancy occur in a database?

a)

Data integration is enforced.

b)

There is data harmonization.

c)

Data is in safe mode.

d)

Data inconsistency will result.

13.

The word fact derives from the Latin word facum which indicate findings derived through a process of evaluation, including review of testimony, direct observation, or otherwise.

a)

True

b)

False

14.

He is the central authority in charge of Database.

a)

Database Administrator

b)

Application programmers

c)

Operations Personnel

15.

Based on the attached image, what is the name of the relation?

(a)  

16.

Study the attached image of a table. Provide its degree and cardinality. Use comma to separate values.

(a)  

17.

The following are disadvantages of database processing except:

a)

Bulk file size

b)

decreased redundancy

c)

increased complexity

18.

It is a line connecting the entities. It is simply an association between entities.

(a)  

19.

Given this relational algebraic expression, what does this usually mean?

σ course = "BSIT" (STUDENTS)

a)

Selects tuples from STUDENTS where course = ‘BSIT’.

b)

It extracts attributes whose course = ‘BSIT’.

c)

It will not execute since course is not part of STUDENTS table.

20.

Please specify what attributes are projected in this relational algebraic expression:

Π RepNum, LastName (Rep)

(a)