AND
output is 1 when both inputs are 1
OR
output is 1 when any input is 1
NOT
output is the opposite to the input
NAND
Inverse of an AND gate
output is 0 when both inputs are 1
NOR
Inverse of an OR gate
output is 0 when either input is 1
XOR
Out put is high when the inputs are opposite to each other