Loader is used by operating system at _____ of a program.
-
compile time
-
code optimization time
-
execution time
-
text editing time
-
none of the above
C
Correct answer
Explanation
Loader uses the compiled and linked program to move it from secondary storage to main memory for its execution by CPU. Hence, it must be required when the program is ready for execution. Option 3 is correct.