adplus-dvertising
frame-decoration

Question

A single two pass assembler does which of the following in the first pass

a.

It allicates space for the literals

b.

It computes the total length of the program

c.

It builds the symbol table for the symbols and their values

d.

all of the above

Answer: (d).all of the above

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. A single two pass assembler does which of the following in the first pass

Similar Questions

Discover Related MCQs

Q. Which of the following is not a function of pass1 of an assembler

Q. An Assembler converts

Q. ____ converts the programs written in assembly language into machine instructions .

Q. The instructions like MOV or ADD are called as ______ .

Q. Instructions which wont appear in the object program are called as _____ .

Q. The assembler stores all the names and their corresponding values in ______ .

Q. When dealing with the branching code, the assembler

Q. The last statement of the source program should be _______ .

Q. _____ directive specifies the end of execution of a program .

Q. In a two-pass assembler, the task of the Pass II is to

Q. Address symbol table is generated by the

Q. Which of these features of assembler are Machine-Dependent ?

Q. In a two pass assembler pseudo code,equ is to be evaluated during

Q. The translator used by second generation languages is?

Q. A simple two-pass assembler does which of the following in the first pass ?

Q. In analyzing the compilation of PL/I program, the term "Machine independent optimization" is assosiated with

Q. In analyzing the compilation of PL/I program the description " resolving symbolic address ( lables ) and generating machine language " is associated with

Q. In analyzing the compilation of PL/I program the description " creation of more optimal matrix " is assosiated with

Q. In a single pass assembler, most of the forward references can be avoided by putting the restriction

Q. Which of the following translation program converts assembly language programs to object program