1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
XOR
XOR (Exclusive OR): Output is True (1) if inputs are different (one True, one False)

AND
“0 is dominant'“

NOR

NAND
The opposite of AND. Output is False (0) only when all inputs are True (1).

NOT
Reverses the input. Input 1 -> Output 0; Input 0 -> Output 1.

OR
“1” is dominant"

XNOR
XNOR (Exclusive NOR): Output is True (1) if inputs are the same (both True or both False).
