edited by
510 views
0 votes
0 votes

In a two pass compiler, during the first pass :

  1. user defined address symbols are correlated with their binary equivalent

  2. the syntax of the statement is checked and mistakes, if any, are listed

  3. object program is generated

  4. semantic of the source program is elucidated

edited by

1 Answer

0 votes
0 votes

In first pass the included phases are as Lexical analyzer, syntax analyzer, semantic analyzer, intermediate code generator are work as front end and analytic part means all phases analyze the High level language and convert them three address code and first pass is platform independent 

Should be B.

Ref: https://www.geeksforgeeks.org/single-pass-two-pass-and-multi-pass-compilers/

Related questions

0 votes
0 votes
1 answer
1
go_editor asked Mar 28, 2020
974 views
A single instruction in an assembly language program contains :one micro operationone macro operationone instruction to be completed in a single pulseone machine code ins...
0 votes
0 votes
1 answer
2
go_editor asked Mar 28, 2020
7,178 views
Absolute loader demands that the programmer needs to know the :start address of the available main memorytotal size of the programactual address of the data locationabsol...
0 votes
0 votes
1 answer
3
go_editor asked Mar 28, 2020
1,565 views
Top-down parsers are predictive parsers, because :next tokens are predictedlength of the parse tree is predicted before handlowest node in the parse tree is predictednext...
0 votes
0 votes
1 answer
4