InterviewSolution
| 1. |
Explain The Virtual Memory? |
|
Answer» In computing, virtual memory is a memory management technique developed for multitasking KERNELS. This technique virtualizes a COMPUTER architecture's VARIOUS forms of computer DATA storage such as random-access memory and DISK storage, allowing a program to be designed as though there is only one kind of memory, "virtual" memory, which behaves like directly and contiguous addressable read/write memory. In computing, virtual memory is a memory management technique developed for multitasking kernels. This technique virtualizes a computer architecture's various forms of computer data storage such as random-access memory and disk storage, allowing a program to be designed as though there is only one kind of memory, "virtual" memory, which behaves like directly and contiguous addressable read/write memory. |
|