Difference between revisions of "Random Access Memory"

From Computer History Wiki
Jump to: navigation, search
(Mentino its usually DRAM now)
m (+Link)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''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. RAM can be written and read at will.
+
'''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 memory ]] (although technically disks are also accessible at random - unlike, say, tape [[secondary storage]]).
+
Many people confuse this with [[disk]] [[secondary storage]] (although technically disks are also [[random access]] - unlike, say, [[magnetic tape]] secondary storage).
  
{{stub}}
+
{{semi-stub}}
 +
 
 +
[[Category: Computer Basics]]

Latest revision as of 13: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).