Multiple choice Which one is NOT a function of a loader? Allocate space in memory for programs Physically place the machine instructions and data into memory Resolve symbolic references between objects modules None of above Reveal answer Fill a bubble to check yourself D Correct answer Explanation All above are the functions of loader. Basically, loader have four functions as follows : - Allocate space in memory for programs Resolve symbolic references between objects modules Physically place the machine instructions and data into memory Adjust all address dependent location such as address constants, to corresponds to allocated space (relocation)