PRASHNIKAप्रश्निका

Draw a truth table to verify if the following proposition is a Tautology, a Contradiction or a…

Computer Science20262 marksShort answer
Draw a truth table to verify if the following proposition is a Tautology, a Contradiction or a Contingency. $(A \wedge \sim B) => (\sim A \vee B)$

Answer

Answer

AI
Written by AI (antigravity) - it can contain mistakes.
Truth table for (A ∧ ~B) => (~A ∨ B):
AB~A~BA ∧ ~B~A ∨ B(A ∧ ~B) => (~A ∨ B)
0011011
0110011
1001100
1100011
Conclusion: The final column contains both 1 (True) and 0 (False) values (specifically False when A=1, B=0). Therefore, the proposition is a Contingency.
Boolean Algebra

From ISC 2026 Computer Science Paper 1, question 4(iii).

See every question