Which one of the following types of memory is fastest

2022

Which one of the following types of memory is fastest

  1. A.

    Cache Memory

  2. B.

    Register Memory

  3. C.

    Main Memory

  4. D.

    Secondary Memory

Attempted by 3114 students.

Show answer & explanation

Correct answer: B

Answer: Register Memory is the fastest.

  • Why: Registers are located inside the CPU and are implemented with flip-flops, allowing access in a single CPU cycle and the lowest latency.

  • Relative speeds: Register memory (fastest) → Cache memory → Main memory (RAM) → Secondary storage (slowest). Capacity increases in the opposite direction.

  • Typical uses: Registers hold operands and intermediate results for the CPU; cache stores recently or frequently used data to reduce accesses to RAM; RAM holds running programs and data; secondary storage holds persistent files.

  • Tip: When asked which memory is fastest, choose the memory that is physically closest to the CPU core and smallest in size — that is register memory.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Mppsc Assistant Professor