AY Honors/Computers/RAM

From Pathfinder Wiki
< AY Honors‎ | Computers
Revision as of 22:06, 1 May 2012 by SU Admin (talk | contribs) (1 revision: Second Attempt)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Different RAM types. From top to bottom: DIP, SIPP, SIMM 30 pin, SIMM 72 pin, DIMM (168-pin), DDR DIMM (184-pin).

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. RAM is also used as "scratch space" where the computer stores the results of calculations.