Content deleted Content added
m fix link |
Various improvements |
||
Line 1:
{{expand}}
In computing, '''[[sequential access]] [[computer memory|memory]]''' ('''SAM''') is a class of [[data storage device]]s that read their data in sequence. This is in contrast to [[random access memory]] (RAM) where data can be accessed in any order. Such devices are usually a from of [[magnetic memory]].
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 delay]]).
==See also==
|