Multiple choice

Interpretation of instructions in a computer is done by

  1. Control unit

  2. Registers

  3. ALU

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Control Unit (CU) is the component within the CPU that interprets program instructions and directs the operation of the processor. It decodes instructions, determines the required operations, and coordinates data flow between the ALU, registers, and memory. Registers (Option B) store data temporarily, while the ALU (Option C) performs arithmetic and logical operations.