Fastest Component of Computer
-
Cache
-
RAM
-
HardDisk
-
Register
D
Correct answer
Explanation
Registers are the fastest computer components because they are built directly into the CPU and operate at the processor's clock speed. They are used for immediate data storage and manipulation during instruction execution. Cache memory (L1/L2/L3) is faster than RAM but slower than registers. RAM is volatile storage slower than cache. Hard disks are the slowest as they involve mechanical movement. The speed hierarchy is: Registers > Cache > RAM > Hard Disk.