Jump to content

Logical AND truth table

From My Second Brain

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