Multiple choice

Which among the following is/are decision-making operations performed by ALU of a computer?

  1. Greater than

  2. Less than

  3. Equal to

  4. All of the above

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

The ALU performs comparison operations as part of its decision-making capabilities. It can determine if one value is greater than, less than, or equal to another, which is fundamental for conditional branching in programs. All three comparison types are standard ALU operations.