⚙️

GATE CS - Compiler Design

Practice lexical analysis, parsing, syntax-directed translation, and code generation

50 questions5 pages~75 min

Use this quiz track to strengthen recall, speed, and exam-style decision making. Attempt one page first, review explanations, and then re-attempt incorrect questions without notes.

A good scoring strategy is to mark uncertain questions, finish known ones quickly, and return with elimination logic. This improves accuracy while keeping momentum under time constraints.

Progress: 0 / 500%
Page 4 of 5 • Questions 31-40 of 50
Q31easy

What is an ambiguous grammar?

Q32easy

What is the purpose of lexical analyzer?

Q33easy

What is the difference between top-down and bottom-up parsing?

Q34medium

What is reduce-reduce conflict?

Q35medium

What is the purpose of control flow graph?

Q36medium

What is loop unrolling?

Q37easy

What is the purpose of attribute grammar?

Q38medium

What is S-attributed grammar?

Q39medium

What is L-attributed grammar?

Q40medium

What is the purpose of graph coloring in register allocation?