9.3 Other Truth Tables: NAND, NOR, and EOR Flashcards
1
Q
NAND statement
A
Simply the negation of the conjunction: ~(p^q).
2
Q
NOR statement
A
Is the negation of the disjunction ~(p v q).
3
Q
EOR statement
A
True whenever exactly one of p and q is true: (p ^~q) v (~p^q).