Basic Logic Gates:: AND Diagram/symbol
Basic Logic Gates:: AND Diagram/symbol
AND diagram/symbol:
OR Diagram/Symbol
OR Truth Table:
The XOR (exclusive-OR) gate acts in the same way as the logical "either/or." The output is
"true" if either, but not both, of the inputs are "true." The output is "false" if both inputs are
"false" or if both inputs are "true." Another way of looking at this circuit is to observe that the
output is 1 if the inputs are different, but 0 if the inputs are the same.
XOR Diagram/Symbol:
The NAND gate operates as an AND gate followed by a NOT gate. It acts in the manner of the
logical operation "and" followed by negation. The output is "false" if both inputs are "true."
Otherwise, the output is "true."
NAND Diagram/Symbol:
The XNOR (exclusive-NOR) gate is a combination XOR gate followed by an inverter. Its output
is "true" if the inputs are the same, and "false" if the inputs are different.
XNOR Diagram/ Symbol: