serial file
One in which the data is physically stored in the order in which it was acquired. To retrieve any particular record, it is necessary to read through every record before it. If the record does not exist, this will not become clear until you read to the end of the file. New records can only be added at the end of the file. Deleted records will leave a gap which cannot be re-used, unless the file is completely recreated. Serial files are mostly associated with devices such as tape drives.
Related terms
random
sequence
magnetic tape
zip drive
direct access
sequential access
sequential file
file operations
record
Term sub categories
Managing data
file structure
- Jump:
- a -
- b -
- c -
- d -
- e -
- f -
- g -
- h -
- i -
- j -
- k -
- l -
- m -
- n -
- o -
- p -
- q -
- r -
- s -
- t -
- u -
- v -
- w -
- x -
- y -
- z -
- symbols