Question
Physics Question on Digital Circuits
The truth table of the given circuit diagram is :
A
B
C
D
Answer
Explanation
Solution
The given circuit diagram is equivalent to an XOR gate , which outputs a value of 1 if and only if the inputs are different.
A | B | Y = A ⊕ B |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
This matches the truth table given in option (2).