Jump to content

Computer memory: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
BOT--Reverting link addition(s) by Mlucas300 to revision 271531583 (http://inventors.about.com/od/rstartinventions/a/ram.htm, http://inventors.about.com/library/blcoindex.htm)
Line 1: Line 1:
{{Memory types}}
{{Memory types}}
'''Computer memory''' is a [[semiconductor]] technology used to store information in [[Electronics|electronic]] devices.


Two types of Computer memory: [[Volatile memory]] and [[Non-volatile memory]].
'''Computer memory''' is usually meant to refer to the [[semiconductor]] technology that is used to store information in [[Electronics|electronic]] devices. Current primary computer memory makes use of [[integrated circuits]] consisting of [[silicon]]-based [[transistors]]. There are two main types of memory: Volatile and Non-volatile.


__TOC__

== History ==

In the early 1940s, memory technology mostly permitted a capacity of a few bytes. The first [[digital computer]], the [[ENIAC]], using 20 000 octal-base radio [[Vacuum tube|vacuum tubes]] allowed simple calculations involving 20 numbers of ten decimal digits which where held in the vacuum tube [[accumulator]]s.

The next significant advance in computer memory was with acoustic [[delay line memory]] developed by [[J. Presper Eckert]] in the early 1940s. Through the construction of a glass tube filled with [[mercury]] and plugged at each end with a quartz crystal, delay lines could store bits of information within the quartz and transfer it through sound waves propagating through mercury. [[Delay line memory]] would be limited to a capacity of up to a few hundred thousand bits to remain efficient.

Two alternatives to the delay line, the [[Williams tube]] and [[Selectron tube]], were developed in 1946, both using electron beams in glass tubes as means of storage. Using [[cathode ray tube]]s, [[Fred Williams]] would invent the Williams tube, which would be the first [[random access memory|random access computer memory]]. The Williams tube would prove to be advantageous to the Selectron tube because of its greater capacity (the Selectron was limited to 256 bits, while the Williams tube could store thousands) and being less expensive. The Williams tube would nevertheless prove to be frustratingly sensitive to environmental disturbances.

Efforts began in the late 1940s to find [[non volatile memory]]. [[Jay Forrester]], [[Jan Rajchman]] and [[An Wang]] would be credited with the development of [[magnetic core memory]], which would allow for recall of memory after power loss. Magnetic core memory would become the dominant form of memory until the invention of the [[transistor]] in the late 1970s.


== Volatile Memory ==

[[Volatile memory]] is computer memory that requires power to maintain the stored information. Current [[semiconductor]] volatile memory technology is usually either static RAM (see [[SRAM]]) or dynamic RAM (see [[DRAM]]). Static RAM exhibits data remanence, but is still volatile, since all data is lost when memory is not powered. Whereas, dynamic RAM allows data to be leaked and disappear automatically without a refreshing. Upcoming volatile memory technologies that hope to replace or compete with SRAM and DRAM include [[Z-RAM]] and [[TTRAM]].


== Non-volatile Memory ==

[[Non-volatile memory]] is computer memory that can retain the stored information even when not powered. Examples of non-volatile memory include read-only memory (see [[ROM]]), [[flash memory]], most types of magnetic computer storage devices (e.g. [[hard disks]], [[floppy disks]], and [[magnetic tape]]), [[optical discs]], and early computer storage methods such as [[paper tape]] and [[punch cards]]. Upcoming non-volatile memory technologies include [[FeRAM]], [[CBRAM]], [[PRAM]], [[SONOS]], [[RRAM]], [[Racetrack memory]], [[NRAM]] and [[Millipede]].


== References ==

*{{citation
| last = Miller | first = Stephen W.
| title = Memory and Storage Technology
| year = 1977
| publisher = AFIPS Press
| location = Montvale.}}

*{{citation
| title = Memory and Storage Technology
| year = 1988
| publisher = Time Life Books
| location = Alexandria, Virginia.}}


== External Links ==

* http://inventors.about.com/od/rstartinventions/a/Ram.htm
* http://inventors.about.com/library/blcoindex.htm
* http://computer.howstuffworks.com/computer-memory.htm







[[Category:Computer memory]]
[[Category:Computer memory]]

Revision as of 03:02, 24 February 2009

Computer memory is a semiconductor technology used to store information in electronic devices.

Two types of Computer memory: Volatile memory and Non-volatile memory.