VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur

Similar documents
DEPARTMENT OF INFORMATION TECHNOLOGY / COMPUTER SCIENCE AND ENGINEERING UNIT -1-INTRODUCTION TO COMPILERS 2 MARK QUESTIONS

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE

SYED AMMAL ENGINEERING COLLEGE (An ISO 9001:2008 Certified Institution) Dr. E.M. Abdullah Campus, Ramanathapuram

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Subject Name: CS2352 Principles of Compiler Design Year/Sem : III/VI

Question Bank. 10CS63:Compiler Design

Gujarat Technological University Sankalchand Patel College of Engineering, Visnagar B.E. Semester VII (CE) July-Nov Compiler Design (170701)

GUJARAT TECHNOLOGICAL UNIVERSITY

2068 (I) Attempt all questions.

About the Authors... iii Introduction... xvii. Chapter 1: System Software... 1

QUESTIONS RELATED TO UNIT I, II And III

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING ACADEMIC YEAR / EVEN SEMESTER

INSTITUTE OF AERONAUTICAL ENGINEERING

1. (a) What are the closure properties of Regular sets? Explain. (b) Briefly explain the logical phases of a compiler model. [8+8]

Section A. A grammar that produces more than one parse tree for some sentences is said to be ambiguous.

VETRI VINAYAHA COLLEGE OF ENGINEERING AND TECHNOLOGY

SYLLABUS UNIT - I UNIT - II UNIT - III UNIT - IV CHAPTER - 1 : INTRODUCTION CHAPTER - 4 : SYNTAX AX-DIRECTED TRANSLATION TION CHAPTER - 7 : STORA

LALR Parsing. What Yacc and most compilers employ.

Roll No. :... Invigilator's Signature :. CS/B.Tech(CSE)/SEM-7/CS-701/ LANGUAGE PROCESSOR. Time Allotted : 3 Hours Full Marks : 70

VIVA QUESTIONS WITH ANSWERS

The analysis part breaks up the source program into constituent pieces and creates an intermediate representation of the source program.

Compiler Design Aug 1996

1. Explain the input buffer scheme for scanning the source program. How the use of sentinels can improve its performance? Describe in detail.

LECTURE NOTES ON COMPILER DESIGN P a g e 2

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Compiler Design

CS6660-COMPILER DESIGN UNIT I INTRODUCTION TO COMPILERS PART A

SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN

G.PULLAIH COLLEGE OF ENGINEERING & TECHNOLOGY

PSD3A Principles of Compiler Design Unit : I-V. PSD3A- Principles of Compiler Design

QUESTION BANK CHAPTER 1 : OVERVIEW OF SYSTEM SOFTWARE. CHAPTER 2: Overview of Language Processors. CHAPTER 3: Assemblers

Syntax Analysis Part I

PRINCIPLES OF COMPILER DESIGN

PART 3 - SYNTAX ANALYSIS. F. Wotawa TU Graz) Compiler Construction Summer term / 309

General Overview of Compiler

Chapter 4. Lexical and Syntax Analysis. Topics. Compilation. Language Implementation. Issues in Lexical and Syntax Analysis.

VALLIAMMAI ENGINEERING COLLEGE

SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY

COMPILER DESIGN. For COMPUTER SCIENCE


Talen en Compilers. Johan Jeuring , period 2. January 17, Department of Information and Computing Sciences Utrecht University

CS143 Handout 20 Summer 2011 July 15 th, 2011 CS143 Practice Midterm and Solution

CS606- compiler instruction Solved MCQS From Midterm Papers

UNIT III & IV. Bottom up parsing

SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTER SCIENCE AND ENGINEERING COURSE PLAN


3. Syntax Analysis. Andrea Polini. Formal Languages and Compilers Master in Computer Science University of Camerino

4. An interpreter is a program that

UNIT III. The following section deals with the compilation procedure of any program.

Where We Are. CMSC 330: Organization of Programming Languages. This Lecture. Programming Languages. Motivation for Grammars

Let us construct the LR(1) items for the grammar given below to construct the LALR parsing table.

INSTITUTE OF AERONAUTICAL ENGINEERING (AUTONOMOUS)

VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK VII SEMESTER

UNIT 1-UMAL DIAGRAMS. Q.No. Question Competence Level. 1 What is Object Oriented analysis & Design? Remembering BTL1

Context-free grammars

4. Lexical and Syntax Analysis

CS308 Compiler Principles Syntax Analyzer Li Jiang

1. The output of lexical analyser is a) A set of RE b) Syntax Tree c) Set of Tokens d) String Character

S.No QUESTIONS COMPETENCE LEVEL UNIT -1 PART A 1. Illustrate the evolutionary trend towards parallel distributed and cloud computing.

UNIT-III BOTTOM-UP PARSING

Compiler Construction: Parsing

CSE 401 Compilers. LR Parsing Hal Perkins Autumn /10/ Hal Perkins & UW CSE D-1

4. Lexical and Syntax Analysis

CSE P 501 Compilers. LR Parsing Hal Perkins Spring UW CSE P 501 Spring 2018 D-1

CS 2210 Sample Midterm. 1. Determine if each of the following claims is true (T) or false (F).

CS 4120 Introduction to Compilers

Formal Languages and Compilers Lecture VII Part 3: Syntactic A

Parsing Wrapup. Roadmap (Where are we?) Last lecture Shift-reduce parser LR(1) parsing. This lecture LR(1) parsing

Final Term Papers 2013

Chapter 4. Lexical and Syntax Analysis


MODULE 14 SLR PARSER LR(0) ITEMS

Concepts Introduced in Chapter 3. Lexical Analysis. Lexical Analysis Terms. Attributes for Tokens

COMP-421 Compiler Design. Presented by Dr Ioanna Dionysiou


CMSC 330: Organization of Programming Languages

CS5363 Final Review. cs5363 1

Downloaded from Page 1. LR Parsing

CMSC 330: Organization of Programming Languages. Architecture of Compilers, Interpreters

Chapter 3: Describing Syntax and Semantics. Introduction Formal methods of describing syntax (BNF)


CST-402(T): Language Processors

CMSC 330: Organization of Programming Languages

EDAN65: Compilers, Lecture 06 A LR parsing. Görel Hedin Revised:

CMSC 330: Organization of Programming Languages

LR Parsing Techniques

VALLIAMMAI ENGINEERING COLLEGE

KALASALINGAM UNIVERSITY ANAND NAGAR, KRISHNAN KOIL DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING ODD SEMESTER COURSE PLAN

JNTUWORLD. Code No: R

University of Technology Department of Computer Sciences. Final Examination st Term. Subject:Compilers Design

Compiler Construction

10/5/17. Lexical and Syntactic Analysis. Lexical and Syntax Analysis. Tokenizing Source. Scanner. Reasons to Separate Lexical and Syntax Analysis

Introduction to Syntax Analysis. The Second Phase of Front-End

Faculty of Electrical Engineering, Mathematics, and Computer Science Delft University of Technology

Introduction. Introduction. Introduction. Lexical Analysis. Lexical Analysis 4/2/2019. Chapter 4. Lexical and Syntax Analysis.

R13 SET Discuss how producer-consumer problem and Dining philosopher s problem are solved using concurrency in ADA.

Life Cycle of Source Program - Compiler Design

Faculty of Electrical Engineering, Mathematics, and Computer Science Delft University of Technology

Lexical Analysis. Dragon Book Chapter 3 Formal Languages Regular Expressions Finite Automata Theory Lexical Analysis using Automata

CMSC 330: Organization of Programming Languages. Context Free Grammars

Parsing. Handle, viable prefix, items, closures, goto s LR(k): SLR(1), LR(1), LALR(1)

Transcription:

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Year & Semester : III & VI Section : CSE 1 & 2 Subject Code : CS6660 Subject Name : COMPILER DESIGN Degree & Branch : B.E (CSE) Staff in charge : Ms.A.LALITHA & Mr.K.SHANMUGAM S.No QUESTIONS COMPETENCE LEVEL UNIT -1-INTRODUCTION TO COMPILERS 2 MARK QUESTIONS 1. Define compiler BTL-1 2. Name few cousins of compiler BTL-1 3. Point out any two reasons as to why phases of compiler should be grouped.(or) How will you group the phases of the compiler? BTL-4 4. Define the following terms: Interpreter, and Translator. BTL-1 5. Give some compiler construction tools BTL-2 6. Differentiate between compiler and interpreter. BTL-2 7. the parse tree structure for the expression Position: =initial + rate *60. BTL-3 8. Comparison between call by value and call by reference. BTL-4 9. Discuss Environments and states. BTL-2 10. Tell the main two parts of compilation? Describe they performances?(btl-1) BTL-1 11. Describe the need of separating the analysis phase into lexical phase and parsing? BTL-1

