Q13.Marks: +2.0UGC NET Paper 2: Computer Science 18th June 2024 Shift 1 (Cancelled)
Match List-I with List-II :
LIST - I
LIST - II
A.
Back Tracking
I.
Automata
B.
Infinite languages with matching numbers
II.
Undecidable Problem
C.
Canonical LR Parser
III.
Predictive Parser
D.
Post Correspondence Problem
IV.
Large number of states
Choose the correct answer from the options given below:
1.A - I, B - II, C - III, D - IV
2.A - II, B - IV, C - I, D - III
3.A - IV, B - III, C - II, D - I
4.A - III, B - I, C - IV, D - II✓ Correct
Solution
The correct answer is A - III, B - I, C - IV, D - II
Key Points
A. Back Tracking
Back Tracking is a method used in solving constraint satisfaction problems, puzzles, and other recursive algorithmic scenarios.
Correct match: III. Predictive Parser
B. Infinite languages with matching numbers
This pertains to languages that can have an infinite number of strings, often dealt with in automata theory.
Correct match: I. Automata
C. Canonical LR Parser
A Canonical LR parser is an efficient bottom-up parser that can handle large and complex grammars but generates a large number of states in its parsing table.
Correct match: IV. Large number of states
D. Post Correspondence Problem
The Post Correspondence Problem is a well-known undecidable problem in computer science.
Correct match: II. Undecidable Problem
Therefore, the correct answer is: A - III, B - I, C - IV, D - II