SlideShare a Scribd company logo
1 of 2
Download to read offline
ANNA UNIVERSITY – 2007
B.E/B.TECH MODEL EXAMINATION
PROPULSION-II
(AERONAUTICAL ENGINEERING)
TIME-3HOUR
MARK-100
ANSWER ALL QUESTIONS
PARTPARTPARTPART –––– A (10 X 2 = 20 MARKSA (10 X 2 = 20 MARKSA (10 X 2 = 20 MARKSA (10 X 2 = 20 MARKS))))
1. Explain the difference between Impulse and reaction blade.
2. How will you classify turbine blade cooling?
3. Draw T-S diagram of Ramjet Engine.
4. Name the components in Pulse Jet Engine.
5. Describe briefly three important application of rocket propulsion
6. Define specific propellant consumption.
7. What are the types of propellant injector?
8. Name any two properties of liquid propellant.
9. Define thrust coefficient.
10. Explain the principles of Nuclear propulsion?
PARTPARTPARTPART –––– B (5 X 16 = 80 MARKS)B (5 X 16 = 80 MARKS)B (5 X 16 = 80 MARKS)B (5 X 16 = 80 MARKS)
11. Draw the transition diagram for the lexical analyzer that recognize the following tokens. Identifiers, relational
operators. Use the following rules to form the identifier
• begins with an alphabet
• consists of alphabets, digits and hyphen
• should not end with an hyphen
• not two hyphens appear together
12.a) Draw the NFA for the following regular expression using Thompson’s Construction and then convert it into an
equivalent DFA. (a/b) * (a/c) * b
(OR)
12.b)i) List the tasks performed by a lexical analyzer
ii) Give the complete algorithm that takes a NFA and converts it into an equivalent DFA.
13.a) Remove left recursion from the following grammar and build the predictive parsing table.
S ? (L) ¦a
L ? (L, S) ¦S
(OR)
13.b) Build LR(1) parsing table for the grammar: S ? Aa ¦bAc ¦Bc ¦bBa
A ? d
B ? d
14.a) Write down the translation scheme for generating three address code for evaluating Boolean expressions using
back patching. Explain the attributes used. Use the above and generate three address code for:
While ( (ad) ) do
begin
if(p=q) then p = 1
else p = 2
While (p>q) do
Begin
P: = x+y
q: = x-y
end
end
(OR)
14.b) Explain how declarations are processed by the computer. Take into consideration nested procedures also. Explain
clearly the attributes used. Show with an example how the symbol tables are formed.
15.a)i) Explain how ‘next use’ information about names in basic blocks can be collected.
ii) Discuss about the actions performed by a simple code generator while generating code for a typical three-address
statement of a form x: = y op z.
(OR)
15.b)i) Write the syntax directed definition that computers and prints the post-fix equivalent of the given infix
expression.
ii) Write down the unambiguous CFG for generating Boolean expressions.

More Related Content

What's hot

Math(F5) Gradient And Area Under A Graph 6.2
Math(F5) Gradient And Area Under A Graph 6.2Math(F5) Gradient And Area Under A Graph 6.2
Math(F5) Gradient And Area Under A Graph 6.2
roszelan
 
22. trig identitiessumdiffsinecosinetouchpad
22. trig identitiessumdiffsinecosinetouchpad22. trig identitiessumdiffsinecosinetouchpad
22. trig identitiessumdiffsinecosinetouchpad
Media4math
 
Math(F5) Gradient And Area Under A Graph
Math(F5)  Gradient And Area Under A GraphMath(F5)  Gradient And Area Under A Graph
Math(F5) Gradient And Area Under A Graph
roszelan
 
ISMRM 2009, Honolulu
ISMRM 2009, HonoluluISMRM 2009, Honolulu
ISMRM 2009, Honolulu
gzferl
 
Amiina bakunowicz:GC Pedestrian Bridge
Amiina bakunowicz:GC Pedestrian BridgeAmiina bakunowicz:GC Pedestrian Bridge
Amiina bakunowicz:GC Pedestrian Bridge
ArchiLab 7
 

What's hot (20)

Math(F5) Gradient And Area Under A Graph 6.2
Math(F5) Gradient And Area Under A Graph 6.2Math(F5) Gradient And Area Under A Graph 6.2
Math(F5) Gradient And Area Under A Graph 6.2
 
