Give several motivations for the concept of relocatable loading.
What will be an ideal response?
Relocatable loading allows for more multiprogramming on a system than absolute loading.With absolute loading, two programs that specify overlapping addresses cannot execute at the same time; relocatable loading does not suffer from this problem. Relocatable loading also frees the programmer from specifying where in memory a program must be located, which makes programming easier.
Computer Science & Information Technology
You might also like to view...
When HTML for a page is created, a validator is converted into _________.
a) JavaScript b) C# c) Visual Basic d) None of the above.
Computer Science & Information Technology
What is the syntax and semantics of a programming language?
What will be an ideal response?
Computer Science & Information Technology