Moderate

The advantage(s) of incorporating the macro processor into pass 1 is/ are_______________?

Correct answer: D. All of the above

  • A. many functions do not have to be implemented twice
  • B. more flexibility is available to the programmer in which he/she may use all the features of the assembler in conjunction with macros
  • C. Functions are combined and it is not necessary to create intermediate files as output from the macro processor and input to the assembler
  • D. All of the above

Explanation

Integrating macro processing into pass 1 can avoid duplicated functionality, let macros use assembler features, and remove the need for separate intermediate files between macro processing and assembly. Therefore all three stated benefits apply.

Last updated

Practise Software Development Lifecycle

423 free Software Development Lifecycle MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions