Exam 1 - Chapter 1

25 July 2022
4.7 (114 reviews)
65 test answers

Unlock all answers in this set

Unlock answers (61)
question
1) The purpose of a database is to help people keep track of things
answer
Answer: TRUE
question
2) A possible problem with keeping data in lists is that if you delete a row of data from a list, you may also delete some data items that you want to keep
answer
Answer: TRUE
question
3) An advantage of keeping data in lists is that if you update a data value in one row of data in a list, other occurrences of the same data item in other rows will be automatically updated as well
answer
Answer: FALSE
question
4) An advantage of keeping data in lists is that if you add a new row of data to the list, you will never have null values occurring for any data item in the row
answer
Answer: FALSE
question
5) One problem with storing duplicated data is the potential for inconsistent values
answer
Answer: TRUE
question
6) A relational database stores data in the form of lists
answer
Answer: FALSE
question
7) Usually, a database table containing both rows and columns is designed to store data for exactly two themes
answer
Answer: FALSE
question
8) By separating data into tables containing data on only one theme each, making changes to the data is simplified
answer
Answer: TRUE
question
9) SQL stands for Structural Question Language
answer
Answer: FALSE
question
10) Relational database tables are commonly combined, queried, and processed using Structured Query Language (SQL)
answer
Answer: TRUE
question
11) Although users use database systems, they are not considered part of a database system
answer
Answer: FALSE
question
12) A database is a set of one or more computer programs that serves as an intermediary between the users and the database management system (DBMS)
answer
Answer: FALSE
question
13) A relational database can be defined as a self-describing collection of related tables
answer
Answer: TRUE
question
14) A database is self-describing because the user maintains a record of the database structure outside the database itself
answer
Answer: FALSE
question
15) Metadata is the user data stored in the database
answer
Answer: FALSE
question
16) Most organizations create and use their own database management system (DBMS) products
answer
Answer: FALSE
question
17) The DBMS is used to create the database itself
answer
Answer: TRUE
question
18) Referential integrity constraints must be enforced by the application program
answer
Answer: FALSE
question
19) Application programs are responsible for creating, maintaining, and supporting database backup and recovery systems
answer
Answer: FALSE
question
20) The DBMS receives data update requests from the application program
answer
Answer: TRUE
question
21) In the general division of labor between database applications and the DBMS, the processing of forms is considered a DBMS task
answer
Answer: FALSE
question
22) In the general division of labor between database applications and the DBMS, the application program determines which tables need to be modified
answer
Answer: TRUE
question
23) In the general division of labor between database applications and the DBMS, the application program formats the results of a query into a report
answer
Answer: TRUE
question
24) Personal DBMS products, such as Microsoft Access, create a clear distinction between the DBMS and the database application
answer
Answer: FALSE
question
25) There is no reason for serious database developers to learn many aspects of database processing technology because DBMS products like Microsoft Access hide these aspects
answer
Answer: FALSE
question
26) Microsoft Access 2013 is a personal database that combines a DBMS with an application generator
answer
Answer: TRUE
question
27) The Microsoft Access 2013 application generator provides the ability to create and store forms, reports, and queries
answer
Answer: TRUE
question
28) Microsoft Access 2013 databases are stored using the file extension accdb.
answer
Answer: TRUE
question
29) Microsoft Access 2013 uses the Access 2003 mdb file format as the default file format for database files.
answer
Answer: FALSE
question
30) Microsoft Access 2013 uses the AutoNumber data type to create surrogate keys
answer
Answer: TRUE
question
31) A database may be used to help people: A) track which student is assigned to a particular advisor B) know the current inventory levels of products their company sells C) check on the estimated arrival time of an incoming flight at an airport D) look up their checking account balance over the Internet E) All of the above
answer
Answer: E
question
32) Which of the following problems associated with storing data in a list is avoided by storing data in a relational database? A) Maintaining the data may require changing the same data value in many locations B) Inconsistency when a data item is used multiple times C) Inability to store partial data D) Duplication of data items E) All of the above
answer
Answer: E
question
33) Today almost every commercial database is based on: A) lists B) the hierarchical model C) the linked-list model D) the relational model E) the object-oriented model
answer
Answer: D
question
34) A relational database stores data in the form of: A) lists B) forms C) columns D) tables E) spreadsheets
answer
Answer: D
question
35) SQL stands for: A) Standard Query Language B) Structural Question Language C) Structured Query Language D) Standard Question Language E) Structured Question Language
answer
Answer: C
question
36) The statement SELECT STUDENT StudentNumber, STUDENT.StudentName, FROM STUDENT WHERE STUDENT StudentNumber = S12345678; is an example of: A) QBE B) SQL C) QLE D) C++ E) Java
answer
Answer: B
question
37) Which of the following is not a basic component of a database system? A) Database B) User C) ERD D) DBMS E) Data applications
answer
Answer: C
question
38) A relational database is: A) a self-describing collection of related tables B) a collection of forms and reports that support a given purpose C) a library of queries and data files for querying D) a set of applications and the data sets for those applications E) a set of metadata
answer
Answer: A
question
39) The component of a database that makes it self-describing is the: A) related tables B) applications C) library D) data set E) metadata
answer
Answer: E
question
40) Which of the following would not be an example of database metadata? A) Names of tables in a database B) Properties of tables in a database C) Names of columns in a database and their associated tables D) Properties of columns E) Queries against records in the database tables
answer
Answer: E
question
41) The creation of a database and its tables is a function of which component of the database system? A) Users B) Application C) DBMS D) Database E) Web server
answer
Answer: C
question
42) Which of the following is a function of the DBMS in a database system? A) Create and transmit queries B) Control applications C) Create and process forms D) Perform backup and recover E) Process Web page requests
answer
Answer: D
question
43) Which of the following is a function of the database application in a database system? A) Create and transmit queries B) Update database data C) Maintain database structures D) Create tables E) Backup and restore data
answer
Answer: A
question
44) Which of the following is not a function of the database application in a database system? A) Execute application logic B) Control concurrency C) Create and process forms D) Create and transmit queries E) Create and process reports
answer
Answer: B
question
45) Microsoft SQL Server is an example of a: A) database B) database management system C) data manipulation system D) table E) list manager
answer
Answer: B
question
46) Microsoft Access is a personal database system, and a personal database system is characterized by: A) the DBMS removing the metadata from the database B) the DBMS product taking the role of the DBMS and the database application generator C) the database being stored inside the DBMS D) the DBMS product being limited to a maximum of ten tables in any given database E) the DBMS not supporting indexes
answer
Answer: B
question
47) The Microsoft Access application generator is not responsible for: A) creating forms B) creating reports C) creating queries D) creating tables E) storing queries
answer
Answer: D
question
48) Microsoft Access 2013 database files are stored using the file extension: A) adb. B) asp. C) accdb. D) mdb. E) sql.
answer
Answer: C
question
49) The default file format for Microsoft Access 2013 database files is the: A) Access 2007 format B) Access 2003 format C) Access XP format D) SQL Server format E) XBD format
answer
Answer: A
question
50) The Microsoft Access 2013 data type of AutoNumber is used when there is a specific need for a: A) foreign key B) primary key C) surrogate key D) spare key E) secondary key
answer
Answer: C
question
51) The purpose of a database is to help people ________
answer
Answer: keep track of things
question
52) A relational database stores data in the form of ________
answer
Answer: tables
question
53) It is almost always best to design a table in a database so that it contains data on ________ theme
answer
Answer: one
question
54) In relational databases, query requests use a language called ________
answer
Answer: Structured Query Language (SQL)
question
55) Data that the database keeps about its own structure is called ________
answer
Answer: metadata
question
56) The purpose of the ________ in a database system is to receive requests from applications and to translate those requests into reads and writes on the database files
answer
Answer: DBMS
question
57) ________ constraints are rules that the DBMS enforces to ensure that data values in one table have corresponding values in another related table
answer
Answer: Referential integrity
question
58) The DBMS controls ________ by ensuring that one user's work does not inappropriately interfere with another user's work
answer
Answer: concurrency
question
59) A(n) ________ is a set of one or more computer programs that serves as an intermediary between the user and the DBMS
answer
Answer: database application
question
60) In a database system, the ________ creates and processes forms
answer
Answer: database application
question
61) Microsoft Access is a(n) ________, which combines a DBMS and an application generator
answer
Answer: personal database
question
62) The Microsoft Access application generator adds the ability to create and store ________, ________, and ________
answer
Answer: forms; reports; queries
question
63) Microsoft Access 2013 database files are stored using the ________ file extension
answer
Answer: accdb
question
64) By default, Microsoft Access 2013 saves data files in the ________ file format
answer
Answer: Access 2007
question
65) Microsoft Access 2013 generates surrogate key values when the ________ data type is used
answer
Answer: AutoNumber