Chapter 4: RAM Flashcards
Random-access memory (RAM)
Main memory that the CPU uses to store or retrieve data, which can be done in any order, regardless of whatever the CPU last accessed
Static RAM (SRAM)
RAM that does not need to be periodically refreshed, soldered directly to a printed circuity board (PCB) or integrated directly to a chip, Faster and found in smaller quantities than DRAM
Dynamic RAM (DRAM)
RAM that does need to be periodically refreshed, Every bit of information stored in a separate capacitor which loses charge over time, causing data to fade unless the capacitor is recharged or refreshed, Slower but can reach high capacities
Read-Only Memory (ROM)
Non-volatile, Historically could only be read from not written to, but now can do both
Synchronous DRAM (SDRAM)
DRAM that is synchronized to the base clock of the mobo
Double Data Rate (DDR)
Synchronized to the memory clock like SDRAM, 64-bit wide bus allowing for 8 bytes of data per cycle
Bandwidth or Data Transfer Rate for all types of DDR (Formula)
Multiply the megatransfers per second (MT/s) by 8
E.g. 200 MT/s x 8 = 1,600 MB/s
Number of pins in DDR1
184
Number of pins in DDR2
240
Number of pins in DDR3
240
MT/s in DDR3-1333
1333 MT/s
I/O clock speed for DDR3-1333
667 MHz (Half the megatransfers)
Data transfer rate of PC3-10600
10,600 MB/s
Number of pins in DDR4
288
Memory latency or Column Address Strobe (CAS or CL) latency
The slight delay the occurs while the memory module responds to the memory controller; Higher the CL number, the longer the delay