101k views
2 votes
True or false for a given set of input values, a nand

1 Answer

7 votes
Nand stands for "not and". The truth table for a nand is:

a b | a nand b
0 0 | 1
0 1 | 1
1 0 | 1
1 1 | 0

Hopefully this helps you answer your question.
User Nate Parsons
by
7.4k points