All of the following are basic data management tasks except
a. data deletion
b. data storage
c. data attribution
d. data retrieval
C
The task of searching the database to locate a stored record for processing is called
a. data deletion
b. data storage
c. data attribution
d. data retrieval
D
Which of the following is not a problem usually associated with the flat-file approach to data
management?
a. data redundancy
b. restricting access to data to the primary user
c. data storage
d. currency of information
B
Which characteristic is not associated with the database approach to data management?
a. the ability to process data without the help of a programmer
b. the ability to control access to the data
c. constant production of backups
d. the inability to determine what data is available
D
Which characteristic is associated with the database approach to data management?
a. data sharing
b. multiple storage procedures
c. data redundancy
d. excessive storage costs
A
The textbook refers to four interrelated components of the database concept. Which of the
following is
not one of the components?
a. the database management system
b. the database administrator
c. the physical database
d. The conceptual database
D
Which of the following is not a responsibility of the database management system?
a. provide an interface between the users and the physical database
b. provide security against a natural disaster
c. ensure that the internal schema and external schema are consistent
d. authorize access to portions of the database
C
A description of the physical arrangement of records in the database is
a. the internal view
b. the conceptual view
c. the subschema
d. the external view
A
Which of the following may provide many distinct views of the database?
a. the schema
b. the internal view
c. the user view
d. the conceptual view
C
Users access the database
a. by direct query
b. by developing operating software
c. by constantly interacting with systems programmers
d. all of the above
A
The data definition language
a. identifies, for the database management system, the names and relationships of all
data elements, records, and files that comprise the database
b. inserts database commands into application programs to enable standard programs to
interact with and manipulate the database
c. permits users to process data in the database without the need for conventional programs
d. describes every data element in the database
A
The data manipulation language
a. defines the database to the database management system
b. transfers data to the buffer area for manipulation
c. enables application programs to interact with and manipulate the database
d. describes every data element in the database
C
Which statement is not correct? A query language like SQL
a. is written in a fourth-generation language
b. requires user familiarity with COBOL
c. allows users to retrieve and modify data
d. reduces reliance on programmers
B
Which duty is not the responsibility of the database administrator?
a. to develop and maintain the data dictionary
b. to implement security controls
c. to design application programs
d. to design the subschema
C
In a hierarchical model
a. links between related records are implicit
b. the way to access data is by following a predefined data path
c. an owner (parent) record may own just one member (child) record
d. a member (child) record may have more than one owner (parent)
B
Which term is not associated with the relational database model?
a. tuple
b. attribute
c. collision
d. relation
C
In the relational database model
a. relationships are explicit
b. the user perceives that files are linked using pointers
c. data is represented on two-dimensional tables
d. data is represented as a tree structure
C
In the relational database model all of the following are true except
a. data is presented to users as tables
b. data can be extracted from specified rows from specified tables
c. a new table can be built by joining two tables
d. only one-to-many relationships can be supported
D
In a relational database
a. the users view of the physical database is the same as the physical database
b. users perceive that they are manipulating a single table
c. a virtual table exists in the form of rows and columns of a table stored on the disk
d. a programming language (COBOL) is used to create a users view of the database
B
Which of the following is not a common form of conceptual database model?
a. hierarchical
b. network
c. sequential
d. relational
C
Which statement is false?
a. The DBMS is special software that is programmed to know which data elements each user
is authorized to access.
b. User programs send requests for data to the DBMS.
c. During processing, the DBMS periodically makes backup copies of the physical database.
d. The DBMS does not control access to the database.
D
All of the following are elements of the DBMS which facilitate user access to the database
except
a. query language
b. data access language
c. data manipulation language
d. data definition language
B
Which of the following is a level of the database that is defined by the data definition
language?
a. user view
b. schema
c. internal view
d. all are levels or views of the database
D
An example of a distributed database is
a. partitioned database
b. centralized database
c. networked database
d. all are examples of distributed databases
A