Exam 3: The Database Management System Concept
Exam 1: Data: the New Corporate Resource31 Questions
Exam 2: Data Modeling57 Questions
Exam 3: The Database Management System Concept83 Questions
Exam 4: Relational Data Retrieval: SQL71 Questions
Exam 5: The Relational Database Model: Introduction57 Questions
Exam 6: The Relational Database Model: Additional Concepts39 Questions
Exam 7: Logical Database Design58 Questions
Exam 8: Physical Database Design134 Questions
Exam 9: Object-Oriented Database Management41 Questions
Exam 10: Data Administration, Database Administration, and Data Dictionaries47 Questions
Exam 11: Database Control Issues: Security, Backup and Recovery, Concurrency59 Questions
Exam 12: Clientserver Database and Distributed Database56 Questions
Exam 13: The Data Warehouse62 Questions
Exam 14: Database and the Internet45 Questions
Select questions type
In physical sequential access, the records of a file are retrieved in order based on the values of one or a combination of the fields.
(True/False)
4.9/5
(44)
When data structures can be modified without affecting the programs that use the data, we say that the environment is highly _____.
(Multiple Choice)
4.8/5
(35)
Each of the following is one of the fundamental operations that can be performed on stored data, except _____.
(Multiple Choice)
4.8/5
(30)
In a data independent environment, changes to data structures necessitate little or no changes to the programs that use the data.
(True/False)
4.9/5
(29)
All of the following are corporate resources, except _____.
(Multiple Choice)
4.8/5
(44)
Today, data is considered to be a manageable resource along with money, personnel, and plant and equipment.
(True/False)
4.9/5
(38)
When different kinds of data (data about different entities) are merged in one file, a deletion anomaly _____.
(Multiple Choice)
4.8/5
(31)
Which of the following is a collection of descriptions of the entities in an entity set?
(Multiple Choice)
4.9/5
(31)
A particular data value appearing multiple times in a column of a file always indicates redundant data.
(True/False)
4.8/5
(30)
The navigational approaches to database management are _____.
(Multiple Choice)
4.8/5
(34)
Because of how critical the database concept is, several hundred approaches to the problem of providing both non-redundant data storage and a data integration capability have been devised.
(True/False)
4.8/5
(32)
Integrating data in a set of non-redundant files requires a multi-file access.
(True/False)
4.8/5
(27)
A database management system is a software utility that stresses the storage of non-redundant data without the expectation of providing a data integration capability.
(True/False)
4.8/5
(27)
Redundant data can occur across multiple files but not within individual files.
(True/False)
4.9/5
(37)
Problems
The following Animal File from the Central Zoo will be used in several of the following questions. The left-hand column of relative record numbers is there to facilitate answering the questions.
Animal Animal Country of Number Species Name Gender Birth Weight 1 2 3 4 5 6 7 8 9 10 13648 Elephant Jumbo M Uganda 6,000 14990 Kangaroo Fred M Australia 200 17543 Elephant Shirley F Nigeria 5,500 20165 Giraffe Necky F USA 500 23743 Giraffe High Top F USA 600 27579 Panda Fluffy M China 250 32565 Elephant Large Louie M India 7,000 34871 Grizzly Bear Doris F Canada 1,500 35993 Lion King M USA 580 38578 Tiger Stripes F India 470 Animal file
-Assume that the records of the Animal file are physically stored in the order shown.
a. Retrieve all of the records of the file physically sequentially.
b. Retrieve all of the records of the file logically sequentially based on the Animal Name field.
c. Retrieve all of the records of the file logically sequentially based on the Animal Number field.
d. Retrieve all of the records of the file logically sequentially based on the Weight field.
e. Perform a direct retrieval of the records with an Animal Number field value of 34871.
f. Perform a direct retrieval of the records with a Country of Birth field value of USA.
(Essay)
4.8/5
(32)
Security, backup and recovery, and concurrency are issues that are common to all databases and so should be handled by the DBMS.
(True/False)
4.8/5
(30)
Combining files to achieve data integration can introduce data redundancy.
(True/False)
4.8/5
(37)
Showing 21 - 40 of 83
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)