Which of these statements about assemblers is/are true?
(select all that apply - there may be more than one correct answer)
A.
Assemblers must be written in machine language, otherwise the computer won’t understand it.
B.
The assembler translates assembly language to machine language.
C.
The assembler enters a symbol into the table only when that symbol has not appeared before.
D.
The first pass of the assembler translates all of the commands, and the second pass keeps the labels and variables in a symbol table.
E.
The first pass of the assembler translates the labels into a symbol table and the second pass translates all the other commands.
Q:- Which of these statements about assemblers is/are true?
A. Assemblers must be written in machine language, otherwise the computer won’t understand it.
B. The assembler translates assembly language to machine language.
C. The assembler enters a symbol into the table only when that symbol has not appeared before.
D. The first pass of the assembler translates all of the commands, and the second pass keeps the labels and variables in a symbol table.
E. The first pass of the assembler translates the labels into a symbol table and the second pass translates all the other commands.
Answer:------
B. The assembler translates assembly language to machine
language.
C. The assembler enters a symbol into the table only when that
symbol has not appeared before.
E. The first pass of the assembler translates the labels
into a symbol table and the second pass translates all the other
commands.
Get Answers For Free
Most questions answered within 1 hours.