Questions: Logical Operators in Arguments: AND, OR, NOT

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A restaurant menu says: 'Meals come with soup or salad.' In formal propositional logic, which interpretation is correct?

AYou get exactly one — soup or salad, but not both (exclusive or)
BYou get at least one — soup, salad, or possibly both (inclusive or)
CYou must choose soup — salad is the secondary option
DThe statement is logically undefined without additional context
Question 2 Multiple Choice

The statement 'not A and B' is unambiguous in its logical meaning.

ATrue — it unambiguously means A is false while B is true
BFalse — without parentheses, it could mean (¬A) ∧ B or ¬(A ∧ B), which have different truth conditions
CTrue — 'not' always applies to the entire statement that follows it
DFalse — 'and' and 'not' cannot legally appear in the same statement
Question 3 True / False

In formal propositional logic, 'P OR Q' is false when both P and Q are true.

TTrue
FFalse
Question 4 True / False

A conjunction (AND) statement is true whenever at least one of its components is true.

TTrue
FFalse
Question 5 Short Answer

Why does formal logic define 'or' as inclusive rather than exclusive, and what problem does this solve?

Think about your answer, then reveal below.