First page Back Continue Last page Graphics
File access
Sequential Access
- Data is stored in blocks (or “nodes”) and there is some information in each block that allows you to locate the next block.
- Operates similarly to a linked list.
Random Access
- Data is stored according to some predetermined addressing scheme
- Operates similarly to an array.
- Not all external storage supports truly random access