Access Methods
• Sequential access
– Start at the beginning and read through in order
– Access time depends on location of data and
previous location
– e.g. tape
• Direct access
– Individual blocks have unique address
– Access is by jumping to vicinity plus sequential search
– Access time depends on location and previous location
– e.g. disk