edited by
863 views

1 Answer

0 votes
0 votes

The translation from symbolic program into binary is done in Two passes.

It is done by Assembler.

The Assembler scans the symbolic program twice.

In 1st pass Assembler generates an 'Address-Symbol Table' that connects all user-defined address symbols with their binary equivalent value.

& in 2nd pass Binary translation is done.

edited by
Answer:

Related questions

0 votes
0 votes
1 answer
1
gatecse asked Mar 2, 2018
923 views
A system program that set up an executable program in main memory ready for execution is _____ .LoaderLinkerAssemblerLoad and go
0 votes
0 votes
1 answer
2
gatecse asked Mar 2, 2018
355 views
In an absolute loading scheme, which of the following loader function is accomplished by programmer ?AllocationReallocationLinkingBoth A and C
0 votes
0 votes
2 answers
3
gatecse asked Mar 2, 2018
756 views
Bluetooth uses ____ method in physical layer to avoid interference from other devices or other networksFHSSFDSSTDSNone of the above
0 votes
0 votes
1 answer
4
gatecse asked Mar 2, 2018
387 views
In which of the following search agent operates by interleaving computation and action?Offline searchOnline searchBreadth first searchDepth first search