Random-access memory
Electronic memory readable and writable in any order.
Random-access memory (RAM) is a form of electronic computer memory that can be read and changed in any order, typically used to store working data and machine code. It allows data items to be read or written in almost the same amount of time irrespective of physical location, unlike direct-access storage media such as hard disks and magnetic tape. In modern technology, RAM takes the form of integrated circuit chips with MOS memory cells, and is normally associated with volatile types of memory where stored information is lost if power is removed.
- field
- Computer memory technology
- known_for
- Volatile and non-volatile random-access memory, including SRAM and DRAM
Lore & Background
Integrated bipolar SRAM was invented by Robert H.
Reader's Guide
Random-access memory is fundamental to modern computing, providing the primary working storage for data and machine code. Its key characteristic—uniform access time regardless of data location—distinguishes it from older sequential or direct-access media. The shift from magnetic-core memory to semiconductor RAM in the early 1970s dramatically reduced cost and power consumption while increasing speed and density. The development of MOS memory, particularly DRAM with its single-transistor-per-bit design, enabled the exponential growth of memory capacity that underpins contemporary computers. SRAM remains important for cache memory due to its speed, while DRAM dominates main memory due to its lower cost. Non-volatile RAM types, such as NOR flash, allow random access for reading but have write limitations. The evolution from bipolar to MOS technology, and from asynchronous to synchronous DRAM, reflects ongoing efforts to balance speed, density, and cost.
Frequently Asked Questions
Who is Random-access memory?
RAM is a type of electronic computer memory that lets you read and modify data in any sequence, regardless of where it sits physically. It serves as the workhorse storage holding active programs and data while a computer is running.
What are RAM's powers or role?
Its defining trait is that fetching any given byte takes roughly the same time no matter where it is stored, unlike slower media such as hard drives or magnetic tape. In practice, it keeps working data and machine code instantly available for the processor to grab.
How does RAM's story end?
In its most common volatile form, all stored information vanishes the instant power is removed, so every session starts from a blank slate. That ephemerality is both its main weakness and what makes the cells fast and simple to fabricate.
Why is RAM important to computing?
Without RAM, a processor would have to pull every instruction and data item from much slower long-term storage, making modern-speed computing essentially impossible. It acts as the critical bridge between the ultra-fast CPU and comparatively sluggish persistent media.
More in Computing & Software 1-22
Spotted an error? Know more?
This is a living reference — every entry is fact-audited, and reader corrections feed straight into our audit queue. Suggest an edit · See this site's audit record
