--%>

Main uses of Virtual memory

Illustrate the main uses of Virtual memory?

E

Expert

Verified

a.    When there is a requirement for the program to increase the memory size Virtual memory can be used.

b.    The program looks this memory as a contiguous address but virtual memory is the part of the RAM itself and also helps in saving the inactive parts in the disk file.

c.    Program uses its own memory space for its processing which consists of own virtual space and the resources.

d.    Virtual memory can permits to generating a virtual environment where it displays something also it seems to kept something else, such as if the address looks 0x12345678, so it might look in physical memory at this address 0x65f7a678.

e.    For dividing the memory, Virtual memory contains of pages also the pages that contains itself a set of attributes such as read/write etc.

   Related Questions in Programming Languages

  • Q : Explain Abstraction Abstraction : It is

    Abstraction: It is a simplified symbolization of something which is potentially quite complex. It is frequently not essential to know the precise details of how something works, is symbolized or is implemented, since we can still make use of it in its

  • Q : What is an IP address IP address : An

    IP address: An Internet Protocol (abbreviated as IP) address for a networked computer. Presently, IP addresses comprises of 4-byte values, written in dotted decimal notation, like 129.12.0.1. In future, IP addresses will be 16-bytes long to accommodat

  • Q : Passing by address or reference Passing

    Passing by address or reference: In this technique no separate memory build for formal variables that is, formal variables share similar location of actual variables and therefore any change on formal variables automatically reflected back to real var

  • Q : Java program to sort ten numbers using

    Q. Write a java program to sort ten numbers using bubble sort method. Ans. class Bubble sort

    Q : Benefits of the event-delegation model

    Write down some of the benefits of the event-delegation model over event-inheritance model?

  • Q : Explain way to communicate server with

    Explain the way to communicate server with more than one client.

  • Q : Define the way to threads own the mutex

    Define the way to threads own the mutex?

  • Q : Explain Increment operator Increment

    Increment operator: The operator (++) which adds one to its operand. It consists of two forms: pre-increment (++x) and post-increment (x++). In its pre-increment form, the outcome of the expression is the value of its argument subsequent to the increm

  • Q : Explain the way of validation XHTML

    Explain the way of validation XHTML documents online.

  • Q : Swapping system What action of the

    What action of the swapping system does in case it identifies the illegal page for the swapping?