📚 Question Bank Q57 — Compiler Design
Tags
Compiler Design
Q57. Marks: +2.0 UGC NET Paper 2: Computer Science and Application 26th June 2025 Shift 1
Arrange the following parsers in increasing order of their power of handling grammars i.e. from the least powerful parser to the most powerful parser.
A. LR(0)
B. LR(1)
C. LALR(1)
D. LL(0)
E. SLR
Choose the correct answer from the options given below:
1.LL(0)→LR(0) SLRLR(1)→LALR(1)
2.SLR LR(0) LL(0)→LR(1) LALR(1)
3.LL(0) → LR(0) → SLR(1) → LALR(1) → LR(1) ✓ Correct
4.LR(0) LL(0)→SLRLR(1)→LALR(1)
📄 All “Compiler Design” questions across papers
🏷 Change Tag for this Question