RAM Flashcards
Most RAM is volatile, which means?
It loses any stored contents if it stops receiving power.
RAM that does not need to be periodically refreshed is called?
Static random access memory (SRAM)
RAM that does need to be periodically refreshed is called?
Dynamic random access memory (DRAM)
What is SDRAM or synchronous DRAM?
DRAM that is synchronized to the base clock of the motherboard.
How many pins are on SDRAM?
168 pins
What is the most commonly used RAM?
Double Data Rate (DDR RAM)
The equation for the data transfer rates for DDR RAM is:
Clock speed x bytes x 2 = Data Transfer Rate
Example: 100 MHz x 8 x 2 = 1,600 MB/s
Or MT/s x 8 = Data transfer rate
What is memory latency?
Memory latency or Column Address Strobe (CAS) latency happens when a memory controller tries to access data from a memory module. It is given a rating of CAS or more commonly CL. The higher the CL number, the longer the delay.
What is RAM parity?
When memory stores an extra bit (known as a parity bit) used for error detection.
What does ECC RAM do?
It can detect and correct errors.
Which of these is the delay it takes for a memory module to start sending data to the memory controller?
A. DDR
B. Propagation
C. Latency
D. FSB
C. Latency
What is the main memory that the CPU uses to store or retrieve data?
RAM
Which of these would you find internal to the CPU?
A. DRAM
B. DIMM
C. SDRAM
D. SRAM
D. SRAM
Example is CPU cache as L1 cache.
Which chip designates where data will be stored in RAM?
A. Southbridge
B. Northbridge
C. CPU
D. DRAM
B. Northbridge
Some common symptoms of a RAM issue are:
Computer will not boot/intermittently shuts down.
The BIOS indicates a memory error.
Stop error, a.k.a. BSOD or blue screen of death.
Page faults (hard faults), out of memory or low on virtual memory errors.
General protection fault (GPF)