Multiple choice

The instructions supported by most contemporary systems can be divided into _______ groups.

  1. six

  2. two

  3. three

  4. four

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

Instruction sets in contemporary computer systems are generally categorized into three main functional groups: data transfer, arithmetic/logic, and program control. Data transfer instructions move data between memory and registers, arithmetic/logic instructions perform computations, and control instructions manage the execution flow. This three-way division provides a clear framework for understanding processor capabilities.