13.02 - File Organisation and Access Flashcards

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

Serial file organisation

A

A method of file organisation 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
2
Q

Sequential file organisation

A

A method of file organisation 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
3
Q

Random file organisation

A

A method of file organisation 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
4
Q

Hashing algorithm (file access)

A

The method used to physically find a record in the file

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

Sequential access

A

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
6
Q

Direct access

A

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

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