1.6 Organisation of Data Flashcards

1
Q

Files

A

Is a collection of records with common properties

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

Fixed length field

A

All records are exactly the same length

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

Variable length field

A

The length of each record varies

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

Master Files

A

Are a collection of records pertaining to one of the main subjects of an information system.

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

Transaction file

A

Is used to hold data during transaction processing, it is later used to update the master file

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

Sequential file access

A

Is the access of files in the order that they are stored.

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

Advantages of Sequential file access

A

Easy to implement and use

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

Disadvantages of sequential file access

A

Slow or inefficient for random access operations when working with large files

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

Indexed sequential file access

A

Is either sequential access where the files are accessed in the order they are entered, or it is indexed

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

Advantages of indexed sequential file access

A

Can access the files quickly and efficiently if it is properly organised.
Reduces the amount of sequential access used

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

Disadvantages of indexed sequential file access

A

Expensive as it requires special operators.
Requires more storage space.

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

Direct/random file access

A

Is where data is accessed randomly rather than sequentially

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

Advantages of direct/random file access

A

Sorting of the records is not required.
Access the required records immediately

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

Disadvantages of direct/random file access

A

Expensive.
Less storage compared to sequential file access

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

Why do we need file safety procedures?

A

So that we can minimise the damage caused after the incident

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

Why do we need different generations of files?

A

This allows us to have multiple backups making the files even more secure

17
Q

Why do we archive files?

A

To avoid losing all data, accidently or on purpose

18
Q

Four examples of data checks

A

Format Check
Consistency Check
Uniqueness Check
Presence Check