When we store information in some kind of
circuit or device, we not only need some way to store and retrieve it, but
also to locate precisely where in the device that it is. Most, if not
all, memory devices can be thought of as a series of mail boxes, folders in
a file cabinet, or some other metaphor where information can be located in a
variety of places. When we refer to the actual information being stored in
the memory device, we usually refer to it as the data. The location
of this data within the storage device is typically called the address,
in a manner reminiscent of the postal service.
With some types of memory devices, the address in which certain data is
stored can be called up by means of parallel data lines in a digital circuit
(we'll discuss this in more detail later in this lesson). With other types
of devices, data is addressed in terms of an actual physical location on the
surface of some type of media (the tracks and sectors of
circular computer disks, for instance). However, some memory devices such as
magnetic tapes have a one-dimensional type of data addressing: if you want
to play your favorite song in the middle of a cassette tape album, you have
to fast-forward to that spot in the tape, arriving at the proper spot by
means of trial-and-error, judging the approximate area by means of a counter
that keeps track of tape position, and/or by the amount of time it takes to
get there from the beginning of the tape. The access of data from a storage
device falls roughly into two categories: random access and
sequential access. Random access means that you can quickly and
precisely address a specific data location within the device, and non-random
simply means that you cannot. A vinyl record platter is an example of a
random-access device: to skip to any song, you just position the stylus arm
at whatever location on the record that you want (compact audio disks so the
same thing, only they do it automatically for you). Cassette tape, on the
other hand, is sequential. You have to wait to go past the other songs in
sequence before you can access or address the song that you want to skip to.
>>Know More
|