Can you explain the Virtual memory?
Answer / Abhishek Pawar
Virtual memory is a portion of a hard drive that the operating system uses as if it were RAM. It allows programs to use more memory than physically available by temporarily transferring data from the RAM to the hard drive when needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are necessary conditions for dead lock?
When is a system in a safe state?
How do you start a startup?
What are the benefits and losses of placing the functionality in a device controller rather than in placing it in the kernel?
What are dynamic loading, dynamic linking and overlays?
How do I sort files?
What do you mean by multithreading?
Is Micro-kernel better than Macro-kernel at ‘cpu usage’ and ‘response time’ ?
Why use 64bit excel?
Difference between static and dynamic RAM?
Explain page cannibalizing?
What is dining philosophers’ problem?