The AND Gate
in the AND gate, if and only if all of inputs (1st input and the 2nd input and etc. . .) are "on" (logic 1) output of this gate will be "on" (logic 1).
If any input(s) are "off" (logic 0), the output is in a "logic 0 " state as well.
input 1 (A) |
input 2 (B) |
Q(out) |
0 |
0 |
0 |
0 |
1 |
0 |
1 |
0 |
0 |
1 |
1 |
1 |
This can be explained by using the circuit diagram given below:
Q will be on if-and only if both A & B are on.
Keywords :
AND,
Gate,
Decimal,
Binary,
Hexodecimal,
Logic Gates
Writer : delon |
17 Mar 2006 Fri  
| 8.824 Views