wat is virtual memory?
how we can increase or decrease the virtual memory?
Answers were Sorted based on User's Feedback
Answer / luv
Virtual memory are a part of operating sysytem in which
whenever ram have no space to execute any process than
operating system uses some part of hard disk as a ram.
Those part of memory known as virtual memory because this
is virtually created by operating system whenever needed.
This memory created by operating system in big companies in
which more process executes and ram have no space because
they contain more process already. Most operating systems
contains this concept.
| Is This Answer Correct ? | 35 Yes | 0 No |
Answer / rahimsk
virtual memory is a system performance technique.It is very useful to run more process,by mapping the primary memory to secondary memory. If you want to increase or decrease go for
start ->right click on my computer -> properties -> advanced
-> click on performance setting -> advanced -> go for virtual memory change -> apply ok .It will ask restart click ok.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shilpa
it is the memory management scheme so that we can map our
logical address to some physical address
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / sruthi
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 ? | 0 Yes | 1 No |
What is the use of Synchronized keyword?
Why interprocess communication is required?
List the possible threads a thread can have?
What are the basic functions of an Operating system?
Is it possible to have a deadlock involving only one process?
What is a socket?
What are the 3 types of software?
What is a root program?
Tell me what has triggered the need for multitasking in pcs?
How do I stop blue screen?
What are the different types of semaphores?
Explain binary semaphore and its functionality.