NAND
Jump to navigation
Jump to search
English
[edit]Etymology
[edit]Blend of NOT + AND, by analogy with NOR reinterpreted as NOT + OR or negation + OR
Noun
[edit]NAND (plural NANDs)
Input | Output | |
---|---|---|
A | B | |
0 | 0 | 1 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
Usage notes
[edit]- Boolean variables and states (AND, OR, NOT, TRUE, FALSE etc.) are commonly written in all uppercase in order to distinguish them from the ordinary uses of the words.
Antonyms
[edit]Translations
[edit]binary operator