Chapter 10 Review
Chapter 10 Review
Chapter 10 Review
2. _________________________ is processed data; that is, it is organized, meaningful, and
useful.
6. In the ASCII and EBCDIC coding schemes, each byte represents a single
_________________________, which can be a number, letter, punctuation mark, or other symbol.
7. In the database pictured in the accompanying figure, a(n) _________________________ is
a combination of one or more related charters or bytes and is the smallest unit of data a user accesses.
8. In the database pictured in the accompanying figure, a(n) _________________________
uniquely identifies each field.
9. In the database pictured in the accompanying figure, the _________________________
defines the maximum number of characters a field can contain.
10. In a database, the _________________________ specifies the kind of data a field can
contain and how the field is used.
11. Text (also called _________________________), is a common data type that includes
letters, numbers, or special characters.
12. Yes/No (also called _________________________), is a common data type that includes
only the values Yes or No (or True or False).
13. Object (also called _________________________ for binary large object), is a common
data type that includes photograph, audio, video, or a document created in other applications.
15. In a database, a(n) _________________________ is a field that uniquely identifies each
record in a file.
16. A(n) _________________________ is a collection of related records stored on a disk such
as a hard disk, CD-ROM, or DVD-ROM.
17. _________________________ refers to the procedures that keep data current.
18. _________________________ is the process of comparing data with a set of rules or
values to find out if the data is correct.
19. Many database programs perform a(n) _________________________ that analyzes
entered data to help ensure that it is correct.
20. Validity checks, also called _________________________, reduce data entry errors.
21. A(n) _________________________ is a validity check that ensures users enter only
alphabetic data into a field.
22. A(n) _________________________ is a validity check that ensures users enter only
numeric data into a field.
23. A(n) _________________________ is a validity check that determines whether a number
is within a specified range.
26. When a company uses the _________________________, many programs and users
share the data in a database.
27. A(n) _________________________ is a program with which users interact that generally
has a more user-friendly interface than a DBMS.
28. An application that supports a front-end program sometimes is called the
_________________________.
29. A(n) _________________________ contains data about each file in a database and each
field within those files.
30. Because a data dictionary contains details about the data in a database, some call it
_________________________.
31. A(n) _________________________ is a value that a database initially displays in a field.
32. A(n) _________________________ is a request for specific data from a database.
33. A(n) _________________________ consists of simple, English-like statements that allow
users to specify the data to display, print, or store.
34. Instead of learning the grammar and vocabulary associated with a query language, a(n)
_________________________ can be used to request data from a database.
35. A(n) _________________________ is a window on the screen that provides areas for
entering or changing data in a database.
36. A form that sends entered data across a network or the Internet is called a(n)
_________________________.
37. A(n) _________________________ allows users to design a report on the screen, retrieve
data into the report design, and then display or print the report.
38. _________________________ define the actions that a specific user or group of users can
perform with the data in a database.
39. _________________________ are access privileges that specify a user can view, but
cannot change, the data in a database.
40. _________________________ are access privileges that specify a user can view and
change the data in a database.
41. A(n) _________________________, or copy, of the entire database should be made on a
regular basis.
42. More complex DBMSs maintain a(n) _________________________, which is a listing of
activities that change the contents of a database.
43. A DBMS places a copy of the record prior to a change, called the
_________________________, in the log.
44. A DBMS places a copy of the record after a change, called the
_________________________, in the log.
45. A DBMS that creates a log usually provides a(n) _________________________ that uses
the log and/or backup to restore a database when it becomes damaged or destroyed.
46. In a(n) _________________________, the DBMS uses the log to reenter changes made to
a database since the last save or backup.
47. In a(n) _________________________, the DBMS uses the log to undo any changes made
to a database during a certain period.
48. A(n) _________________________ consists of rules and standards that define how a
database organizes data.
49. Some databases are called _________________________ because they combine features
of the relational and object-oriented data models.
50. A(n) _________________________ is a database that stores data in tables that consist of
rows and columns.
56. A(n) _________________________ is an item that contains data, as well as the actions
that read or process the data.
57. A(n) _________________________ is an application appropriate for an object-oriented
database that contains text links to other types of documents.
60. Object-oriented and object-relational databases often use a query language called
______________________________ to manipulate and retrieve data.
62. A multidimensional database stores data in multiple dimensions, sometimes known as
a(n) _________________________, that allow users to access and analyze any view of the database
data.
63. A(n) _________________________ is a huge database that stores and manages the data
required to analyze historical and current transactions.
64. The data in a(n) _________________________ exists in many separate locations
throughout a network or the Internet.
65. Data warehouses often use a process called _________________________ to find
patterns and relationships among data.
66. A(n) _________________________ contains a database that helps a specific group or
department make decisions.
67. A(n) _________________________ is a computer that stores and provides access to a
database.
68. One type of program that manages the sending and receiving of data between the front
end and a database server is a(n) ___________________________________, which runs automatically
as soon as users click a button to send or receive information.
4. ANS: database software 10. ANS: data type
16. ANS: data file
37. ANS: report generator 66. ANS: data mart
43. ANS: before image 69. ANS: database analyst (DA)
DA
46. ANS: rollforward
(DBA)
47. ANS: rollback database administrator
backward recovery
DBA
48. ANS: data model