122k views
0 votes
Which of the following statements is NOT true regarding virtual memory?

a. The main objective is to increase the effective capacity of the memory system.
b. The size of the program can be as large as the size of the secondary memory.
c. Program and data are stored in the secondary memory.
d. None of these.

User Skatsumata
by
8.1k points

1 Answer

3 votes

Final answer:

d. None of these.Virtual memory is a technique used to increase the effective capacity of the memory system by allowing larger programs to run. The correct answer is option d. None of these.

Step-by-step explanation:

The correct answer is option d. None of these.

Virtual memory is a technique used by computer operating systems to manage the memory resources of a computer. It allows the computer to use secondary storage (such as a hard disk) as an extension of the computer's main memory. The main objective of virtual memory is to increase the effective capacity of the memory system by allowing larger programs to run.

With virtual memory, the size of the program is not limited to the size of the computer's physical memory. The program and data are stored partly in the main memory and partly in the secondary memory. This allows the computer to run programs that are larger than the available physical memory.

Therefore, all the statements given regarding virtual memory are true. Option d. None of these is not true.

User Joseph McCarthy
by
8.7k points