Questions: Predicate Logic for Linguistic Semantics

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

How is the sentence 'Every student passed the exam' correctly translated into predicate logic?

A∀x(student(x) ∧ passed(x))
B∀x(student(x) → passed(x))
C∃x(student(x) → passed(x))
D∃x(student(x) ∧ passed(x))
Question 2 Multiple Choice

A student translates 'Every dog barks' as ∀x(dog(x) ∧ barks(x)). What is wrong with this translation?

AThe universal quantifier should be replaced with an existential quantifier
BThe conjunction (∧) claims everything in the domain is a barking dog, not just dogs that bark
CThe predicate arguments are in the wrong order
DNothing is wrong — this is valid predicate logic notation for the sentence
Question 3 True / False

The sentence 'Every student read a book' is genuinely ambiguous — it has two different logical forms that differ in which quantifier takes wider scope.

TTrue
FFalse
Question 4 True / False

The logical form of a sentence in predicate logic typically directly mirrors the word order of the original English sentence.

TTrue
FFalse
Question 5 Short Answer

Why does the universal quantifier use a conditional (→) rather than conjunction (∧) in statements like 'Every dog barks,' and what goes wrong if you use ∧ instead?

Think about your answer, then reveal below.