[Question Paper] Microprocessor and Microcontrollers (Revised Course) [Octobe...
[Question Paper] Microprocessor and Microcontrollers (Revised Course) [Octobe...[Question Paper] Microprocessor and Microcontrollers (Revised Course) [Octobe...
[Question Paper] Microprocessor and Microcontrollers (Revised Course) [Octobe...
 
Algorithm to count number of disjoint paths
Algorithm to count number of disjoint pathsAlgorithm to count number of disjoint paths
Algorithm to count number of disjoint paths
 
Karnaugh maps
Karnaugh mapsKarnaugh maps
Karnaugh maps
 
Notesheet emacs
Notesheet emacsNotesheet emacs
Notesheet emacs
 
22. trig identitiessumdiffsinecosinetouchpad
22. trig identitiessumdiffsinecosinetouchpad22. trig identitiessumdiffsinecosinetouchpad
22. trig identitiessumdiffsinecosinetouchpad
 
1
11
1
 
Inverse Laplace Transform
Inverse Laplace TransformInverse Laplace Transform
Inverse Laplace Transform
 
Design the implementation of Anytime D Star on an Occupancy Grid
Design the implementation of Anytime D Star on an Occupancy GridDesign the implementation of Anytime D Star on an Occupancy Grid
Design the implementation of Anytime D Star on an Occupancy Grid
 
Math(F5) Gradient And Area Under A Graph
Math(F5)  Gradient And Area Under A GraphMath(F5)  Gradient And Area Under A Graph
Math(F5) Gradient And Area Under A Graph
 
ISMRM 2009, Honolulu
ISMRM 2009, HonoluluISMRM 2009, Honolulu
ISMRM 2009, Honolulu
 
Circuloapp
CirculoappCirculoapp
Circuloapp
 
Stack
StackStack
Stack
 
Programmable Logic Array
Programmable Logic Array Programmable Logic Array
Programmable Logic Array
 
Block Diagram Reduction
Block Diagram ReductionBlock Diagram Reduction
Block Diagram Reduction
 
Strongly Connected Components
Strongly Connected Components Strongly Connected Components
Strongly Connected Components
 
JGrass-NewAge probabilities forward component
JGrass-NewAge probabilities forward component JGrass-NewAge probabilities forward component
JGrass-NewAge probabilities forward component
 
A blast from the past
A blast from the pastA blast from the past
A blast from the past
 
Amiina bakunowicz:GC Pedestrian Bridge
Amiina bakunowicz:GC Pedestrian BridgeAmiina bakunowicz:GC Pedestrian Bridge
Amiina bakunowicz:GC Pedestrian Bridge
 
JGrass-NewAge water budget
JGrass-NewAge water budget JGrass-NewAge water budget
JGrass-NewAge water budget
 

Viewers also liked (10)

Inauguração Ibicaraí
Inauguração IbicaraíInauguração Ibicaraí
Inauguração Ibicaraí
 
About dr. jose rizal
About dr. jose rizalAbout dr. jose rizal
About dr. jose rizal
 
Cap scocom
Cap scocomCap scocom
Cap scocom
 
Untitled Presentation
Untitled PresentationUntitled Presentation
Untitled Presentation
 
BoysBasketball_McFThistleElkhorn1415
BoysBasketball_McFThistleElkhorn1415BoysBasketball_McFThistleElkhorn1415
BoysBasketball_McFThistleElkhorn1415
 
Grinding bead diameter
Grinding bead diameterGrinding bead diameter
Grinding bead diameter
 
19 α. η κυριακη προσευχη αντίγραφο
19 α. η κυριακη προσευχη   αντίγραφο19 α. η κυριακη προσευχη   αντίγραφο
19 α. η κυριακη προσευχη αντίγραφο
 
МОНГОЛЫН ЗАЛУУЧУУДЫН ХОЛБООНЫ V ИХ ХУРЛЫН ҮНДСЭН ИЛТГЭЛ ЕРӨНХИЙЛӨГЧ АЮУШИЙН М...
МОНГОЛЫН ЗАЛУУЧУУДЫН ХОЛБООНЫ V ИХ ХУРЛЫН ҮНДСЭН ИЛТГЭЛ ЕРӨНХИЙЛӨГЧ АЮУШИЙН М...МОНГОЛЫН ЗАЛУУЧУУДЫН ХОЛБООНЫ V ИХ ХУРЛЫН ҮНДСЭН ИЛТГЭЛ ЕРӨНХИЙЛӨГЧ АЮУШИЙН М...
МОНГОЛЫН ЗАЛУУЧУУДЫН ХОЛБООНЫ V ИХ ХУРЛЫН ҮНДСЭН ИЛТГЭЛ ЕРӨНХИЙЛӨГЧ АЮУШИЙН М...
 
кастинг
кастингкастинг
кастинг
 
Geriatric care
Geriatric careGeriatric care
Geriatric care
 

Similar to Propulsion ii

Similar to Propulsion ii (20)

7th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...
7th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...7th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...
7th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...
 
7th Semester Electronics and Communication Engineering (Dec-2015; Jan-2016) Q...
7th Semester Electronics and Communication Engineering (Dec-2015; Jan-2016) Q...7th Semester Electronics and Communication Engineering (Dec-2015; Jan-2016) Q...
7th Semester Electronics and Communication Engineering (Dec-2015; Jan-2016) Q...
 
2nd Semester M Tech: VLSI Design and Embedded System (June-2016) Question Papers
2nd Semester M Tech: VLSI Design and Embedded System (June-2016) Question Papers2nd Semester M Tech: VLSI Design and Embedded System (June-2016) Question Papers
2nd Semester M Tech: VLSI Design and Embedded System (June-2016) Question Papers
 
CS8391 Data Structures Part B Questions Anna University
CS8391 Data Structures Part B Questions Anna UniversityCS8391 Data Structures Part B Questions Anna University
CS8391 Data Structures Part B Questions Anna University
 
2nd Semester M Tech: Structural Engineering (June-2015) Question Papers
2nd  Semester M Tech: Structural Engineering  (June-2015) Question Papers2nd  Semester M Tech: Structural Engineering  (June-2015) Question Papers
2nd Semester M Tech: Structural Engineering (June-2015) Question Papers
 
6th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...
6th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...6th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...
6th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...
 
System software
System softwareSystem software
System software
 
2nd Semester M Tech: Computer Science and Engineering (Jun-2016) Question Pa...
2nd  Semester M Tech: Computer Science and Engineering (Jun-2016) Question Pa...2nd  Semester M Tech: Computer Science and Engineering (Jun-2016) Question Pa...
2nd Semester M Tech: Computer Science and Engineering (Jun-2016) Question Pa...
 
7th Semester (June; July-2015) Computer Science and Information Science Engin...
7th Semester (June; July-2015) Computer Science and Information Science Engin...7th Semester (June; July-2015) Computer Science and Information Science Engin...
7th Semester (June; July-2015) Computer Science and Information Science Engin...
 
Cs6660 compiler design may june 2017 answer key
Cs6660 compiler design may june 2017  answer keyCs6660 compiler design may june 2017  answer key
Cs6660 compiler design may june 2017 answer key
 
2013-June: 5th Semester CSE / ISE Question Papers
2013-June: 5th  Semester CSE / ISE Question Papers2013-June: 5th  Semester CSE / ISE Question Papers
2013-June: 5th Semester CSE / ISE Question Papers
 
5th Semester CS / IS (2013-June) Question Papers
5th Semester CS / IS (2013-June) Question Papers5th Semester CS / IS (2013-June) Question Papers
5th Semester CS / IS (2013-June) Question Papers
 
17414 industrial instrumentation
17414   industrial instrumentation17414   industrial instrumentation
17414 industrial instrumentation
 
8th Semester Electronic and Communication Engineering (June/July-2015) Questi...
8th Semester Electronic and Communication Engineering (June/July-2015) Questi...8th Semester Electronic and Communication Engineering (June/July-2015) Questi...
8th Semester Electronic and Communication Engineering (June/July-2015) Questi...
 
6th semester Computer Science and Information Science Engg (2013 December) Qu...
6th semester Computer Science and Information Science Engg (2013 December) Qu...6th semester Computer Science and Information Science Engg (2013 December) Qu...
6th semester Computer Science and Information Science Engg (2013 December) Qu...
 
5th semester Computer Science and Information Science Engg (2013 December) Qu...
5th semester Computer Science and Information Science Engg (2013 December) Qu...5th semester Computer Science and Information Science Engg (2013 December) Qu...
5th semester Computer Science and Information Science Engg (2013 December) Qu...
 
5th Semester (June; July-2015) Computer Science and Information Science Engin...
5th Semester (June; July-2015) Computer Science and Information Science Engin...5th Semester (June; July-2015) Computer Science and Information Science Engin...
5th Semester (June; July-2015) Computer Science and Information Science Engin...
 
2nd Semester M Tech: Computer Science and Engineering (June-2015) Question Pa...
2nd Semester M Tech: Computer Science and Engineering (June-2015) Question Pa...2nd Semester M Tech: Computer Science and Engineering (June-2015) Question Pa...
2nd Semester M Tech: Computer Science and Engineering (June-2015) Question Pa...
 
2nd Semester M Tech: CMOS VLSI Design (June-2015) Question Papers
2nd Semester M Tech: CMOS VLSI Design (June-2015) Question Papers2nd Semester M Tech: CMOS VLSI Design (June-2015) Question Papers
2nd Semester M Tech: CMOS VLSI Design (June-2015) Question Papers
 
Dsp ic(2) jan 2013
Dsp ic(2) jan 2013Dsp ic(2) jan 2013
Dsp ic(2) jan 2013
 

Propulsion ii

  • 1. ANNA UNIVERSITY – 2007 B.E/B.TECH MODEL EXAMINATION PROPULSION-II (AERONAUTICAL ENGINEERING) TIME-3HOUR MARK-100 ANSWER ALL QUESTIONS PARTPARTPARTPART –––– A (10 X 2 = 20 MARKSA (10 X 2 = 20 MARKSA (10 X 2 = 20 MARKSA (10 X 2 = 20 MARKS)))) 1. Explain the difference between Impulse and reaction blade. 2. How will you classify turbine blade cooling? 3. Draw T-S diagram of Ramjet Engine. 4. Name the components in Pulse Jet Engine. 5. Describe briefly three important application of rocket propulsion 6. Define specific propellant consumption. 7. What are the types of propellant injector? 8. Name any two properties of liquid propellant. 9. Define thrust coefficient. 10. Explain the principles of Nuclear propulsion? PARTPARTPARTPART –––– B (5 X 16 = 80 MARKS)B (5 X 16 = 80 MARKS)B (5 X 16 = 80 MARKS)B (5 X 16 = 80 MARKS) 11. Draw the transition diagram for the lexical analyzer that recognize the following tokens. Identifiers, relational operators. Use the following rules to form the identifier • begins with an alphabet • consists of alphabets, digits and hyphen • should not end with an hyphen • not two hyphens appear together 12.a) Draw the NFA for the following regular expression using Thompson’s Construction and then convert it into an equivalent DFA. (a/b) * (a/c) * b (OR) 12.b)i) List the tasks performed by a lexical analyzer ii) Give the complete algorithm that takes a NFA and converts it into an equivalent DFA. 13.a) Remove left recursion from the following grammar and build the predictive parsing table. S ? (L) ¦a L ? (L, S) ¦S (OR) 13.b) Build LR(1) parsing table for the grammar: S ? Aa ¦bAc ¦Bc ¦bBa A ? d B ? d
  • 2. 14.a) Write down the translation scheme for generating three address code for evaluating Boolean expressions using back patching. Explain the attributes used. Use the above and generate three address code for: While ( (ad) ) do begin if(p=q) then p = 1 else p = 2 While (p>q) do Begin P: = x+y q: = x-y end end (OR) 14.b) Explain how declarations are processed by the computer. Take into consideration nested procedures also. Explain clearly the attributes used. Show with an example how the symbol tables are formed. 15.a)i) Explain how ‘next use’ information about names in basic blocks can be collected. ii) Discuss about the actions performed by a simple code generator while generating code for a typical three-address statement of a form x: = y op z. (OR) 15.b)i) Write the syntax directed definition that computers and prints the post-fix equivalent of the given infix expression. ii) Write down the unambiguous CFG for generating Boolean expressions.