which is the fastest memory
-
hard disc
-
main memory
-
cpu registers
-
cache memoy
C
Correct answer
Explanation
CPU registers are the fastest memory as they're built directly into the CPU and operate at CPU frequency with zero latency for access. Cache memory (L1/L2/L3) is next fastest, followed by main memory (RAM), then hard disks which are orders of magnitude slower.