

InterviewSolution
Saved Bookmarks
1. |
Choose the correct option:Statement: There exists two inference approaches:a) Recursive Inferenceb) Derivation(a) true(b) partially true(c) false(d) none of the mentionedThe question was asked in an online interview.My question is from The Language of a Grammar, Inferences and Ambiguity in portion Context Free Grammars and Languages of Automata Theory |
Answer» CORRECT choice is (a) true Explanation: We APPLY the productions of a CFG to INFER that certain STRINGS are in a language of certain variable. |
|