Log in Sign up
Back to Discover
💻

Computer memory

technology Maturity 11-13

A computer has a memory.

Kinds-of-RAM.JPG
Kinds-of-RAM.JPG
It helps the computer work. It keeps your games and tools ready. This helps you play and learn. It is very fast. Do you use a computer?

33 words

A computer has a memory.

Kinds-of-RAM.JPG
Kinds-of-RAM.JPG
It keeps your games and tools ready. This helps you play and learn. It is very fast. Some memory needs power to work. If you turn it off, it forgets. This is called volatile memory. Other memory keeps data even without power. This is called non-volatile memory. It can hold things for a long time. This helps you save your work. Computer memory is a very helpful tool.

77 words

A computer uses memory to hold information for quick use.

Kinds-of-RAM.JPG
Kinds-of-RAM.JPG
This includes the programs you run right now. Memory is very fast. It is much faster than mass storage.

There are two main kinds of memory. The first is volatile memory. This type needs power to keep its data. If you turn the power off, it forgets everything. Most computers use a type called DRAM for this.

RAM Module (SDRAM-DDR4).jpg
RAM Module (SDRAM-DDR4).jpg
Another type is SRAM. It is used for a special part called a CPU cache.

The second kind is non-volatile memory. This type keeps data even without power. You use this to save your work for later. Flash memory is a common example.

In the past, memory was very different. Early computers used vacuum tubes to store numbers. Later, scientists used magnetic-core memory. This kind of memory could keep data even after power loss. This was a big step forward for computers.

156 words

Computer memory is a very important part of how technology works. It stores data and programs so the computer can use them right away.

Kinds-of-RAM.JPG
Kinds-of-RAM.JPG
People often call this main memory or primary storage. You might also hear it called RAM, which stands for random-access memory. This memory works at a very high speed. It is much faster than mass storage, like a hard drive. Because it is so fast, it helps the computer run smoothly. It can even act as a buffer to help with reading and writing data.

Modern memory is made of tiny parts called semiconductor memory. This memory uses small components called MOS transistors on an integrated circuit.

RAM Module (SDRAM-DDR4).jpg
RAM Module (SDRAM-DDR4).jpg
There are two main types of this memory. The first is volatile memory, which needs power to keep its information. If the power goes out, volatile memory forgets everything. A common kind is DRAM, or dynamic random-access memory. Another kind is SRAM, or static random-access memory, which is used for CPU cache. The second type is non-volatile memory. This kind keeps data even when the power is turned off. Examples include flash memory and ROM.

Memory technology has changed a lot since the early 1940s. The first electronic computer, the ENIAC, used thousands of vacuum tubes.

ENIAC Penn2.jpg
ENIAC Penn2.jpg
These tubes could only store about 20 numbers. Later, J. Presper Eckert developed acoustic delay-line memory using mercury in glass tubes. In 1946, Fred Williams invented the Williams tube. This was the first random-access memory. It used electron beams in glass tubes to store information.
James Pomerene IAS machine.jpg
James Pomerene IAS machine.jpg
Later, magnetic-core memory became very popular. It could remember data even after the power was lost. This was a huge step for early computers.

Many scientists helped build the memory we use today. Frederick W. Viehe and An Wang worked on magnetic-core memory in the late 1940s. In 1964, John Schmidt at Fairchild Semiconductor developed MOS memory. This new kind was cheaper and used less power. Robert H. Dennard at IBM later created a single-transistor DRAM cell in 1967. This led to the first commercial DRAM chip, the Intel 1103, in 1970.

Historical cost of computer memory and storage.svg
Historical cost of computer memory and storage.svg
Flash memory was also a big discovery. Fujio Masuoka at Toshiba invented it in the early 1980s. He presented NOR flash in 1984 and NAND flash in 1987.

You can think of computer memory like a workspace. Mass storage is like a big bookshelf that holds many books. It can hold a huge amount of information, but it is slow to use. Computer memory is like the top of your desk. It is a smaller space, but you can reach things very quickly. This allows you to work on your programs without waiting. If your desk gets too full, the computer uses virtual memory. This moves things to storage to make more room. This way, your computer stays fast and ready for work.

490 words

Computer memory is a vital component that stores data and programs for immediate use.

Kinds-of-RAM.JPG
Kinds-of-RAM.JPG
It holds the specific instructions a computer fetches and the data those instructions process. Scientists and engineers often call this main memory or primary storage. It is frequently referred to as RAM, which stands for random-access memory. This type of memory operates at a very high speed. This speed is much greater than mass storage, which is slower but cheaper per bit. Because it is so fast, memory serves as a cache and a write buffer. This helps improve both reading and writing performance for the system.

