CPU consists of arithmetic and logic units, control unit and internal ...
Explanation:
The correct answer is C: Registers.
Here is a detailed explanation:
- A CPU (Central Processing Unit) is the main component of a computer system that performs most of the processing inside the computer.
- The CPU consists of several components, including arithmetic and logic units, control unit, and internal memory.
- The arithmetic and logic units (ALU) perform mathematical and logical operations, such as addition, subtraction, multiplication, and comparison.
- The control unit manages the execution of instructions and coordinates the activities of the other components of the CPU.
- The internal memory, also known as registers, is a small amount of fast memory located within the CPU. It is used to store data and instructions that are currently being processed by the CPU.
- Registers are used to hold the operands and intermediate results during the execution of instructions.
- Registers are faster to access than main memory, which allows for faster processing.
- There are different types of registers, such as general-purpose registers, special-purpose registers, and program counters, each serving a specific purpose in the CPU's operation.
- Overall, registers play a crucial role in the functioning of the CPU by providing fast access to data and instructions during processing.
View all questions of this test