What is virtual memory?

Answers were Sorted based on User's Feedback



What is virtual memory?..

Answer / athavulla syed

In our systems memory is limited but executable programs are
infinite, so at compile time only compiler generates virtual
addresses for all executables.

While executing, memory management unit come into picture
and translates virtual addresses to physical address.

Virtual address may be same for two processes but physical
memory is unique.

Is This Answer Correct ?    4 Yes 0 No

What is virtual memory?..

Answer / pravin

when program doesn't fit in main memory then then program is segmented and the part of program which is in currently use is kept in main memory and the remaining part of program,which is not in use is stored in secondary storage. when the executing program needs the part of program which is not in main memory then it copies that part from sec memory and replaces some program from main memory.Thus the technique which swaps the program between main memory and secondray storage is called virtual memory.

Is This Answer Correct ?    2 Yes 1 No

What is virtual memory?..

Answer / v.vijayakumar

Virtual memory is hardware technique where the system
appears to have more memory that it actually does. This is
done by time-sharing, the physical memory and storage parts
of the memory one disk when they are not actively being
used.

Is This Answer Correct ?    1 Yes 2 No

What is virtual memory?..

Answer / k.k.tripathi

Virtual Memory is space on harddisk where processes which
are not frequently used in RAM are being transfered so as
to increase the speed.If the required process is in virtual
memory it will be swapped to main memory and executed.As
Large is virtual memory so fast the system will be.

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Operating Systems General Concepts Interview Questions

How do I clean up program files?

0 Answers  


How do I run chkdsk?

0 Answers  


A pair of redundant systems are operating, how would you ensure that when one of them goes down, the other one will take over its operation?

0 Answers   DELL,


What is a 64 bit operating system?

0 Answers  


How can the speed of interrupt driven input output systems be improved?

0 Answers  






Why is round robin algorithm considered better than first come first served algorithm?

0 Answers  


What is the use of chkdsk f?

0 Answers  


How do I know if my os is corrupted?

0 Answers  


When does the condition 'rendezvous' arise?

2 Answers  


How does operating system kernel work?

0 Answers  


When an input file is opened, what are the possible errors that may occur?

0 Answers  


Which one is not needed for Multi-pgm. enviornment?

1 Answers   Verifone, Verizon,


Categories