NAND — AND with an output bubble — logic gate symbols
corethe bubble as a composable modifier
Answer
output column 1110
Why this example is worth doing
NAND is drawn as the AND symbol with a bubble on its output, in both standards, which demonstrates that the bubble composes with any body rather than being part of a fixed symbol. The page makes the practical point that NAND is the cheapest gate in CMOS, so the bubbled forms are the primitives and the clean AND shape is the derived one — the opposite of the order they are taught in. A plain AND is a NAND followed by an inverter.
Try your own input in the Logic gate symbols. Every gate in both symbol standards, side by side, on a printable one-page chart.
How the answer is reached
Truth table
| # | A | B | A ↑ B |
|---|---|---|---|
| 0 | 0 | 0 | 1 |
| 1 | 0 | 1 | 1 |
| 2 | 1 | 0 | 1 |
| 3 | 1 | 1 | 0 |