File Organisation And Access Flashcards
Memorize
What is a field
a field contains a single data item many fields comprise a record
what is a record
A record is a collection of related data fields
What is a data file
A data file is a collection of records holding the same type of information but about different objects
Characteristics of a file
1) it can be permanent or temporary
2) the records of files are organized on secondary storage
Master file
A master file is a permanent file that is kept up to data. it has 2 types of data permanent and temporary
Transaction file
A transaction file is a temporary file used to update a master file
Primary Key
a primary key is a field in the record whose value is unique to that record
Serial Access method
A method of access to data in which blocks are read from the storage medium in the physical order in which they occur, until the required item is reached
e.g tape disk
Sequencial Access Method
All Records Must be Read before deleting or amending. Records must be added in correct position
Random Access Method
Records can be accessed from any location within the file Without having to read through the entire file
Direct access Method
Records can be accessed directly by using the physical location within the file