13.02 - File Organisation and Access Flashcards
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
Sequential file organisation
A method of file organisation in which records of data are physically stored in a file, one after another, in a given order
Random file organisation
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
Hashing algorithm (file access)
The method used to physically find a record in the file
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
Direct access
A method of file access in which a record can be physically found in a file without physically reading other records