Prove that X-OR is complement of X-NOR with the help of a truth table
- Dhruv Badaya

- Mar 11
- 1 min read
To prove that XOR (⊕) is the complement of XNOR (⊙), we will construct a truth table for both operations.
From the table, we see that:
ADVERTISEMENT
When
𝐴⊕𝐵=0
then
𝐴⊙𝐵=1
When
𝐴⊕𝐵=1
then
𝐴⊙𝐵=0
Thus, XOR and XNOR are complements of each other. ✅

Comments