The AND gate requires two inputs and has one output.
The AND gate only produces an output of 1 when BOTH the inputs are a 1, otherwise the output is 0.
Symbol for AND Gate
Truth Table for AND gate
A | B | A.B |
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
F = A.B
AND Gate | Truth Table | |||
---|---|---|---|---|
Input | Output | |||
A | B | |||
0 | 0 | 0 | ||
0 | 1 | 0 | ||
1 | 0 | 0 | ||
1 | 1 | 1 | ||
Select An Input Value |
The AND gate requires two inputs and has one output. The AND gate only produces an output of 1 when BOTH the inputs are a 1, otherwise the output is 0.
Select an input combination from the pull-down selector and view the resulting output.
The AND gate requires two inputs and has one output. The AND gate only produces an output of 1 when BOTH the inputs are a 1, otherwise the output is 0.
Select an input combination from the pull-down selector and view the resulting output.