|
Random access memory
(usually known by its acronym, RAM) is a type of data storage used in
computers. It takes the form of integrated circuits that allow the stored
data to be accessed in any order — that is, at random and without the
physical movement of the storage medium or a physical reading head. RAM is a
volatile memory as the information or instructions stored in it will be lost
if the power is switched off.
The word "random" refers to the fact that any piece of data can be returned
in a constant time, regardless of its physical location and whether or not
it is related to the previous piece of data. This contrasts with storage
mechanisms such as tapes, magnetic discs and optical discs, which rely on
the physical movement of the recording medium or a reading head. In these
devices, the movement takes longer than the data transfer, and the retrieval
time varies depending on the physical location of the next item. |