Found 1 hit - Term: nand, Database: *, Strategy: exact
- [1] : The Free On-line Dictionary of Computing (27 SEP 03)
nand
not and.
the boolean function which is true unless both its arguments
are true, the logical complement of and:
a nand b = not a and b = not a or not b
its truth table is:
a | b | a nand b
--+---+---------
f | f | t
f | t | t
t | f | t
t | t | f
nand, like nor, forms a complete set of boolean functions
on its own since it can be used to make not, and, or and any
other boolean function:
not a = a nand a
a and b = not a nand b
a or b = not a nand not b
1995-01-24
see also:
boolean logical complement and truth table nor
Results 1 - 1 of 1 found about nand: Nand
>> N Words
Nand, definition of term: Nand
nand_pag1.html
Last accessed:2008/07/25 14:49:34 [Total processing time: 1 seconds] |