AND gate
From Wikipedia, the free encyclopedia
INPUT OUTPUT
The AND gate is a digital logic gate that implements logical conjunction - it
A B A AND B
behaves according to the truth table to the right. A HIGH output (1) results only if 0 0 0
both the inputs to the AND gate are HIGH (1). If neither or only one input to the 0 1 0
AND gate is HIGH, a LOW output results. In another sense, the function of AND 1 0 0
effectively finds the minimum between two binary digits, just as the OR function 1 1 1
finds the maximum.
Contents
[hide]
• 1 Symbols
• 2 Implementations
o 2.1 Alternatives
• 3 See also
• 4 References
[edit]Symbols
There are three symbols for AND gates: the American (ANSI or 'military') symbol and
the IEC ('European' or 'rectangular') symbol, as well as the deprecated DIN symbol. For more
information see Logic Gate Symbols.
MIL/ANSI Symbol IEC Symbol DIN Symbol
The AND gate with inputs A and B and output C implements the logical expression .
[edit]Implementations
NMOS AND gate