Logic Gate

TypeShapeBoolean algebraTruth table
AND
Input Output  
ABA and B
000
010
100
111
ORA + B
InputOutput
ABA or B
000
011
101
111
NOT
InputOutput
Anot A
01
10
NAND
InputOutput
ABA nand B
001
011
101
110
NOR
InputOutput
ABA nor B
001
010
100
110
XOR
InputOutput
ABA xor B
000
011
101
110
XNOR or
InputOutput
ABA xnor B
001
010
100
111


Boolean Algebra Theorems