The document contains multiple choice questions about database management systems and concepts like data abstraction, entity relationship diagrams, storage managers, schema, data definition language, data manipulation language, and functions of a database administrator. The questions cover topics like the definition of a DBMS, levels of data abstraction, disadvantages of file systems for data storage, what entity sets represent in an ER diagram, components of a storage manager, what DML enables, types of schemas, examples of database languages, and examples of data models.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
26 views2 pages
Q1
The document contains multiple choice questions about database management systems and concepts like data abstraction, entity relationship diagrams, storage managers, schema, data definition language, data manipulation language, and functions of a database administrator. The questions cover topics like the definition of a DBMS, levels of data abstraction, disadvantages of file systems for data storage, what entity sets represent in an ER diagram, components of a storage manager, what DML enables, types of schemas, examples of database languages, and examples of data models.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2
A Database Management System (DBMS) is
A. Collection of interrelated data
B. Collection of programs to access data C. Collection of data describing one particular enterprise D. All of the above ANSWER: D
Which of the following is not a level of data abstraction?
A. Physical Level B. Critical Level C. Logical Level D. View Level ANSWER: B
Disadvantages of File systems to store data is:
A. Data redundancy and inconsistency B. Difficulty in accessing data C. Data isolation D. All of the above ANSWER: D
In an Entity-Relationship Diagram Rectangles represents
A. Entity sets B. Attributes C. Database D. Tables ANSWER: A
Which of the following is not a Storage Manager Component?
A. Transaction Manager B. Logical Manager C. Buffer Manager D. File Manager ANSWER: B
Data Manipulation Language enables users to
A. Retrieval of information stored in database B. Insertion of new information into the database C. Deletion of information from the database D. All of the above ANSWER: C
Which of the following is not an Schema?
A. Database Schema B. Physical Schema C. Critical Schema D. Logical Schema ANSWER: C
Which of the following is Database Language?
A. Data Definition Language B. Data Manipulation Language C. Query Language D. All of the above ANSWER: B
Which of the following in not a function of DBA?
A. Network Maintenance B. Routine Maintenance C. Schema Definition D. Authorization for data access ANSWER: A
Which of the following is a Data Model?
A. Entity-Relationship model B. Relational data model C. Object-Based data model D. All of the above ANSWER: D