Content deleted Content added
m Reverted edits by 2405:205:4321:471:0:0:763:88A0 (talk) (HG) (3.3.2) |
mNo edit summary |
||
(10 intermediate revisions by 10 users not shown) | |||
Line 1:
In computing, '''[[sequential access]] [[computer memory|memory]]''' ('''SAM''') is a class of [[data storage device]]s 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]].<ref>{{
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
== See also ==
* [[Sequential access]]
* [[Basic sequential access method]] (BSAM)
* [[Queued Sequential Access Method|Queued sequential access method]] (QSAM)
* [[Secondary storage]]
** [[Hard disk drive]]▼
** [[Solid-state drive]]
* [[Magnetic storage]]
▲* [[Hard disk]]
* [[Magnetic tape]]
* [[Drum memory]]
|