A = 1, B = 1 — XNOR gate
introagreement gives 1
Answer
output 1
Why this example is worth doing
Both inputs the same gives 1, which is the whole gate: XNOR is an equality detector. Opening on the both-high row rather than the both-low row is deliberate, because a student arriving from the XOR page has just seen that row give 0 and the contrast is the fastest possible explanation of what the extra bubble does.
Try your own input in the XNOR gate. Truth table, symbol and algebraic form for A ⊙ B, the equality detector.
How the answer is reached
The probed row
A = 1, B = 11— Row 3 of 4.
Truth table
| # | A | B | A ⊙ B |
|---|---|---|---|
| 0 | 0 | 0 | 1 |
| 1 | 0 | 1 | 0 |
| 2 | 1 | 0 | 0 |
| 3 | 1 | 1 | 1 |