IDE - Editor & Assembler - MCQs with answers
IDE - Editor & Assembler - MCQs with answers
1. Which development tool / program has the potential to allocate the specific addresses so as to load the object code into memory?a. Loader
b. Locator
c. Library
d. Linker
View Answer / Hide Answer 2. The assembler list file generated by an assembler mainly includes ________a. binary codes
b. assembly language statements
c. offset for each instruction
d. all of the above
View Answer / Hide AnswerANSWER: d. all of the above
3. Which kind of assembler do not generate the programs in similar language as that used by micro-controllers by developing the program in high-level languages making them as machine independent?a. Macro Assembler
b. Cross Assembler
c. Meta Assembler
d. All of the above
View Answer / Hide AnswerANSWER: b. Cross Assembler
4. What kind of address/es is /are usually assigned to program by the linker adopted in an execution of assembler?a. Absolute Address
b. Relative Address starting from unity
c. Relative Addresss starting from zero
d. None of the above
View Answer / Hide AnswerANSWER: c. Relative Addresss starting from zero