Logic gates— one or more inputs that generate an output based on a logic operation
multiple logic gates is a logic circuit.
If input is ON, output is off.
If output is ON, input is off.
(inverse)
P(output) = not A(¬A)
Both inputs require for output, otherwise, off.
P = A AND B(A ^ B)
If either one or both of inputs are on, so is output.
P = A or B(A V B)
and in maths is the upside down u, or in maths is the U.