Enter a logic expression
It also termed as Ex-OR logic gate. XOR is a digital logic gate where the output is True or 1 only when the two binary inputs are unequal.
You will get the output result as:
Check this XOR truth table for your reference.
Symbol | A | B | !A.B + A.!B |
---|---|---|---|
0 | 0 | 0 | |
0 | 1 | 1 | |
1 | 0 | 1 | |
1 | 1 | 0 |