adplus-dvertising
frame-decoration

Question

syntax analyzer or parser takes the input from a ______________.

a.

Lexical analyser

b.

Syntactic Analyser

c.

Semantic Analyser

d.

None of the mentioned

Answer: (a).Lexical analyser

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. syntax analyzer or parser takes the input from a ______________.

Similar Questions

Discover Related MCQs

Q. Which of these is not true about Symbol Table?

Q. Select a Machine Independent phase of the compiler.

Q. Output file of Lex is _____ , if the input file is Myfile.

Q. Type checking is normally done during?

Q. By whom is the symbol table created?

Q. What does a Syntactic Analyser do?

Q. Semantic Analyser is used for?

Q. Task of the lexical analysis phase is

Q. Which is a permanent database in the general model of compiler

Q. Which table is a permanent databases that has an entry for each terminal symbol ?

Q. The output of lexical analyser is

Q. Machine independent phase of the compiler is

Q. Which of the following is used for grouping of characteristics into tokens ?

Q. which of the following grammer is LR(1) ?

a)A->aAa
A->bAb
A->a
A->b

b)A->aAa
A->aAb
A->c

c)A->A+A
A->a

d)both a and b

Q. Which of the following parser is the most powerful ?

Q. The optimization which avoids test at every iteration is

Q. A parser with valid prefix property is advantageous because it

Q. Back-patching is useful for handling

Q. Access time of the symbol table will be logarithmic,if it is implemented by

Q. A shift reduce parser carries out the actions specified within braces immediately after reducing,with
the corresponding rule of the grammar

s->xxW{print “1”}
s->y{print “2”}
w->sz{print “3”}

what is the translation of “xxxxyzz” ?