Key Concepts & Self-Assessment18 Key Facts
Review key RAM vs ROM: Primary Storage, Volatility & Memory Architecture exam facts and rate your mastery to track revision.
Progress: 0/18 Rated 0 Mastered 0 Review Later
#1
RAM (Random Access Memory) is volatile working memory that loses all stored data when electrical power is switched off.
#2
ROM (Read-Only Memory) is non-volatile permanent memory that retains its stored binary contents indefinitely without power.
#3
RAM is a read-write memory allowing high-speed read and write operations, whereas ROM is primarily read-only during normal operation.
#4
Robert Dennard invented single-transistor Dynamic RAM (DRAM) at IBM in 1968, patenting the design in 1970.
#5
DRAM stores binary bits in microscopic capacitors that leak charge and require periodic refreshing thousands of times per second.
#6
Static RAM (SRAM) uses four to six transistors arranged as bistable flip-flops, operating faster than DRAM without refresh cycles.
#7
SRAM is utilized in CPU cache memory (L1, L2, L3 caches) due to its sub-nanosecond access speed, but it has higher cost and lower density.
#8
DRAM is used for main system memory (computer RAM sticks) due to its high packing density and lower manufacturing cost per gigabyte.
#9
Synchronous DRAM (SDRAM) synchronizes memory transfers with the CPU system clock, evolving through DDR, DDR2, DDR3, DDR4, and DDR5 standards.
#10
ROM stores the BIOS (Basic Input/Output System) and modern UEFI firmware responsible for initial computer hardware booting.
#11
The Power-On Self-Test (POST) is a firmware routine executed from ROM upon startup to verify hardware integrity before OS loading.
#12
Mask ROM has binary data permanently etched into the silicon wafer during factory fabrication and cannot be modified.
#13
Programmable ROM (PROM) can be written to once using a specialized device called a PROM burner by blowing microscopic internal fuses.
#14
Erasable Programmable ROM (EPROM) features a transparent quartz window, allowing stored data to be erased using intense ultraviolet light.
#15
Electrically Erasable Programmable ROM (EEPROM) allows data to be erased and reprogrammed in-circuit using electric field pulses.
#16
Flash memory, invented by Fujio Masuoka at Toshiba in 1984, is an advanced form of EEPROM that erases and writes data in blocks.
#17
RAM access speeds range between 10 and 60 nanoseconds, significantly faster than solid-state drives (SSDs) and mechanical hard disks.
#18
Operating systems utilize Virtual Memory on secondary storage (swap space or page files) when physical RAM capacity is fully exhausted.
Subject Specialist Commentary
Analytical perspective & practical exam advice from the Master10 academic board
Computer systems rely on two primary memory types to function smoothly. RAM (Random Access Memory) is high-speed, volatile working memory that stores running programs and active user data, losing everything the moment power shuts off. In contrast, ROM (Read-Only Memory) is permanent, non-volatile memory that safely retains its stored instructions without electrical power. ROM houses initial startup firmware, including the BIOS and UEFI, which run power-on self-tests before booting the operating system from storage.
Exams frequently test memory volatility and memory hierarchies. The primary rule is: 'RAM forgets when switched off, ROM remembers forever.' Notice the difference between DRAM, which uses capacitors requiring continuous refreshing, and faster SRAM, which uses flip-flop transistors for CPU caches. For ROM types, remember the sequence: PROM is written once, EPROM is erased by ultraviolet light, and EEPROM is erased electrically. Flash memory in USB drives is an advanced form of EEPROM.
Related Knowledge Topics to Discover
General Science
Transistors: Semiconductor Physics, Logic Switching & Microchips
Explore Topic
Computer & Digital Awareness
Compiler vs Interpreter: Source Code Execution, Translation & Performance
Explore Topic
Computer & Digital Awareness
Algorithms: Computational Logic, Complexity Analysis & Problem-Solving
Explore Topic
Looking for more GK practice?
Explore 52,789+ questions across 65 General Knowledge categories.