Random Access Memory: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
m Jnc moved page RAM to Random Access Memory: full name, leave redir at acronym
m +Link
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Random Access Memory...
'''Random Access Memory''' (often given as '''RAM''') is slang term for a computer's [[main memory]]. RAM is almost always implemented with [[Dynamic RAM]] now, instead of [[Static RAM]], for cost-savings; it can be written and read at will.


RAM is the main computer 'memory'.... Most people confuse this with DASD...
Many people confuse this with [[disk]] [[secondary storage]] (although technically disks are also [[random access]] - unlike, say, [[magnetic tape]] secondary storage).


RAM can be written & read at will.
{{semi-stub}}


{{stub}}
[[Category: Computer Basics]]

Latest revision as of 11:25, 20 November 2023

Random Access Memory (often given as RAM) is slang term for a computer's main memory. RAM is almost always implemented with Dynamic RAM now, instead of Static RAM, for cost-savings; it can be written and read at will.

Many people confuse this with disk secondary storage (although technically disks are also random access - unlike, say, magnetic tape secondary storage).