Content deleted Content added
→top: A small language cleanup |
Disambiguated: magnetic memory → magnetic storage |
||
Line 1:
{{Unreferenced|date=November 2007}}
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
While sequential access memory is read in sequence, accesses can still be made to arbitrary locations by "seeking" to the requested ___location. This operation, however, is often relatively inefficient (see [[seek time]], [[rotational latency]]).
|