System Memory Flashcards
What is cache memory, and where is it located?
Cache memory is very fast, has a limited capacity, and is located within or very close to the CPU for rapid access.
What is system memory (RAM), and how does it differ from cache memory?
System memory (RAM) is fast but not as fast as cache. It holds data actively used by the system for processing.
What is mass storage, and how does it compare to RAM?
Mass storage (e.g., hard drives, SSDs) is permanent storage that retains data when the system is powered off but is much slower than RAM.
How does data flow through a system’s memory hierarchy?
Data flows from mass storage to RAM and then to CPU cache before being processed by the CPU, which helps improve operation speed and efficiency.
How does RAM differ from mass storage in terms of data persistence?
RAM is non-persistent, meaning data is lost when power is off, whereas mass storage retains data even when the system is powered down.
How does the capacity of RAM compare to mass storage?
Mass storage has a larger capacity than RAM, often storing hundreds of GBs or TBs, while RAM typically ranges from 8GB to 32GB.
How do the speeds of RAM and hard drives differ?
RAM is much faster than hard drives, providing near-instantaneous access, while mechanical hard drives are slower due to the need for physical movement to locate data.
What is DRAM and what is its characteristic?
DRAM (Dynamic RAM) requires frequent refreshing to retain data.
What is SRAM and how is it different from DRAM?
SRAM (Static RAM) is faster than DRAM, does not require refreshing, and is used in cache (L1, L2, L3) and hard drive buffers.
What is SDRAM and what makes it unique?
SDRAM (Synchronous DRAM) synchronizes with the motherboard’s bus speed, such as PC133 for 133 MHz.
What is DDR and how does it improve data transfer?
DDR (Double Data Rate SDRAM) transfers data twice per clock cycle, offering higher throughput than standard SDRAM.
What are the key features of DDR1 memory?
DDR1 has 184 pins and offers a throughput of 1.6 GB/s.
Example: PC-1600
What distinguishes DDR2 memory from DDR1?
DDR2 has 240 pins, higher latency but faster access to the external bus, and a throughput of 4.2 GB/s.
Example: PC2-4200
What are the improvements in DDR3 over DDR2?
DDR3 uses lower voltage, offers higher speeds, and has 240 pins. Its throughput is 10.6 GB/s.
Example: PC3-10600
What are the characteristics of DDR4 memory?
DDR4 has higher throughput (12.8 to 25.6 GB/s) and a max module size of 32GB.
What is the advantage of DDR5 over previous versions?
DDR5 offers the highest throughput (38.4 to 51.2 GB/s) and supports a max module size of 128GB.