COMPUTER SCIENCE AND ENGINEERING
SOFTWARE ENGINEERING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
A program which loads previously compiled code into memory is an example of which type of IDE tool?
|
Linker
|
|
Loader
|
|
Editor
|
|
Variable Watch
|
Explanation:
Detailed explanation-1: -In computer systems a loader is the part of an operating system that is responsible for loading programs and libraries. It is one of the essential stages in the process of starting a program, as it places programs into memory and prepares them for execution.
Detailed explanation-2: -The program which copies the object code into main memory is called a loader.
Detailed explanation-3: -The CPU executes a program that is stored as a sequence of machine language instructions in main memory. It does this by repeatedly reading, or fetching, an instruction from memory and then carrying out, or executing, that instruction.
There is 1 question to complete.