Jump to content

Sequential access memory

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Oshwah (talk | contribs) at 04:57, 15 June 2018 (Reverted edits by 2409:4060:2095:B54E:7534:42E4:46EA:5E95 (talk) (HG) (3.4.3)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing, sequential access memory (SAM) is a class of data storage devices that read stored data in a sequence. This is in contrast to random access memory (RAM) where data can be accessed in any order. Sequential access devices are usually a form of magnetic storage or optical storage.[1][2]

While sequential access memory is read in sequence, arbitrary locations can still be accessed by "seeking" to the requested location. This operation, however, is often relatively inefficient (see seek time, rotational latency).

Magnetic sequential access memory is typically used for secondary storage in general-purpose computers due to their higher density at lower cost compared to RAM, as well as resistance to wear and non-volatility. Magnetic tape is the only type of sequential access memory still in use; historically, drum memory has also been used.

See also

References

  1. ^ difference between sequential and random access operations
  2. ^ Turing machine model of computation sequential access memory