13.2 File organization and access Flashcards

1
Q

Serial file organisation

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

a mathematical formula used to perform a calculation on 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
5
Q

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