AHard disk
BRegisters
CCache Memories
DRAM
Answer:
B. Registers
Read Explanation:
• Registers are small, high-speed storage locations located directly inside the CPU. • Because they are part of the processor itself, the CPU can access the data stored in them in a single clock cycle. • They are used to hold the immediate data the CPU is currently processing. • CPU Registers are the fastest memory component in a computer. Here is the speed and proximity hierarchy of computer memory, ordered from fastest to slowest: CPU Registers – Located directly inside the CPU core, operating at processor clock speeds with virtually zero latency. Cache Memory (L1, L2, L3) – High-speed static RAM (SRAM) integrated on the CPU die. Main Memory (RAM) – Dynamic RAM (DRAM) used to store currently running applications and data. Secondary Storage (NVMe / SSD / HDD) – Non-volatile storage used for long-term data retention. Tertiary / External Storage – Optical disks, magnetic tapes, and external hard drives.
