A = 0, B = 0 — NOR gate
introthe only true row
Answer
output 1
Why this example is worth doing
NOR is high only when every input is low, which makes it the strictest of the two-input gates in the opposite direction from AND. Landing on this row first is deliberate: a student who has just read the OR page sees the single false row there become the single true row here, and the inversion relationship needs no further explanation. The permalink opens the live toggle already in this state.
Try your own input in the NOR gate. Truth table, symbol and algebraic form for (A + B)′, the other universal gate.
How the answer is reached
The probed row
A = 0, B = 01— Row 0 of 4.
Truth table
| # | A | B | A ↓ B |
|---|---|---|---|
| 0 | 0 | 0 | 1 |
| 1 | 0 | 1 | 0 |
| 2 | 1 | 0 | 0 |
| 3 | 1 | 1 | 0 |