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

Module Test Question

Uploaded by

mihirgt21hcompe
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)
5 views1 page

Module Test Question

Uploaded by

mihirgt21hcompe
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

Module 3 (Date: 1/3/2024)

1. Explain the working of a single pass-macro processor with a neat flow chart .
2. Explain different features of macro with suitable examples.
3. What is Macro call, Macro expansion, Macro definition?

Module 4 (Date: 11/3/2024)


1. Explain the design of a direct linking loader.
2. What are the function of the loader?
3. Explain dynamic linking loader in detail.

Module 5 (Date: 22/3/2024)


1. Explain different phases of the compiler with suitable examples.
2. Test whether the following grammar is LL(1) or not.if it is LL(1),Construct Parsing table
for the same.

3. Generate Three address code.


For(i=0;i<10;i++)
{
If (i<5)
a=b+c*3;
else
x=y+z;
}

4. List the advantages and disadvantages of operator precedence parsing.


5. Differentiate Top-down and Bottom up parsing techniques.

Module 6 (Date:5/4/2014)
1. Explain loop optimization techniques with examples.
2. What are the different ways of representing Intermediate code? Explain with suitable
examples.
3. Explain different issues in the code generation phase of the compiler.
4. Write Short note on: 1] Peephole Optimization 2]

You might also like