WAEC - Computer Studies (2024 - No. 25)

In computer programming, it is advised to translate source code into intermediate code to 
change the analysis portion for different compilers.
ensure that full native compiler is used for every new machine that will run the program.
make it easier to apply the source code modifications to improve code performance.
make the synthesis part of the compiler target-machine dependent.

Explanation

C:  
Translating source code into intermediate code makes it easier to apply source code modifications to improve code performance.  

Comments (0)

Advertisement