Correct option is A
Registers are the fastest memory element in a computer system. They are located directly within the CPU and are used to store data temporarily for processing. Registers have the quickest access time compared to other memory types.
Registers are the smallest, fastest, and closest to the CPU, which enables them to store and retrieve data extremely quickly.
Information Booster:
Registers: They are located inside the CPU and can perform operations on data directly. Their access time is in the range of nanoseconds (ns).
Cache: Cache memory is an intermediary between the CPU and RAM. It stores copies of frequently accessed data to speed up processing. Cache access time is also measured in nanoseconds, but it’s slower than registers.
RAM: Random Access Memory is volatile memory used to store data while programs are running. Its access time is in the nanosecond range but is slower than cache and registers.
HDD: A Hard Disk Drive is a long-term storage device with much slower access times, measured in milliseconds (ms), significantly slower than RAM and cache memory.