A file where all the records are of the same length is said to have fixed length records.
Advantage : Access is fast because the computer knows where each record starts.
Eg If each record is 120 bytes long then
Disadvantage : Using Fixed length records, the records are usually larger and therefore need more storage space and are slower to transfer (load or save).
One or more of the fields can be of differing lengths in each record, called variable length records
Advantages:
Disadvantages:
The computer will be unable to determine where each record starts so processing the records will be slower.
Copyright © 2026 eLLeNow.com All Rights Reserved.