Operating Systems Concepts - Engineering

Q1:

In an absolute loading scheme, which loader function is accomplished by assembler.

A Reallocation

B Allocation

C Linking

D Loading

E None of the above

ANS:A - Reallocation

In Absolute Loading :

1) Allocation is done by either programmer or assembler.
2) Linking is done by the programmer or assembler.
3) Resolution is done by the assembler.
4) Simply loading is done by the loader.