Logic 01 Flashcards
1
Q
What is the order of precedence for operators?
A
Unary, Conjunction, Disjunction
2
Q
Rewrite exclusive or (A⊕B)
A
(A∧¬B) ∨ (¬A∧B)
3
Q
Rewrite implication (A→B)
A
¬A∨B
What is the order of precedence for operators?
Unary, Conjunction, Disjunction
Rewrite exclusive or (A⊕B)
(A∧¬B) ∨ (¬A∧B)
Rewrite implication (A→B)
¬A∨B