B. DBMS (Answer) : I. Multi Choice

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

FINAL EXAM

Course: Database I
Schedule: Weekend
I. Multi Choice
1. This is a type of program that lets one or more computer users create, manage, and access data in
a database.
a. B2B
b. DBMS (answer)
c. multidimensional database
d. None
2. In a relational database, this is a data structure that organizes the information about a single topic
into rows and columns.
a. Block
b. Table
c. Tuple
d. Records (answer)
3. In a relational database, this is the data structure that holds a single piece of data such as first
name or phone number, etc.
a. Object
b. Entity
c. Field (answer)
d. Datatype
4. DBMS stands for
a. Data Base Marginal System
b. Database Management System (answer)
c. Directory Base Management Standard
d. None of three above
5. In an E-R Diagram, Attributes are represented by
a. Rectangle
b. Square
c. Ellipse (answer)
d. Triangle
II. Match the answer

A B Answer (AB)
1. The view of total database a. To avoid/reduce the 1b
content is redundancy
2. The purpose of database b. Conceptual View 2a
design is
3. There is one table called c. to help people keep track of 3d
“Tbl_Students” and it has 4 things
fields such as St_ID,
St_Name, Gender,
Birth_Date. In order to
select all fields in this table,
the SQL statement should
be
4. There is one table called d. Select * from Tbl_Students 4e
“Tbl_Students” and it has 4
fields such as St_ID,
St_Name, Gender,
Birth_Date. In order to
select only 3 fields in this
table, the SQL statement
should
5. the purpose of Database is e. Select St_Name, Gender, 5c
Birth_Date from Tbl_Students

III. Question
1. Defines the meaning of Database? Give an example
Ans: A database is a shared, integrated computer structure that stores a collection of data.
or Databases are structured to facilitate the storage, retrieval, modification, and deletion of data in
conjunction with various data-processing operations.
Example: Student Information Database
2. Why do business need Database? (It depend on their answers)
 It reduces human works
 Protect the lost of data/information
 Easy to manage and retrieve information
 Improve business analyzing and tracking
3. Define DBMS.
Answer: DBMS stands for Database Management System. It is a collection of application
programs which allow the user to organize, restore and retrieve information about data efficiently and as
effectively as possible.

You might also like