InterviewSolution
Saved Bookmarks
| 1. |
The assembler stores all the names and their corresponding values in ______(a) Special purpose Register(b) Symbol Table(c) Value map Set(d) None of the mentionedThis question was addressed to me in an online quiz.Question is taken from Assembly Language topic in section Machine Instructions and Programs of Computer Architecture |
|
Answer» RIGHT choice is (b) Symbol Table To explain I WOULD say: The table where the assembler stores the variable names ALONG with their CORRESPONDING MEMORY locations and values. |
|