--%>

Virtual memory

Explain virtual memory? How we can enhance or reduce the virtual memory?

E

Expert

Verified

Virtual memory is a part of operating system wherein whenever ram have no space to execute any process than operating system employ some part of hard disk like a ram. Those parts of memory called as virtual memory since this is virtually created by operating system whenever required.

This memory created through operating system in big companies wherein more process executes and ram hold no space since they contain more process already. Most of the operating systems contain this concept.

   Related Questions in Science

  • Q : Describe Senator Joseph McCarthys

    Senator Joseph McCarthy’s tactics: In 1950, McCarthy told Republican audience in Wheeling, West Virginia, that he had a list of 205 Communists who were working in the State Department. In reality he had no such list. Only two days later he could

  • Q : Peristalsis What type of muscle tissue

    What type of muscle tissue performs peristalsis

  • Q : Explain DFS and BFS Tradeoffs DFS and

    DFS and BFS Tradeoffs: In general, DFS will have lower memory (space) complexity than BFS since only the information about the states and transitions on the current path needs to be stored. This contrasts with BFS, where all the states and transitions

  • Q : Explain Thread Interleaving Heuristics

    Thread Interleaving Heuristics: A different kind of structural coverage is based on maximizing thread interleavings. Traditional testing frequently misses subtle race conditions or deadlocks because usually the scheduler cannot be controlled directly.

  • Q : Explaining the term bio-ethics Explain

    Explain the term bio-ethics.

  • Q : Define Weak Preservation Weak

    Weak Preservation: An abstraction of a concrete system is weakly preserving if a set of properties true in the abstract system encompass corresponding properties in the concrete system which are also true.

  • Q : What are cytokines Explain about the

    Explain about the term cytokines in brief.

  • Q : Explain Loader Loader: In a computer

    Loader: In a computer operating system, the loader is a component which locates a particular program (that can be an application or, in some situations, part of the operating system itself) in offline storage (like a hard disk), loads it into major st

  • Q : Internet Corporation for Assigned Names

    Explain Internet Corporation for Assigned Names and Numbers and their sources.

  • Q : What is Heuristic Search Heuristic

    Heuristic Search: Heuristic search exploits the information known about the system under analysis in order to accelerate the search process. The basic idea of heuristic search is that rather than trying all the possible search paths, the model checker