retagged by
1,812 views

6 Answers

5 votes
5 votes
Lexical analyser uses the regular expressions as defined by the language specification to output a set of tokens for the synatax analyser whose output is a systax tree after matching the syntax.

So, answer is D.

Option B is not wrong as each token can be considered a string of tokens, but D is a better choice.
1 votes
1 votes
Output of Lexical analyzer is set of tokens

So D is correct.
0 votes
0 votes
Lexical analyzer scans whole source program character by character and produces the set of tokens

So the answer is D
Answer:

Related questions

4 votes
4 votes
3 answers
1
admin asked Mar 31, 2020
4,285 views
The identification of common sub-expression and replacement of run time computations by compile-time computations is:Local optimizationConstant foldingLoop OptimizationDa...
0 votes
0 votes
1 answer
2
admin asked Mar 31, 2020
1,612 views
The structure or format of data is calledSyntaxStructSemanticnone of the above
0 votes
0 votes
1 answer
3
admin asked Mar 31, 2020
1,692 views
The graph that shows basic blocks and their successor relationship is called:DAGControl graphFlow graphHamiltonian graph
1 votes
1 votes
4 answers
4
admin asked Mar 31, 2020
1,099 views
A top down parser generatesLeft most derivationRight most derivationLeft most derivation in reverseRight most derivation in reverse