Truth table for $$$p \oplus q$$$
The calculator will generate the truth table for the given logic formula $$$p \oplus q$$$, with steps shown.
Related calculator: Boolean Algebra Calculator
Your Input
Find the truth table for $$$p \oplus q$$$.
Answer
| $$$p$$$ | $$$q$$$ | $$$p \oplus q$$$ |
| True | True | False |
| True | False | True |
| False | True | True |
| False | False | False |