1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What are examples of propositional variables?
p,q,r,…
What symbols represent NOT, AND, OR, and IMPLIES?
¬ (not), ∧ (and), ∨ (or), → (implies)
What is the truth table for p∧q?
True only if both p and q are true
What is the truth table for p∨q?
False only if both p and q are false
What is the truth table for p→q ?
False only if p is true and q is false.
What is p⊕q (exclusive or)?
True if exactly one of p, q is true.