Truth Table
What is it?
It is used to analyze all possible cases of a proposition.
👉 It shows when a logical expression is true or false.
Simple example (AND)
A = True, B = True → A AND B = True
A = True, B = False → A AND B = False
A = False, B = True → A AND B = False
A = False, B = False → A AND B = False
Easy way to understand
With AND, everything must be true.
Important tip
A truth table always shows all possible combinations.
Did you know?