UGC-NET | UGC NET CS 2017 Jan – III | Question 2
Which of the following is incorrect for virtual memory?
(A) Large programs can be written
(B) More I/O is required
(C) More addressable memory available
(D) Faster and easy swapping of process
Answer: (B)
Explanation:
- We can write large program when we have memory extension.
- Less I/O requirement in case of virtual memory.
- More addressable memory available with virtual memory
- Faster and easy swapping of process with the help of page replacement policy in virtual memory.
So, option (B) is correct.
For more information on virtual memory Refer:Virtual Memory | Operating System
Quiz of this Question
Please Login to comment...