Virtual memory is
(A) Part of Main Memory only used for swapping
(B) A technique to allow a program, of size more than the size of main memory, to run
(C) Part of secondary storage used in program execution
(D) None of these
Answer: (B)
Explanation: Virtual Memory is a storage allocation scheme in which secondary memory can be addressed as though it were part of main memory. The addresses a program may use to reference memory are distinguished from the addresses the memory system uses to identify physical storage sites, and program generated addresses are translated automatically to the corresponding machine addresses.
Virtual memories are incorporated to eliminate the setback of smaller RAMS with a larger process size. It allows the execution of the programs larger than the size of main memory.
Refer: Virtual Memory
Option (B) is correct.
Quiz of this Question
Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape,
GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out -
check it out now!
Last Updated :
28 Jun, 2018
Like Article
Save Article