AY Honors/Computers/RAM

From Pathfinder Wiki
< AY Honors‎ | Computers
Revision as of 23:49, 24 January 2007 by Jomegat (talk | contribs) (Moved content to a transcludable page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

RAM is an acronym that stands for Random Access Memory. "Random access" means that the contents of the memory can be accessed in any random order. The term was originally coined to differentiate it from serial memory (such as data stored on a magnetic tape). The contents of a serial memory could only be accessed sequentially. RAM is a volatile memory, which means that when the power is turned off, the information stored there is lost.

RAM can be accessed very quickly by the computer. Its contents can be both read and written. Most programs on a computer are loaded into and executed from RAM.