NAND

From Wiktionary, the free dictionary
Archived revision by 151.24.46.40 (talk) as of 19:24, 21 December 2019.
Jump to navigation Jump to search
See also: nánd and nǟnd

English

English Wikipedia has an article on:
Wikipedia

Etymology

Blend of NOT +‎ AND, by analogy with NOR reinterpreted as NOT + AND or negation + AND (see also NOR, formed analogically).

Noun

NAND (plural NANDs)

  1. (logic) A binary operator composite of NOT AND; negation of AND function.

(0 NAND 0) = 1
(0 NAND 1) = 1
(1 NAND 0) = 1
(1 NAND 1) = 0

NAND Truth Table
Input Output
A B
0 0 1
0 1 1
1 0 1
1 1 0

Usage notes

  • 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

Translations

See also

Anagrams