MCQ CHP8-CIS Flashcards

(30 cards)

1
Q

1.An inventory record contains part number, part name, part color, and part weight. These
individual items are called
a. fields.
b. stored files.
c. bytes.
d. occurrences.

A

A. Fields

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

.It is appropriate to use a sequential file structure when
a. records are routinely inserted.
b. single records need to be retrieved.
c. records need to be scanned using secondary keys.
d. a large portion of the file will be processed in one operation.

A

D. A large portion of the file will be processed in one operation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following statements is not true?
a. Indexed random files are dispersed throughout the storage device without regard for
physical proximity with related records.
b. Indexed random files use disk storage space efficiently.
c. Indexed random files are efficient when processing a large portion of a file at one time.
d. Indexed random files are easy to maintain in terms of adding records.

A

C. Indexed random files are efficient when processing a large portion of a file at one time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A. Data Sharing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

.Which statement is not correct? The VSAM structure
a. is used for very large files that need both direct access and batch processing.
b. may use an overflow area for records.
c. provides an exact physical address for each record.
d. is appropriate for files that require few insertions or deletions.

A

C. provides an exact physical address for each record.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which statement is true about a hashing structure?
a. The same address could be calculated for two records.
b. Storage space is used efficiently.
c. Records cannot be accessed rapidly.
d. A separate index is required.

A

A. The same address could be calculated for two records.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

.In a hashing structure,
a. two records can be stored at the same address.
b. pointers are used to indicate the location of all records.
c. pointers are used to indicate the location of a record with the same address as another
record.
d. all locations on the disk are used for record storage.

A

C. pointers are used to indicate the location of a record with the same address as another
record.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

.Pointers can be used for all of the following except
a. to locate the subschema address of the record.
b. to locate the physical address of the record.
c. to locate the relative address of the record.
d. to locate the logical key of the record

A

A. to locate the subschema address of the record.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Pointers are used
a. to link records within a file.
b. to link records between files.
c. to identify records stored in overflow.
d. all of the above.

A

D. all of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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)

A

B. the way to access data is by following a predefined data path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which term is not associated with the relational database model?
a. tuple
b. attribute
c. collision
d. relation

A

C. Collision

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

.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

A

C. data is represented on two-dimensional tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

.The most serious problem with unnormalized databases is the
a. update anomaly
b. insertion anomaly
c. deletion anomaly
d. none of the above

A

C. Deletion Anomaly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

.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

A

D. only one-to-many relationships can be supported

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

.In a relational database
a. the user’s 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 user’s view of the database

A

B. users perceive that they are manipulating a single table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The update anomaly in unnormalized databases
a. occurs because of data redundancy
b. complicates adding records to the database
c. may result in the loss of important data
d. often results in excessive record insertions

A

A. occurs because of data redundancy

16
Q

The deletion anomaly in unnormalized databases
a. is easily detected by users
b. may result in the loss of important data
c. complicates adding records to the database
d. requires the user to perform excessive updates

A

B. may result in the loss of important data

17
Q

.Which statement is correct?
a. in a normalized database, data about vendors occur in several locations
b. the accountant is responsible for database normalization
c. in a normalized database, deletion of a key record could result in the destruction of the
audit trail
d. connections between M:M tables are provided by a link table

A

D. connections between M:M tables are provided by a link table

18
Q

Which of the following is not a common form of conceptual database model?
a. hierarchical
b. network
c. sequential
d. relational

A

C. Sequential

19
Q

Which of the following is a relational algebra function?
a. restrict
b. project
c. join
d. all are relational algebra functions

A

D. all are relational algebra functions

20
Q

.Entities are
a. nouns that are depicted by rectangles on an entity relationship diagram
b. data that describe the characteristics of properties of resources
c. associations among elements
d. sets of data needed to make a decision

A

A. nouns that are depicted by rectangles on an entity relationship diagram

21
Q

.A user view
a. presents the physical arrangement of records in a database for a particular user
b. is the logical abstract structure of the database
c. specifies the relationship of data elements in the database
d. defines how a particular user sees the database

A

D. defines how a particular user sees the database

22
Q

.All of the following are advantages of a partitioned database except
a. increased user control by having the data stored locally
b. deadlocks are eliminated
c. transaction processing response time is improved
d. partitioning can reduce losses in case of disaster

A

B. deadlocks are eliminated

22
Q

A table is in third normal form when it is
a. free of repeating group data
b. free of transitive dependencies
c. free of partial dependencies
d. free of deletion anomalies
e. none of the above

A

B. free of transitive dependencies

23
Each of the following is a relational algebra function except a. join b. project c. link d. restrict
C. Link
23
A table is in first normal form when it is a. free of repeating group data b. free of transitive dependencies c. free of partial dependencies d. free of update anomalies
A. free of repeating group data
24
.A table is in second normal form when it is a. free of repeating group data b. free of transitive dependencies c. free of partial dependencies d. free of insert anomalies e. none of the above
C. free of partial dependencies
25
Which statement is not true? Embedded audit modules a. can be turned on and off by the auditor. b. reduce operating efficiency. c. may lose their viability in an environment where programs are modified frequently. d. identify transactions to be analyzed using white box tests.
D. identify transactions to be analyzed using white box tests.
26
Generalized audit software packages perform all of the following tasks except a. recalculate data fields b. compare files and identify differences c. stratify statistical samples d. analyze results and form opinions
D. analyze results and form opinions
27
A transitive dependency a. is a database condition that is resolved through special monitoring software. b. is a name given to one of the three anomalies that result from unnormalized database tables. c. can exist only in a table with a composite primary key. d. cannot exist in tables that are normalized at the 2NF level. e.is none of the above.
D. cannot exist in tables that are normalized at the 2NF level. e.is none of the above.