Chapter 13 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

user-defined datatype

A

data type based on existing data type or other data types that have been defined by the programmer.

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

Non-composite data type

A

data type that does not reference any other data types.

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

Enumerated data type

A

non-composite data type defined by a given list of all possible values that has an implied order.

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

Pointer data type

A

non-composite data type that uses memory address of where the data is stored.

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

Set

A

given list of unordered elements that can use set theory operations such as intersection and union.

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

Serial File Organization

A

method of file organization in which records of data are physically stored in a file, one after another, in the order they were added to the file.

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

Sequential File Organization

A

method of file organization in which records of data are physically stored in a file, one after another, in a given order.

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

Random File Organization

A

method of file organization in which records of data are physically stored in a file in any available position; the location of any record in the file is found by using a hashing algorithm on the key field of a record.

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

Hashing Algorithm (File Access)

A

mathematical formula used to perform a calculation in the key field of the record; the result of the calculation gives the address where the record should be found.

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

File Access

A

the method used to physically find a record in a file.

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

Sequential Access

A

method of file access in which records are searched one after another from the physical start of the file until the required record is found.

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

Direct Access

A

method of file access in which a record can be physically found in a file without physically reading the other records.

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