NAND gate: Difference between revisions
Appearance
No edit summary |
|||
| Line 21: | Line 21: | ||
== Symbols == | == Symbols == | ||
[[File:NAND ANSI.svg|left | [[File:NAND ANSI.svg|left|ANSI Symbol]] | ||
[[File:NAND IEC.svg|left | ANSI Symbol | ||
[[File:NAND IEC.svg|left|IEC Symbol]] | |||
IEC Symbol | |||
{{Clear}} | {{Clear}} | ||
Revision as of 04:56, 19 January 2026
| NAND gate truth table | ||
|---|---|---|
| Input | Output | |
| A | B | A NAND B |
| 0 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
A NAND (NOT AND) gate is a logic gate which produces an output which is false only if all its inputs are true; thus its output is complement to that of an AND gate. A LOW (0) output results only if all the inputs tot he gate are HIGH (1); if any input is LOW (0), a HIGH (1) output results. A two-input NAND gate's logic may be expressed as , making a NAND gate equivalent to inverters followed by an OR gate.
The NAND gate is significant because any Boolean function can be implemented by using any combination of NAND gates. This property is called "functional completeness". It shares this property with the NOR gate.
Symbols

ANSI Symbol

IEC Symbol