1. control unit and registers
  2. registers and main memory
  3. control unit and ALU
  4. ALU and bus
  5. None of the above
5 views

1 Answers

Answer: Option 3

Control Unit (CU) : The control unit (CU) is a component of a computer's central processing unit (CPU) that directs the operation of the processor. It tells the computer's memory, arithmetic/logic unit and input and output devices how to respond to the instructions that have been sent to the processor. ALU (Arithmetic logic unit) : An arithmetic logic unit is a combinational digital electronic circuit that performs arithmetic and bitwise operations on integer binary numbers. This is in contrast to a floating-point unit, which operates on floating point numbers.

5 views