12. Summarize function of preprocessor? BTL-2 13. Show the examples of some software tools that manipulate source program? BTL-3 14. Define Hybrid compiler.and linker BTL-1 15. he Errors in phases of the compiler BTL-4 16. Illustrate the approaches use to recover the errors in lexical BTL-3 analysis phase 17. Explain about convert grouping of phases into passes BTL-5 18. Summarize the different error recovery techniques in syntax phase? 19. An arithmetic expression with unbalanced parenthesis is lexical or syntax error. generalize your answer.(btl-6) 20. Compose the advantages of language processing system in which the compiler produces assembly language rather than machine language? 16 MARK QUESTIONS 1 Explain the phases of compiler? Andhow the following statement will be translated into every phase. Position := initial + rate * 60. 2 (i).discuss in detail about the role of Lexical and syntax analyzer with the possible error recovery actions. (ii).discuss in detail about role of lexical analysis? 3 (i).tell the various phases of the compiler and examine with programs segment (ii).discuss in detail about symbol table. 4 Describe the following expressions after each phases a:= b*c-d how various phases could be combined as pass in a compiler BTL-5 BTL-6 BTL-6 BTL-2 BTL-1 BTL-1 5 (i).explain in detail about the compiler construction tools. (ii).explain in detail about the language processing system. 6 (i).describe the errors encountered in different phases of compiler. (ii).explain the functions of Preprocessor. BTL-5 BTL-2

7 Define compiler? State various phases of complier and describe in detail BTL-1 8 (i).how to solve the source program to target machine code by using language processing system. (ii).write in detail about the cousins of the compiler. BTL-3 9 Generalize the important terminologies used in programming language basics BTL-6 10 i). the given expressions 4:*+=cba with different phases of the compiler (ii). Classify the concepts of compiler and Interpreter. BTL-4 BTL-3 UNIT -2-LEXICAL ANALYSIS 2 MARK QUESTIONS 1 Define tokens, patterns and lexemes. BTL-1 2 Classify approach would you use to recover the errors in lexical analysis phase? BTL-3 3 the regular expression for identifier and white space? BTL-3 4 Point out why is buffering used in lexical analysis? What are the commonly used buffering methods? BTL-4 5 Define transition diagram for an identifier. BTL-1 6 Compare syntax tree and parse tree. BTL-4 7 Explain the issues in a lexical analyzer. BTL-5 8 Define buffer pair? BTL-1

9 Differentiate the features of DFA and NFA. BTL-2 10 Define Regular expression. BTL-1 11 Explain a lexical analyzer with lex? BTL-5 12 Describe the concepts of sentinel? BTL-1 13 List out the Goals of Error Handler? BTL-1 14 Generalizes the advantage of having sentinels at the end of each buffer halves in buffer pairs? BTL-6 15 Explain four software tools that generate parser. BTL-4 16 Discuss the Algebraic properties of Regular Expression. BTL-2 17 Formulate the regular expressions are used though the lexical constructs of any programming language can be described using context free grammar? BTL-6 18 other way would you plan to minimize the DFA? BTL-3 19 Express is the main idea of NFA? And discuss with examples (a/b) * BTL-2 20 Define lex. Discuss the three parts of a lex program? BTL-2 16 MARK QUESTIONS 1 Convert the following NFA into DFA. Describe the sequence of moves made by each in processing the input string ababba.

2 (i).discuss in detail about the role of Lexical analyzer with the possible error recovery actions. (ii).what are the issues in lexical analysis? 3 (i).describe the Input buffering techniques in detail. (ii).elaborate in detail the recognition of tokens. 4 (i).solve the following regular expression into minimized DFA. (a/b)*baa (ii).comparison between NFA and DFA. 5 (i).define Lex and Lex specifications? How lexical analyzer is constructed using lex? (ii).write a lex program that recognizer the tokens. 6 Solve the given regular expression (a/b)* abb (a/b)* into NFA using Thompson construction and then to minimized DFA. 7 Write an algorithm for constructing a DFA from a regular expression. Discuss with an example. 8 (i).explain an algorithm for Lex that recognizes the tokens. (ii).elaborate specification of tokens. 9 Suppose we were to revise the definition of a DFA to allow zero or one transition out of each state on each input symbol. Some regular expressions would then have smaller DFA s than they do under the standard definition of a DFA. Give and generalize an example of one such regular expression. 10 How to converting a Regular Expression directly to a DFA. explain with one example. UNIT -3-SYNTAX ANALYSIS 2 MARK QUESTIONS 1 Write the rule to eliminate left recursion in a grammar. Prepare and Eliminate the left for the grammar recursion

S Aa b A Ac Sd ε 2 Define handle pruning. 3 Define Phrase level error recovery? 4 Describe the concepts of Predictive parsing and shift reduce parsing? 5 Differentiate Top Down parsing and Bottom Up parsing? 6 Define Recursive Descent Parsing? 7 List out the properties of parse tree? 8 Compare and contrast top down parsing with bottom up parsing techniques. 9 Solve the following grammar is ambiguous: S asbs / bsas / 10 Define kernel and non-kernel items(btl-1) 11 Difference between ambiguous and unambiguous grammar. 12 Define parser. Explain the advantages and disadvantages of LR parsing? 13 Solve FIRST and FOLLOW by use the LL(1) grammar? 14 the conflicts encountered while parsing? 15 Explain the categories of shift reduce parsing. 16 How to create an input and output translator with YACC. 17 Describe the Error recovery scheme in yacc. 18 What is the main idea of Left factoring? Give an example.(b 19 Discuss the topic on closure operation. 20 Examine what approach would you use in Panic mode error recovery? 16 MARK QUESTIONS 1 Consider the following grammar S AS b A SA a. construct the SLR parse table for the grammar. Show the actions of the parser for the input string abab.

2 (i). What is an ambiguous and un ambiguous grammar? the following grammar is ambiguous or not. E E+E E*E (E) id. (ii). Prepare the following grammar is LL(1) but not SLR(1). S AaAb BbBa A B 3 (i).illustrate the predictive parser for the following grammar. S (L) a L L, S S (ii)., Is it possible, by modifying the grammar in any way to construct predictive parser for the language of S SS + SS * a the string aa+ a * 4 predictive parsing table and parse the string id+id*id. E E+T T T T*F F F (E) id 5 Define SLR(1) parser. Predict the following grammar for generate the SLR parsing table. E E+T T T T*F F F F* a b 6 the following grammar is a LR(1) grammar and

construct LALR parsing table. S Aa bac dc bda A d.parse the input string bdc. Using table generated by you. (ii).describe the conflicts that may occur during shift reduce parsing. 7 Give the predictive parser for the following grammar. S (L) a 5. L L, S S a) Give a rightmost derivation for (a,(a, a)) and show the handle of each right-sentential form. b) Show the steps of a shift reduce parser. 8 (i).define YACC parser generator? List out the Error recovery actions in YACC? (ii).what are the Error recovery techniques used in Predictive parsing? 9 (i).what are the different kinds of syntax error phased by a program? (ii).list out different error recovery strategies.expalin them. 10 (i).describe the concepts of role of parser? (ii). What are the formal definition of a context-free grammar. UNIT-4-SYNTAX DIRECTED TRANSLATION & RUNTIME ENVIRONMENT 2 MARK QUESTIONS: 1 List out the two rules for type checking. 2 Define Syntax directed definition? 3 Define Annotated parse tree?

4 Define Type checker. 5 Define type expressions. 6 Define type systems. 7 Describe the rule for checking the type of a function. 8 Comparison between synthesized attributes and inherited attributes. 9 Explain about the S-attributed definition? 10 Give the difference between syntax-directed definitions and translation schemes. 11 Generalize the limitations of the static memory allocation? 12 What are the strategies apply in storage allocations? 13 Differentiate between stack and Heap allocation. 14 the target machine instructions to implement the call statement in static allocation. 15 Distinguish between static vs Dynamic storage allocation. 16 Test whether the following rules are L-attribute or not? Semantic rules A.s = B.b; B.i = f(c.c,a.s) 17 Describe the main idea of Activation tree? 18 Explain the fields in an Activation record.

