AND gate
logic gate that outputs if both inputs are on From Wikipedia, the free encyclopedia
Remove ads
The AND gate is a logic gate that outputs 1 (true) only when both of its inputs are 1 (true). Since 0 is false, AND outputs the product (result of multiplication) of its inputs. That means that if either or both of its inputs are 0, the output will be 0 (zero multiplied by any real number is zero).
INPUT | OUTPUT | |
A | B | A AND B |
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
Symbols
There are three symbols for the AND gate:
![]() |
![]() |
![]() |
MIL/ANSI Symbol | IEC Symbol | DIN Symbol |
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads