|
The AND gate gives a HIGH output only when all of the
inputs are HIGH. If any one of the inputs are LOW, the output is also LOW.
This information about the gate can be represented in a truth table.
Here is the AND gate truth table:
| INPUT |
OUTPUT |
| A |
B |
Y |
| 0 |
0 |
0 |
| 0 |
1 |
0 |
| 1 |
0 |
0 |
| 1 |
1 |
1 |
|
The AND gate can have more than two inputs. A binary HIGH will
only be produced when all inputs are HIGH. As well as all
other gates, this gate has a symbol used to represent it in a diagram:

|