A = 1, B = 1 — NAND gate
introthe only false row
Answer
output 0
Why this example is worth doing
Both inputs high is the one combination that drives a NAND low, which is the fastest way to hold the gate in mind: NAND is false only when everything is true. The page opens on that row because it is the complement of the AND row a student has usually just read, and the two pages are deliberately structured so that flipping between them shows one inverted column.
Try your own input in the NAND gate. Truth table, symbol and algebraic form for (A·B)′, the universal gate.
How the answer is reached
The probed row
A = 1, B = 10— Row 3 of 4.
Truth table
| # | A | B | A ↑ B |
|---|---|---|---|
| 0 | 0 | 0 | 1 |
| 1 | 0 | 1 | 1 |
| 2 | 1 | 0 | 1 |
| 3 | 1 | 1 | 0 |