Question:medium

If the outputs of XNOR and XOR gates with inputs a, b are connected to an AND gate, then the output is:

Show Hint

Any Boolean function directly ANDed with its own inverted function always yields a static logical 0 (\(A \cdot A' = 0\)), regardless of how complex the underlying expression is.
Updated On: Jun 23, 2026
  • \(a'b + ab'\)
  • \(ab + a'b'\)
  • \(0\)
  • \(1\)
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0