DB Chapter 1 True/False – Flashcards
30 test answers
Unlock all answers in this set
Unlock answers 30question
One problem with storing duplicated data is the potential for inconsistent values.
answer
T
Unlock the answer
question
A relational database stores data in the form of lists.
answer
F
Unlock the answer
question
Usually, a database table containing both rows and columns is designed to store data for exactly two themes.
answer
F
Unlock the answer
question
By separating data into tables containing data on only one theme each, making changes to the data is simplified.
answer
T
Unlock the answer
question
SQL stands for Structural Question Language.
answer
F
Unlock the answer
question
Relational database tables are commonly combined, queried, and processed using Structured Query Language (SQL).
answer
T
Unlock the answer
question
Although users use database systems, they are not considered part of a database system.
answer
F
Unlock the answer
question
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
F
Unlock the answer
question
A relational database can be defined as a self-describing collection of related tables.
answer
T
Unlock the answer
question
A database is self-describing because the user maintains a record of the database structure outside the database itself.
answer
F
Unlock the answer
question
Metadata is the user data stored in the database.
answer
F
Unlock the answer
question
Most organizations create and use their own database management system (DBMS) products.
answer
F
Unlock the answer
question
The DBMS is used to create the database itself.
answer
T
Unlock the answer
question
Referential integrity constraints must be enforced by the application program.
answer
F
Unlock the answer
question
Application programs are responsible for creating, maintaining, and supporting database backup and recovery systems.
answer
F
Unlock the answer
question
The DBMS receives data update requests from the application program.
answer
T
Unlock the answer
question
In the general division of labor between database applications and the DBMS, the processing of forms is considered a DBMS task.
answer
F
Unlock the answer
question
In the general division of labor between database applications and the DBMS, the application program determines which tables need to be modified.
answer
T
Unlock the answer
question
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
T
Unlock the answer
question
Personal DBMS products, such as Microsoft Access, create a clear distinction between the DBMS and the database application.
answer
F
Unlock the answer
question
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
F
Unlock the answer
question
Microsoft Access 2010 is a personal database that combines a DBMS with an application generator.
answer
T
Unlock the answer
question
The Microsoft Access 2010 application generator provides the ability to create and store forms, reports, and queries.
answer
T
Unlock the answer
question
Microsoft Access 2010 databases are stored using the file extension .accdb.
answer
F
Unlock the answer
question
Microsoft Access 2010 uses the Access 2003 .mdb file format as the default file format for database files.
answer
F
Unlock the answer
question
Microsoft Access 2010 uses the AutoNumber data type to create surrogate keys.
answer
T
Unlock the answer