Question:medium

The Boolean expression for \(\text{X-OR}\) gate \(C = (A \oplus B)\) is equivalent to

Show Hint

Remember: XOR = Different → \((\overline{A}B) + (A\overline{B})\)
XNOR = Same → \((AB) + (\overline{A}\overline{B})\)
Updated On: May 8, 2026
  • \((\overline{A}\cdot B) + (A\cdot \overline{B})\)
  • \(A + (\overline{A}\cdot \overline{B})\)
  • \((A\cdot B) + \overline{B}\)
  • \((A\cdot B) + (\overline{A}\cdot \overline{B})\)
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0