Glossary / AND Logic Gate
Term: AND Logic Gate
AND is a type of logic gate.
Both inputs have to be positive (1) before the output is also positive (1).
AND gate truth table
Input A | Input B | Output Z |
---|---|---|
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
-->
AND is a type of logic gate.
Both inputs have to be positive (1) before the output is also positive (1).
AND gate truth table
Input A | Input B | Output Z |
---|---|---|
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |