0 of 10 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 10 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Which of the following are stages of the ‘Compilation Process’?
Which of the following is the correct name of the stage in the compilation process where “the compiler checks that the code has been written in accordance with the rules of the programming language”?
Which of the following is the correct name of the stage in the compilation process where “the code is cleaned of any unnecessary characters and split into tokens”?
Which of the following is the correct name of the stage in the compilation process where “the source code is converted into object code and optimised”?
What is the common name given to the machine code that is produced after source code is translated but before any required libraries are joined?
What is the common name given to the machine code that is produced after source code is translated and after the required libraries are joined?
What is the name of the ‘linker’, which links any required library code to the program’s main code to produce the program’s executable file?
What is the name of the ‘linker’, which links up required library code at run-time?
Which of the following is an advantage of ‘Dynamic Linkers’?
Which of the following is an advantage of ‘Static Linkers’?