Visualizer
Experiment,visualize and understand the logic gate by yourself.
Click the buttons to generate the corresponding output.
LOGIC SYMBOL

TRUTH TABLE
| A | B | (A.B)' |
|---|---|---|
| 0 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
Experiment,visualize and understand the logic gate by yourself.
Click the buttons to generate the corresponding output.
➜
A NAND gate is another basic digital logic gate that stands for "NOT-AND." It produces an output that is the complement of the logical AND operation. In simple terms, a NAND gate produces a low or false output only when both of its inputs are high or true; otherwise, the output is high or true.