From WikiChip
Difference between revisions of "and gate"
(Created page with "{{Logic gates}} The '''AND gate''' is a logic gate which implements a logical conjunction. The results of an AND gate is HIGH if all of its inputs are also HIGH; other...") |
m |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{title|AND Gate}}{{logic gate |
+ | |title = AND Gate | ||
+ | |name = AND | ||
+ | }} | ||
The '''AND gate''' is a [[logic gate]] which implements a [[logical conjunction]]. The results of an AND gate is HIGH if all of its inputs are also HIGH; otherwise the result is LOW. | The '''AND gate''' is a [[logic gate]] which implements a [[logical conjunction]]. The results of an AND gate is HIGH if all of its inputs are also HIGH; otherwise the result is LOW. | ||
Latest revision as of 20:10, 15 December 2015
AND Gate | ||||||||||||||||||
ANSI Symbol | ||||||||||||||||||
Functional | ||||||||||||||||||
Truth Table | ||||||||||||||||||
| ||||||||||||||||||
| ||||||||||||||||||
|
The AND gate is a logic gate which implements a logical conjunction. The results of an AND gate is HIGH if all of its inputs are also HIGH; otherwise the result is LOW.
Functionality[edit]
The AND gate generates a HIGH signal if and only if all of the inputs are also HIGH. Otherwise the output is a LOW. An AND gate fan-in count usually ranges between 2 and 8. Large AND gates most are most often made of a number of AND gates.