Sequential access memory: Difference between revisions

Content deleted Content added
VoABot II (talk | contribs)
m BOT - Reverted edits by 190.58.231.203 {possible vandalism} to revision #174014193 by "SmackBot".
Thunderbird2 (talk | contribs)
m clarify which devices
Line 2:
{{Expand|date=January 2007}}
 
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. SuchSequential access devices are usually a form 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]]).