Which Boolean expression is correct interpretation of the following logic…
2023
Which Boolean expression is correct interpretation of the following logic circuit?

- A.
(X+Y)'
- B.
(X.Y)'
- C.
X ⊕ Y
- D.
(X ⊕ Y)'
Attempted by 2616 students.
Show answer & explanation
Correct answer: C
Key idea: the gate shown is an XOR (Exclusive OR) gate — it outputs 1 when the inputs are different. Boolean expression: X ⊕ Y
A video solution is available for this question — log in and enroll to watch it.