Which of the following statements is true about registers?
Answer Details
The statement that is true about registers is: "It is a special high speed storage area within the CPU." Registers are a small, fast storage area within the central processing unit (CPU) that temporarily holds data and instructions that the CPU is currently processing. Registers are very fast compared to other forms of computer memory, such as RAM, because they are located directly within the CPU and are designed to be quickly accessible. Registers are used to hold data that the CPU is currently working on, such as numbers, characters, and memory addresses, as well as instructions that tell the CPU what to do with that data.