Prepare for the A Level Computer Science OCR Exam with engaging quiz questions and interactive flashcards. Get ready to excel in your exam with comprehensive study materials designed to bolster your knowledge and confidence.

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What best describes the relationship between the Control Unit and the ALU?

  1. The Control Unit and ALU operate independently without interaction

  2. The Control Unit performs arithmetic calculations, while the ALU manages control signals

  3. The Control Unit manages instruction execution, while the ALU performs processing tasks

  4. The Control Unit stores data that the ALU processes

The correct answer is: The Control Unit manages instruction execution, while the ALU performs processing tasks

The relationship between the Control Unit and the Arithmetic Logic Unit (ALU) is best described by the assertion that the Control Unit manages instruction execution, while the ALU performs processing tasks. The Control Unit is a critical component of the CPU that directs the operation of the processor. It orchestrates the execution of instructions by fetching them from memory, decoding them, and then scheduling the required operations. Essentially, it determines what operations need to be performed and in what order. On the other hand, the ALU is responsible for carrying out arithmetic and logic operations. This includes addition, subtraction, logical comparisons, and other mathematical computations that are essential for executing instructions. In essence, the Control Unit provides the necessary control signals and direction for the ALU to carry out its functions effectively. Therefore, this definition accurately reflects the collaborative relationship between the two units, with the Control Unit managing the flow of instructions and the ALU handling the computational tasks that result from those instructions.