Logical AND truth table
Appearance
In logical AND both sides need to be true (1) in order for the output to be true (1), otherwise the output is false (0)
| AND | 0 | 1 |
|---|---|---|
| 0 | 0 | 0 |
| 1 | 0 | 1 |
In logical AND both sides need to be true (1) in order for the output to be true (1), otherwise the output is false (0)
| AND | 0 | 1 |
|---|---|---|
| 0 | 0 | 0 |
| 1 | 0 | 1 |