File Organisation and Structure Flashcards

1
Q

Delimiter

A

a unique character that separates entries in a record, eg a comma

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

Field

A

a specific piece of data within a record that state a feature of the thing

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

File

A

a data structure used to organise data in a persistent form, a collection of records

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

Indexed Sequential File

A

where records are stored in key field order, using an index structure to allow direct access to the data, very efficient for batch processing, allows faster access, but index takes up extra storage space and new records must be inserted into the correct place or overflow areas and indexes must be updated

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

Master File

A

contains a record of all data as it was at a point in time, providing permanent long-term storage, used to perform batch processing operations such as billing

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

Record

A

all data related to an instance of whatever the file relates to

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

Fixed Length Record

A

records that have a fixed size that they will be stored as, far easier to program but often take up more space

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

Variable Length Record

A

records that have a size that can be changed depending on how much data is store in them, far harder to program but often take up less space

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

Sequential File

A

records are stored and accessed in key field order, used when all records need to be processed in one batch, eg bills and payrolls

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

Serial File

A

records are stored in no particular order so to find a record you must start at the beginning and read each record in turn until you find the target, meaning searches are slow

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

Transaction File

A

stores updates to the master file

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