In a 3-input XOR gate, if inputs are A = 1, B = 0, and C = 1. What is the…
2024
In a 3-input XOR gate, if inputs are A = 1, B = 0, and C = 1. What is the output ?
- A.
0
- B.
1
- C.
A don't care condition
- D.
Undefined
Attempted by 199 students.
Show answer & explanation
Correct answer: A
For a 3-input XOR gate, the output is true when an odd number of inputs are true. With A=1, B=0, C=1: 1⊕0=1, then 1⊕1=0. The output is 0.