Sequential access

Updated: 09/15/2017 by Computer Hope
Access method diagram.

Also called serial access, sequential access is a method of retrieving data from a storage device. With sequential access, the device must move through all information up to the location where it is attempting to read or write. This method is often contrasted with random access, where the device may move directly to a specified location in memory.

A common example of sequential access is with a tape drive, where the device must move the tape's ribbon forward or backward to reach the desired information. The opposite would be RAM (random-access memory) going anywhere on the chip to access the information.

Access, Sequential, Sequential file, Serial, Tape drive terms