1/20
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress

NOT

AND

OR

NAND

NOR

XOR

XNOR
NOT
Inverts input (1 > 0)
AND
Outputs 1 only if both inputs are one
OR
Outputs 1 if any inputs are 1
NAND
Inverted AND (outputs 0 only if all imputs are 1)
NOR
Outputs 0 if any input is 1
XOR
Outputs 0 if all inputs are the same / outputs 1 if inputs are different
XNOR
Outputs 1 if inputs are the same / outputs 0 if inputs are different

NOT
__
A

AND
x > AB

OR
+ > A+B

NAND
__
AB

NOR
__
A+B

XOR
A ⊕ B (A(+)B)

XNOR
__ __
A⊕B (A(+)B)