Search This Blog

Friday, August 27, 2010

Assignment - 1 Language Processor

1) Define following terms.

a. Specification gap

b. Execution gap

c. Language processor

d. Language processing

e. Forward reference

f. Language processor pass

g. Intermediate Representation(IR)

h. Grammer

i. Binding

j. Static binding

k. Dynamic binding

2) Explain fundamentals of language processing with an example of general model of compiler.

3) If you have given following grammar:

< Sentence > = < Noun Phrase > < Verb Phrase >

< Noun Phrase > = < Article > < Noun>

< Article > = a | an | the

< Noun > = Government | College

< Verb > = made

Find: (I) IF the input string is “the Government made a college” then perform reduction operation stepwise. Generate syntax tree for same.

4) Write classification of a grammar.

5) Explain Language processor development tools.

No comments:

Post a Comment