Logic Gates
NAND Gate
A logic circuit whose output is 0 when all inputs are 1.
NOR Gate
A logic circuit whose output is 0 when at least one output is 1.
AND Gate
A logic circuit whose output is 1 when all inputs are 1.
OR Gate
A logic circuit whose output is 1 when at least one input is 1.
NOT Gate
Also called an INVERTER gate or an inverting buffer. A logic gate that changes its input logic level to the opposite state.
Logic Gate
An electronic circuit that performs a Boolean algebraic function.
XOR Gate
Two-input logic circuit that produces a high output only when the inputs are different.
XNOR Gate
Two-input logic circuit that produces a high output only when the inputs are equal.