

InterviewSolution
Saved Bookmarks
1. |
Virtual Memory can be implemented via __________(a) Demand Paging(b) Logical paging(c) Structural way(d) Simple divisionThe question was posed to me at a job interview.The origin of the question is Virtual Memory in division Operating Systems of Computer Fundamentals |
Answer» CORRECT answer is (a) DEMAND Paging The EXPLANATION is: Demand paging can implement VIRTUAL memory. Another way is demand segmentation. |
|