SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

MISCELLANEOUS

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?
A
Linker
B
Loader
C
Editor
D
Variable Watch
Explanation: 

Detailed explanation-1: -A program loaded into memory and executing is called a process. In simple, a process is a program in execution.

Detailed explanation-2: -For a program to execute as a process, it has to be loaded into memory via a program loader. The executable file that contains the program consists of several sections that identify different regions of the program and where they should be loaded into memory.

There is 1 question to complete.