Q
Medium 2 Marks
Computer Studies Central Processing Unit (CPU)
Which component of the CPU would be used when a program checks if one number is greater than another?
Explanation
A greater than comparison is a logical operation performed by the ALU. The ALU handles all arithmetic calculations and logical comparisons.
Reference: Computer Studies Textbook , Page 3
Hint
Is comparing two numbers a logical or control operation?