Advantage of using assembly language rather than machine language is that
* it is mnemonic and easy to read
* addresses any symbolic not absolute
* introduction of data to program is easier
12) Advantage of using assembly language rather than machine language is that
Answer is:
All of these
Explanation:
Related Compiler Design MCQ with Answers
Answer is:
appears to execute a source program as if it were machine language.
Answer is:
strongly-type languages
Answer is:
is a permanent table which lists all keywords and special symbols of the language in symbolic form
Answer is:
all of these
Explanation:
Advantage of incorporating the macro-processor into pass 1 is that
* many functions have to be implemented twice
* functions are combined and it is not necessary to create intermediate files as output from the macro-processor and input to the assembler.
* more flexibility is available to the programmer in that he may use all the features of the assembler in conjunction with macros.