InterviewSolution
Saved Bookmarks
| 1. |
What is the advantage of dynamic loading?(a) A used routine is used multiple times(b) An unused routine is never loaded(c) CPU utilization increases(d) All of the mentionedThe question was asked by my school teacher while I was bunking the class.I'd like to ask this question from Memory Management in section Memory Management of Operating System |
|
Answer» Right CHOICE is (b) An unused routine is never loaded |
|