RAM Flashcards
RAM stands for what?
Random access Memory
What is one disadvantage of RAM?
RAM is typically cleared when computer is powered off
Memory Controller Chip is where?
Part of a chipset that helps the CPU store and receive data to/from RAM. or Memory controller is integrated with the CPU
VOLATILE
Loses content if it loses power
NVRAM is what?
Non Volatile random access memory
SRAM is what?
Static Random Access Memory
What are the advantages of SRAM?
Does not need to be refreshed, Soldered directly to a PCB - Printed circuit board. I.e. Motherboard OR integrated directly to chip
DRAM is what?
Dynamic random-access memory
What are the disadvantages of DRAM?
Does need to be periodically refreshed, Slower than SRAM, you must replace and troubleshoot DRAM
Another word for DIMM is?
Volatile Sticks
SDRAM
Synchronous DRAM
What does SDRAM do?
Syncs to base clock of mobo (system bus speed)
SDRAM sticks referred to as?
PC66, PC100, etc based on the Clock rates ie PC66 = 66MHz
SDRAM pins?
168 pin DIMM
DDR3
Lower power consumption and higher levels of performance, 1.2-1.5 V, 240 pins
DDR2
Decreases voltage to 1.8 V and increases speed 240 pins - faster signaling
How to find the Data Transfer Rate?
Standard x 8 = Data Transfer Rate DDR400 400*8=3200
DDR
184 Pins, Synchronized to base clock of mobo, 2.5 Volts
Single Channel
64-bit bus, One or more sticks of RAM can be installed on the motherboard but they share the same channel.
Dual Channel
128-bit bus To use dual channel architecture you need to install two identical sticks of RAM
Triple Channel
192-bit bus, Limited to Intel Core i7-900 series processors and the LGA 1366 socket
Single Sided Memory Modules
The computer can address all the chips at once.
Double Sided Memory Modules
Chips divided into two “sides” known as banks. only one side can be seen by the computer at once.
RAM Parity
When memory stores an extra bit (parity bit) used for error detection. So mem module can store 9 bits instead of 8 bits for every byte of data. Required for data integrity.
ECC
Error Correction Code in RAM Usually identified with an E. I.e. PC3-10600E
Memory Latency
Happens when a memory controller tries to access data from a memory module. Slight delay (measured in nanoseconds)