Relational operators are accessed by ALU which gives maximum of ______…
2023
Relational operators are accessed by ALU which gives maximum of ______ possible outputs.
- A.
0
- B.
1
- C.
2
- D.
3
- E.
Question not attempted
Attempted by 1984 students.
Show answer & explanation
Correct answer: C
Relational operators (such as >, <, ==, etc.) compare two values and return a boolean result. In digital systems, boolean values are represented as 0 (false) or 1 (true). Therefore, the ALU can produce a maximum of 2 possible outputs when executing relational operations.