Skip to content
Related Articles
Open in App
Not now

Related Articles

Operating Systems | Memory Management | Question 4

Improve Article
Save Article
  • Difficulty Level : Hard
  • Last Updated : 02 Feb, 2013
Improve Article
Save Article

A computer system supports 32-bit virtual addresses as well as 32-bit physical addresses. Since the virtual address space is of the same size as the physical address space, the operating system designers decide to get rid of the virtual memory entirely. Which one of the following is true?
(A) Efficient implementation of multi-user support is no longer possible
(B) The processor cache organization can be made more efficient now
(C) Hardware support for memory management is no longer needed
(D) CPU scheduling can be made more efficient now


Answer: (C)

Explanation: For supporting virtual memory, special hardware support is needed fromĀ Memory Management Unit. Since operating system designers decide to get rid of the virtual memory entirely, hardware support for memory management is no longer needed

My Personal Notes arrow_drop_up
Related Articles

Start Your Coding Journey Now!