



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Database Systems: Design, Implementation, and Management 2026/2027 Study Guide Questions with Correct Verified Answers Database Systems: Design, Implementation, and Management 2026/2027 Study Guide Questions with Correct Verified Answers Database Systems: Design, Implementation, and Management 2026/2027 Study Guide Questions with Correct Verified Answers Database Systems: Design, Implementation, and Management 2026/2027 Study Guide Questions with Correct Verified Answers Database Systems: Design, Implementation, and Management 2026/2027 Study Guide Questions with Correct Verified Answers Database Systems: Design, Implementation, and Management 2026/2027 Study Guide Questions with Correct Verified Answers Database Systems: Design, Implementation, and Management 2026/2027 Study Guide Questions with Correct Verified Answers
Typology: Exams
1 / 7
This page cannot be seen from the preview
Don't miss anything!




1. Define each of the following terms: a. data b. field c. record d. file Data: raw facts Field: an attribute, same data type Record: related data that describes an entity File: a collection of related records. 2. What is data redundancy, and which characteristics of the file system can lead to it? Data redundancy occurs when the same data are stored in multiple places unnecessarily. The use of spreadsheets and tables in different parts of the organization can cause it. 3. What is data independence, and why is it lacking in file systems? Data independence exists when you can change the data storage characteristics without impeding the program's ability to access the data. 4. What is a DBMS, and what are its functions? DBMS = Database Management System
a collection of programs that manages the database structure and controls access to the data stored in the database. (think electronic filing cabinet) functions of a DBMS: data dictionary management data storage management data transformation and presentation security management multi user access control backup and recovery management data integrity management database access languages and application programming interfaces. database communication interfaces.
5. What is structural independence, and why is it important? When it is possible to make changes in the file structure without affecting the application program's ability to access the data. 6. Explain the differences among data, information, and a database. Data are raw facts that have not been processed. Information is data that has been processed and given context. Databases help to facilitate the manipulation of data to create information by providing an organizational structure that makes relationships and connections between data explicit. 7. What is the role of a DBMS, and what are its advantages? What are its disadvantages?
However, it seperated end-users from data. While this increased security, prevented redundancy and the such, it also created a delay in which the end-user could request information from the data and when it was delivered by the DP.
17. Explain why the cost of ownership may be lower with a cloud database than with a traditional, company database. Because you are outsourcing your data to a entity with large database assets, thus lowering costs. Also you eliminate costs in hardware and software required to maintain your own database.