19 Examine allocate the data of Fortan language? 20 Discuss the concepts of static allocation. 16 MARK QUESTIONS 1 (i).discuss in detail about the Syntax Directed Definitions. (ii).discuss in detail about the specification of simple type checker 2 (i). the expressions for the SDD annotated parse tree for the following expressions. a) 3 * 5 + 4n b) 3 * 5. (ii).explain a type checker which can handle expressions, statements and functions. 3 Suppose that we have a production A BCD. Each of the four nonterminal A, B, C and D have two attributes: s is a synthesized attribute and i is an inherited attribute. For each of the sets of rules below tell whether (i) the rules are consistent with an S-attributed definition (ii) the rules are consistent with an L-attributed definition and (iii) whether the rules are consistent with any evaluation order at all? a) A.s = B.i + C.s b) A.s = B.i + C.s and D.i = A.i + B.s. 4 the S-attributed definition and constructs syntax trees for a simple expression grammar involving only the binary operators + and -. As usual, these operators are at the same precedence level and are jointly left associative. All nonterminal have one synthesized attribute node, which represents a node of the syntax tree. Production: E E 1 + T,E T, T ( E),T id/ num.

5 (i).discuss in detail about Syntax-Directed translation schemes. (ii).how names can be looked up in the symbol table? discuss 6 (i).develop a quicksort algorithm for reads nine integers into an array a and sorts them by using the concepts of activation tree. (ii). Generalize the concepts of Type checking. 7 (i). How to a design a calling sequences and analyze the principles of activation records. (ii). Construct the unification algorithm by apply the type checking concepts. & 8 (i).what are the uses of symbol-table? Describe the symbol table storage allocation information. (ii).comparison with tabulate between heap,stack and static allocation. 9 (i).describe the concepts of Storage allocation in FORTAN. (ii).describe in detail about dynamic storage allocation 10 (i).describe the source language issues in detail. (ii).describe in detail about storage organization UNIT-5-CODE OPTIMIZATION AND CODE GENERATION 2 MARK QUESTIONS: 1 List out the examples of function preserving transformations? 2 How would you examine the dummy blocks with no statements indicated in global data flow analysis? 3 Name of the techniques in loop optimization.

4 How to solve the loop unrolling for given program. Int x; For( x =0; x<100;x++) { Delete(x); }. 5 Explain the applications of DAG 6 Define constant folding? 7 List out the properties of optimizing compilers? 8 Define the term data flow analysis? 9 Define live variable. 10 What is DAG? Point out advantages of DAG. 11 Describe the techniques of structure preserving transformations? 12 Discuss the concepts of basic blocks and flow graphs. 13 Give the main idea of dead code elimination. 14 Prepare the total cost of the following target code. MOV a, R 0 ADD b, R 0 MOV C, R 0 ADD R 0, R 1 MOV R 1, X 15 Construct and explain the DAG for the following basic block. d:= b * c e:= a+ b b:=b*c

a:=e-d. 16 How would you solve the issues in the design of code generators? 17 the minimum cost instruction sequence for a statement a= b+c. 18 Prepare and eliminate the common sub expression from the basic block. a:=b+c b:=a-d c:=b+c d:=a-d 19 Comparison between Register allocation and register assignment. 20 Discuss the topic on algebraic transformations? 16 MARK QUESTIONS 1 (i).generalize the process of optimization of basic blocks. Give an example. (ii). Generalize the concept of register allocation and assignment 2 Define a DAG. Construct a DAG and Discover the sequence of instructions for a+a*(b-c)+(b-c)*d. 3 (i).explain in detail about the various issues in code generation with examples. (ii).explain the data flow analysis of structured programs 4 (i).explain in detail about global data flow analysis. (ii).for the code SUM = 0

do 10 i=1,n 10 SUM + a(i) * a(i). Write the following (i).three address code (ii). Local common sub expression elimination. (iii).reduction in strength. 5 (i). and Generate code for the following assignment using the code generator algorithms (a-b) + (a-c) + (a-c). (ii).explain the concepts of global common sub expression elimination. 6 Optimize and develop this code by eliminating common sub expression, performing reduction in strength on induction variables and eliminating all the induction variable you can. t 6 = 4 * i x = a[t 6 ] t 7 = 4 * i t 8 = 4*j t 9 = a[t 8 ] a[t 7 ] = t 9 t 10 = 4*j a[t 10 ] = x goto B2. B2 : i = i+1 t 2 = 4 * i t 3 = a[t 2] if t 3 < a[t 1 ] goto B2. 7 (i).discuss the code generation phase with simple code generation algorithm. (ii).discuss the various peephole optimization in detail 8 (i).define dataflow analysis? List out the procedures to

analyze the data flow of structured programs? (ii).describe in detail about control flow analysis. 9 Describe the common examples of function preserving transformations and loop optimization process? 10 (i).describe the efficient data flow algorithms in detail. (ii).describe in detail about code improving transformations