Chapter 8 Flashcards

1
Q

The way records are physically arranged on the secondary storage device

A

Organization

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

Technique used to locate records and to navigate through the database or file

A

Access Method

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

All records in contiguous storage spaces in specified sequence

A

Key Field

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

Structure that employs algorithm to convert primary key into physical record storage address with no separate index necessary

A

Hashing Structure

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

Different keys may create same address

A

Collision

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

Stores the address of related record in a field with each data record

A

Pointers

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

_______ provide connections between records and may be used to link records between files

A

Pointers

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

Contains actual disk storage location which allows direct access to the record

A

Physical address pointer

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

An ___________ structure which facilitates direct access to individual records and batch processing of the file

A

Indexed sequential file

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

Multiple indexes can create an _________ or cross-reference allowing even more flexible access to data

A

Inverted list

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

Represented by a line connecting two entities

A

Association

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

The degree of association between two entities

A

Cardinality

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

Nature of association between related tables determines method used to assign foreign keys

A

Foreign key

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

The set of data a particular user sees

A

User view

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

Negative operational symptoms called

A

Anomalies

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

To be free of anomalies, tables must be normalized to the

A

Third normal form (3NF)

17
Q

The results from data redundancy in an unnormalized table

A

Update anomaly

18
Q

Occurs when a new item cannot be added to the table because there is no association with the primary key

A

Insertion anomaly

19
Q

Involves unintentional deletion of data. When an attribute item used by only one entity is deleted, all information about that attribute item is lost

A

Deletion anomaly

20
Q

The process in normalizing tables that identifies and removes dependencies resulting in tables

A

Normalization process