A = 1 — NOT gate
introthe whole gate in one row
Answer
output 0
Why this example is worth doing
The simplest permalink on the site: one input, one output, inverted. The page opens with it because a NOT gate's entire behaviour is two rows, and the interesting content is everything around it — notation, symbol, and the fact that inversion is what makes a Boolean algebra rather than a lattice. Without complement there is no De Morgan, no NAND, and no minimisation worth the name.
Try your own input in the NOT gate. Truth table, symbol and algebraic form for the inverter, Ā.
How the answer is reached
The probed row
A = 10— Row 1 of 2.
Truth table
| # | A | A′ |
|---|---|---|
| 0 | 0 | 1 |
| 1 | 1 | 0 |