Boolean algebra (2-variable)
Truth table for expressions in A,B with AND OR NOT XOR.
Calculator
How to use
Syntax
Uppercase A B, spaces between tokens.
Educational use only. For assessments, show reasoning and check boundary cases.
Truth table for expressions in A,B with AND OR NOT XOR.
Uppercase A B, spaces between tokens.
Educational use only. For assessments, show reasoning and check boundary cases.
Model / formula
A,B in {0,1}; use AND OR NOT XOR with spaces
Result
A B | f 0 0 | ? 0 1 | ? 1 0 | ? 1 1 | ?