Access Methods
Sequential Access
- Information in the file is processed in order, one record after the other.
Direct Access
- A file is considered as an ordered array of fixed-length logical records.
- Read and write operations may access random records with no particular order.
- The operation provides a record (or block) number, relative to the beginning of the file.
- Can implement sequential access.