Questions: Phrase Structure Rules and Context-Free Grammars

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

What feature of phrase structure rules allows a finite set of rules to generate an infinite number of grammatical sentences?

AEach rule applies in parallel, so multiple derivations run simultaneously
BRecursion: the same category can appear on both sides of a rule, embedding phrases inside phrases without limit
CContext-sensitivity: rules change based on surrounding words, multiplying possible outputs
DEach rule can be applied exactly once, but there are infinitely many rules in the grammar
Question 2 Multiple Choice

A linguist proposes the rule: 'VP can expand as V NP only when the NP immediately follows the subject noun phrase.' Why does this rule fall outside the class of context-free grammars?

AContext-free grammars cannot include NPs in any rule
BThe expansion of VP depends on the surrounding context (the adjacent subject NP), violating the context-free requirement that a node expands the same way regardless of what surrounds it
CContext-free grammars require that all rules be recursive, and this rule is not recursive
DContext-free grammars do not allow verbs to precede noun phrases
Question 3 True / False

Context-free grammars (CFGs) cannot adequately describe natural language syntax, because most natural languages require transformational rules to capture basic sentences.

TTrue
FFalse
Question 4 True / False

A phrase structure rule like S → NP VP is called 'context-free' because the expansion of S (into NP VP) is the same regardless of what other nodes surround S in the sentence structure.

TTrue
FFalse
Question 5 Short Answer

What is the key limitation of context-free grammars that motivated the development of more powerful syntactic formalisms, and what kind of linguistic phenomenon illustrates this limitation?

Think about your answer, then reveal below.