In the memory hierarchy the fastest memory is?

  • A. Cache
  • B. SRAM
  • C. Registers
  • D. DRAM

Explanation

CPU registers are the fastest storage locations because they are inside the processor and are accessed directly during instruction execution. Cache is faster than main memory but generally slower than registers.

Related questions