Modern computer memory is implemented as semiconductor memory. This technology uses memory cells built from MOS transistors on an integrated circuit. Most of these cells store a single bit, represented as a 0 or a 1. These cells are grouped into words of fixed lengths. Common word lengths include 1, 2, 4, 8, 16, 32, 64, or 128 bits. Each word can be accessed by a binary address of N bits. This mathematical structure allows a system to store 2^N words in the memory.

RAM Module (SDRAM-DDR4).jpg
RAM Module (SDRAM-DDR4).jpg
This organized system allows the computer to find and use information almost instantly.

Semiconductor memory is divided into two main categories: volatile and non-volatile. Volatile memory requires constant power to maintain its stored information. If the power is lost, the data vanishes. Two main types of volatile memory exist: static random-access memory (SRAM) and dynamic random-access memory (DRAM). SRAM is used mainly for CPU cache and can use six transistors per bit. DRAM is used for primary storage and uses only one transistor and one capacitor per bit. This makes DRAM much denser and cheaper per bit. Non-volatile memory, such as flash memory or ROM, retains data even without power.

In the early 1940s, memory capacity was extremely limited. The ENIAC, the first electronic programmable digital computer, used thousands of vacuum tubes.

ENIAC Penn2.jpg
ENIAC Penn2.jpg
These tubes could only store about 20 numbers of ten decimal digits. J. Presper Eckert later developed acoustic delay-line memory. This used mercury in glass tubes to store bits as sound waves. In 1946, Fred Williams invented the Williams tube using electron beams.
James Pomerene IAS machine.jpg
James Pomerene IAS machine.jpg
This was the first random-access memory, though it was sensitive to environmental disturbances.

Significant progress occurred with the development of magnetic-core memory. Frederick W. Viehe and An Wang developed it in the late 1940s. Jay Forrester and Jan A. Rajchman improved it in the early 1950s. It was commercialized with the Whirlwind I computer in 1953. Magnetic-core memory was a major breakthrough because it was non-volatile. It allowed for memory recall even after a power loss. This technology remained the dominant form of memory until MOS semiconductor memory arrived in the 1960s.

The invention of the MOSFET enabled the practical use of MOS transistors for storage. John Schmidt developed MOS memory at Fairchild Semiconductor in 1964. This technology was cheaper and used less power than magnetic core. In 1966, Robert H. Dennard at IBM developed a single-transistor DRAM cell. He discovered that storing a charge on a MOS capacitor could represent a bit. This led to the first commercial DRAM IC chip, the Intel 1103, in October 1970.

Historical cost of computer memory and storage.svg
Historical cost of computer memory and storage.svg
This advancement paved the way for the high-density memory used in modern PCs.

Non-volatile memory also saw many specialized inventions. Wen Tsing Chow invented programmable read-only memory (PROM) in 1956. In 1971, Dov Frohman at Intel invented EPROM, which is erasable PROM. Later, EEPROM was developed in 1972 to be electrically erasable. Fujio Masuoka at Toshiba invented flash memory in the early 1980s. He presented NOR flash in 1984 and NAND flash in 1987. These developments allow us to store massive amounts of data permanently in very small devices. Today, these technologies connect to broader systems like mass storage and virtual memory management.

651 words
🖼️ Images & Media (7)
File:RAM Module (SDRAM-DDR4).jpg
RAM Module (SDRAM-DDR4).jpg
File:Historical cost of computer memory and storage.svg
Historical cost of computer memory and storage.svg
File:Memoria elettromeccanica per il calcolatore IBM 602A - Museo scienza tecnologia Milano D1191.jpg
Memoria elettromeccanica per il...
File:ENIAC Penn2.jpg
ENIAC Penn2.jpg
File:James Pomerene IAS machine.jpg
James Pomerene IAS machine.jpg
File:8 bytes vs. 8Gbytes.jpg
8 bytes vs. 8Gbytes.jpg
File:Kinds-of-RAM.JPG
Kinds-of-RAM.JPG
Up Next
💻
Random-access memory
Technology
More to explore

What is Nepedia?

A free, ad-free encyclopedia for children. Every article is written at five reading levels, so the same page works for a five-year-old and a fifteen-year-old — use the level switcher above to see this one change. No account needed to read.