

And or AND may be any of the following:
- Grammatical conjunction, a part of speech that connects two words, phrases, or clauses
- Logical conjunction, a two-place logical operation used in logic and mathematics
- Binary and, an operator used in computer programming
- "And", an identifier for any point halfway between beats in music rhythm
- AND gate, a digital logic gate used in electronics
- Anderson Regional Airport, South Carolina, United States, from its IATA airport code
- Anderston railway station, Scotland, from its National Rail code
- Andromeda (constellation)
- Andorra, from its 3-letter and NATO country code
This article is licensed under the GNU Free Documentation License.
Last updated on Friday July 18, 2008 at 08:12:56 PDT (GMT -0700)
View this article at Wikipedia.org - Edit this article at Wikipedia.org - Donate to the Wikimedia Foundation
| INPUT | OUTPUT | |
| A | B | A AND B |
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
The AND gate is a digital logic gate that implements logical conjunction - it behaves according to the truth table to the right. A HIGH output (1) results only if both the inputs to the AND gate are HIGH (1). If neither or only one input to the AND gate is HIGH, a LOW output results.
Symbols
There are two symbols for AND gates: the 'military' symbol and the 'rectangular' symbol. These are also known as the 'American' and 'British' symbols. For more information see logic gate symbolsEquation:- output(C) = i/p(A)+ i/p(B).
Hardware description and pinout
AND Gates are basic logic gates, and are implemented in both TTL and CMOS technology ICs. The '4000 series' CMOS IC AND gate device is designated the 4081, which includes four independent, two-input, AND gates.This device is available from most semiconductor manufacturers. It is usually available in both through-hole DIP and surface mount packages such as SOIC. Datasheets are readily available in most datasheet databases.
As well as the standard 2-Input AND Gate, 3-, 4- and 8-Input AND Gates are also available:
- 4073: Triple 3-Input AND Gate
- 4082: Dual 4-Input AND Gate
- An 8-Input NAND Gate exists (4068), and this is easily made into an 8-Input AND gate by inversion of the output.
Implementations
Alternatives
If no specific AND gates are available, one can be made from NAND or NOR gates, because NAND and NOR gates are considered the "universal gates, meaning that they can be used to make all the others. The configuration shown on the right shows how to use NAND gates to create the effect of an AND gate.
See also
References
This article is licensed under the GNU Free Documentation License.
Last updated on Sunday July 20, 2008 at 02:46:48 PDT (GMT -0700)
View this article at Wikipedia.org - Edit this article at Wikipedia.org - Donate to the Wikimedia Foundation
Copyright © 2008, Dictionary.com, LLC. All rights reserved.











