0% found this document useful (0 votes)
4 views1 page

CD Important

The document outlines important questions for the CS3501 compiler design course, organized by units. Key topics include compiler phases, lexical analysis, parsing techniques, syntax trees, code generation, and optimization methods. Each unit covers specific concepts essential for understanding compiler design and implementation.

Uploaded by

kaviyaarul6
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

CD Important

The document outlines important questions for the CS3501 compiler design course, organized by units. Key topics include compiler phases, lexical analysis, parsing techniques, syntax trees, code generation, and optimization methods. Each unit covers specific concepts essential for understanding compiler design and implementation.

Uploaded by

kaviyaarul6
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CS3501 compiler design important questions:

Unit 1
1. Phases of compiler Unit4:
2. Role of lexical analyser 1. Issues and design of code
3. Recognizing tokens generator
4. Specification of tokens 2. Storage allocation
5. Input buffering 3. Storage organizations
6. Regex 4. Simple code generator
7. Nfa 5. Optimal code generation
8. Dfa
9. Process of compilation and Unit 5
interpolation 1. Principle source of
optimization
Unit -2
2. Peep hole
1. LL parser 3. Dag
2. LR parser 4. Basic block and flow graph
3. SLR parser 5. Loops in flow graph
4. LALR parser
5. Syntax analyser
6. CFG(full)

Unit-3
1. Syntax directed definitions
2. Construction of syntax tree
3. S attributed
4. L attributed
5. Predictive analyser design
6. Three address code
7. Tpyes and declaration
8. Translation of expressions
9. Type checking

You might also like