

InterviewSolution
Saved Bookmarks
1. |
Memory organization in which users write programs in modules with different characteristics.(a) Physical(b) Logical(c) Structural(d) SimpleThe question was posed to me by my college professor while I was bunking the class.My question comes from Memory Management in section Operating Systems of Computer Fundamentals |
Answer» RIGHT choice is (B) Logical The explanation is: The answer is Logical. To handle user programs PROPERLY, the operating system and the hardware should support a basic form of MODULE to provide PROTECTION and sharing. |
|