What is boolean logic?
Describes the states of input and output from the logic gates.
Only two states of input TRUE or FALSE
What does the NOT gate do?
Inverts given input
What does the AND gate do?
Will only output true when both inputs A and B are TRUE.
What does the OR gate do?
The OR gate will output TRUE when either input A or B is TRUE (or when both are true)
What does the XOR gate do?
Will only output TRUE when only one input between input A and B are true.