edited by
926 views

1 Answer

0 votes
0 votes

A system program that setup an executable program in main memory ready for execution is Loader. option A)

A Loader is a utility program that sets up an executable program in main memory ready for execution. This is the final sage of the compiling / assembly process. A loader is a program that loads the machine codes of memory. It accepts programs in absolute or re-locatable formats. It is a 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.

edited by
Answer:

Related questions

0 votes
0 votes
1 answer
1
gatecse asked Mar 2, 2018
357 views
In an absolute loading scheme, which of the following loader function is accomplished by programmer ?AllocationReallocationLinkingBoth A and C
0 votes
0 votes
1 answer
2
gatecse asked Mar 2, 2018
870 views
The translation from symbolic program into binary is done in ____ .Two passesDirectlyThree passesFour passes
0 votes
0 votes
2 answers
3
gatecse asked Mar 2, 2018
760 views
Bluetooth uses ____ method in physical layer to avoid interference from other devices or other networksFHSSFDSSTDSNone of the above
0 votes
0 votes
1 answer
4
gatecse asked Mar 2, 2018
392 views
In which of the following search agent operates by interleaving computation and action?Offline searchOnline searchBreadth first searchDepth first search