Questions: Conjunctive and Disjunctive Normal Forms

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You have a propositional formula in DNF. Which reasoning task can be checked most efficiently directly from the DNF structure?

AValidity (is the formula true in all models?)
BSatisfiability (is there any model that makes the formula true?)
CEquivalence to another formula
DConverting to CNF
Question 2 Multiple Choice

What is the CNF of ¬(p ∧ ¬q)?

Ap ∧ ¬q
B¬p ∧ q
C¬p ∨ q
Dp ∨ ¬q
Question 3 True / False

A DNF formula is satisfiable if and only if it contains at least one conjunct that does not contain both a literal and its negation.

TTrue
FFalse
Question 4 True / False

Nearly every propositional formula has a unique CNF representation.

TTrue
FFalse
Question 5 Short Answer

Why is CNF, rather than DNF, the standard input format for modern SAT solvers, even though DNF makes satisfiability easy to check?

Think about your answer, then reveal below.