1.3 RAM Flashcards
What is ROM?
ROM (Read-Only Memory). Can’t be changed or erased.
What is PROM?
PROM (Programmable Read-Only Memory), can write once.
What is EPROM?
EPROM (Erasable Programmable ROM), can write, erase, and write again.
What is EEPROM?
EEPROM (Electronically Erasable PROM). Flash Memory and SSD.
What is SRAM?
Static Ram (SRAM) Fast, Large, and Expensive RAM. Often used in processor caches. (L1, L2, or L3 Cache)
What is DRAM?
DRAM (Dynamic RAM), the RAM we know and love. Dynamic requires constant refreshing or data is lost. Doesn’t wait for a “clock signal”
What is SDRAM?
SDRAM (Synchronus Dynamic RAM) Double speed of SDR RAM without changing clock.
What is SDR SDRAM?
SDR RAM (Single Data Rate SDRAM), Synchronized with the common system clock. 168-pin. 1 chunk of data per cycle.
What is DDR RAM?
DDR RAM (Double Data Rate RAM), Twice the Data Rate of SDR (ordinary) RAM. Able to send data on “rise” and “fall” of clock cycle. 184-pin.
What is DDR2, DDR3, DDR4 RAM?
2x as fast as original DDR at the same clock speeds. 240-pins.
DDR3 is 2x as fast as DDR2, DDR 4 is 2x as fast as DDR3. Each iteration is incompatible with the previous.
Memory Clock Speed
How fast the clock is set within the memory itself.
I/O Bus Speed
How fast the bus is outside of the memory. (whatever the memory is connected to and its speed).
DDR Speed
How many transfers the memory can do per second. (ex: DDR3-800 = 800 million transfers per second.)