CIS C-8 Flashcards

(24 cards)

1
Q

The database approach to data management is sometimes called the flat file approach.

A

F

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

The two fundamental components of data structures are organization and access method

A

T

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

When a large portion of the file is to be processed in one operation such as payroll,
sequential data structures are an inefficient method of organizing a file

A

F

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

.An advantage of using an indexed random file structure is that records are easily added
and deleted.

A

T

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

The hierarchical database model forces users to navigate between data elements using
predefined structured paths.

A

T

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

A network model does not allow children files to have multiple parent files.

A

F

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

.The physical database is an abstract representation of the database.

A

F

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

.A customer name and an unpaid balance is an example of a one-to-many relationship

A

F

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

In the relational model, a data element is called a relation

A

F

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

Data normalization groups data attributes into tables in accordance with specific
design objectives.

A

T

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

Under the database approach, data is viewed as proprietary or owned by users.

A

F

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

.VSAM file structures are most effective where rapid access to individual records is a
priority need.

A

F

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

A join builds a new table by creating links

A

F

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

.The deletion anomaly is the least important of the problems affecting unnormalized
databases.

A

F

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

.EAM’s allow auditors to identify significant transactions for substantive testing.

A

T

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

Generalized audit software packages are used to assist the auditor in performing
substantive tests.

17
Q

GAS can be used with simple data structures but not complex structures

18
Q

.Logical database design is the foundation of the conceptual design.

19
Q

.An entity is any physical thing about which the organization wishes to capture data.

20
Q

An ER diagram is a graphical representation of a data model.

21
Q

.The term occurrence is used to describe the number of attributes or fields pertaining
to a specific entity.

22
Q

.Cardinality describes the number of possible occurrences in one table that are
associated with a single occurrence in a related table.

23
Q

.A table in third normal form is free of partial dependencies, multiple dependencies, and
transitive dependencies.

24
Q

.Improperly normalized databases are associated with three types of anomalies: the
update anomaly, the insertion anomaly, and the deletion anomaly.