Serial v Sequential Organisation
- In both kinds records are stored one after the other
- ...And need to be accessed one after the other
- Serial files are stored in chronological order
- Sequential files are stored with ordered records
- ..And stored in the order of the key field
- In serial files, new records are added in the next available space/records
- In sequential, new records are inserted in the correct position