Wikipedia

AND gate

Also found in: Dictionary, Medical, Legal, Financial, Encyclopedia.
INPUT OUTPUT
A B A AND B
0 0 0
0 1 0
1 0 0
1 1 1

The AND gate is a basic digital logic gate that implements logical conjunction - it behaves according to the truth table to the right. A HIGH output (1) results only if all the inputs to the AND gate are HIGH (1). If none or not all inputs to the AND gate are HIGH, LOW output results. The function can be extended to any number of inputs.

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. Additional inputs can be added as needed. For more information see Logic Gate Symbols. It can also be denoted as symbol "^" or "&".

AND ANSI.svg AND IEC.svg AND DIN.svg
MIL/ANSI symbol IEC symbol DIN symbol

The AND gate with inputs A and B and output C implements the logical expression . This expression also may be denoted as C=A^B or C=A&B.

Implementations

An AND gate can be designed using only N-channel (pictured) or P-channel MOSFETs, but is usually implemented with both (CMOS). The digital inputs a and b cause the output F to have the same result as the AND function.

Analytical representation

is the analytical representation of AND gate:

Alternatives

If no specific AND gates are available, one can be made from NAND or NOR gates, because NAND and NOR gates are "universal gates," [1] meaning that they can be used to make all the others.

Desired gate NAND construction NOR construction
AND ANSI Labelled.svg AND from NAND.svg AND from NOR.svg

IC package

AND gates are available in IC packages. The 7408 IC is a well-known QUAD 2-Input AND GATES and contains four independent gates each of which performs the logic AND function.

IC 7408

See also

References

  1. ^ Mano, M. Morris and Charles R. Kime. Logic and Computer Design Fundamentals, Third Edition. Prentice-Hall, 2004. p. 73.
This article is copied from an article on Wikipedia® - the free encyclopedia created and edited by its online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of Wikipedia® encyclopedia articles provide accurate and timely information, please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.

Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.