⚙️
GATE CS - Compiler Design
Practice lexical analysis, parsing, syntax-directed translation, and code generation
50 questions•5 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 1 of 5 • Questions 1-10 of 50
Q1easy
What is the first phase of a compiler?
Q2easy
What is the output of lexical analysis?
Q3easy
What is the purpose of syntax analysis?
Q4easy
What is LL(1) parsing?
Q5easy
What is LR parsing?
Q6medium
What is the purpose of FIRST set?
Q7medium
What is the purpose of FOLLOW set?
Q8medium
What is a shift-reduce conflict?
Q9easy
What is a synthesized attribute?
Q10easy
What is an inherited attribute?
...