Computer Science I / Data Path and Control
Practice question · True or false

The control unit works out what an instruction does by inspecting its operand fields.

Hints
  1. Which field selects the operation?
  2. The opcode.
Show the answer

False

Why

False. The opcode selects the operation and drives the control signals; the operand fields say only which registers or addresses to use. The split is what makes an instruction set a hardware contract, the encoding is the interface between compiler and processor.

Read the lesson: Data Path and Control →

Practise Data Path and Control

The app has 7 more questions on this lesson, and keeps your place in the course. Computer Science I is free to start.

More questions on Data Path and Control