define dynamic loadingto get better memory-space


Define dynamic loading.

To get better memory-space utilization dynamic loading is used. With dynamic loading, a routine is not loaded unless it is called. All routines are kept on disk in a relocatable load format. The main program is loaded into memory and executed. If the routine requires another routine, the calling routine checks whether the routine has been loaded. If not, the relocatable linking loader is called to load the desired program into memory.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: define dynamic loadingto get better memory-space
Reference No:- TGS0327467

Expected delivery within 24 Hours