--%>

Virtual memory used in Windows architecture

Explain why the virtual memory is to be used in Windows architecture?

E

Expert

Verified

Virtual memory is used in Windows architecture because of the following reasons:

a.    The use of Virtual memory is to increase the size of the memory more than you have the memory in your physical system.

b.    The process which uses virtual memory cannot access other process’s memory, by this way it keeps the processes secure from another process.

c.    The pages which are placed in the virtual memory are having their own setting that agrees the protection which provide to the applications.

d.    The inactive memory which is for a longer time period will be stored in some regions which can be stored to the page-file or paged out.

e.    On demand the stored pages can be retrieved that is each time the system will need it, it can access it.

   Related Questions in Programming Languages

  • Q : State the term multi threading State

    State the term multi threading.

  • Q : Define Deep copy Deep copy : It is a

    Deep copy: It is a copy of an object in which copies of all the object's sub-components are also prepared. The resultant object may, in effect, be a clone of the novel.

  • Q : Write a program using simple loop

    Objective:  The purpose of this problem is to gain experience with the principles necessary to write a program using simple loop, decision processing, counters and accumulators Save the Barns, a bi-partisan po

  • Q : How you explain binding in WSDL How you

    How you explain binding in WSDL?

  • Q : What is Cascading if-else statement

    Cascading if-else statement: A form of if-else statement in which all else-part (apart from the last) comprises of a further nested if-else statement. Employed to overcome the trouble of textual drift frequently related with nested if statements.

  • Q : Define the term Toggle Define the term

    Define the term Toggle: To alternate among two values, like true and false, on and off, or 1 & 0.

  • Q : What is XLink What is XLink? Answer: It

    What is XLink? Answer: It is a part of the XLL specification which is concerned along with specifying links among documents.

  • Q : Long lock in the tibco iProcess

    Describe the term Long lock in the tibco iProcess in brief.

  • Q : Explain Enumerated type Enumerated type

    Enumerated type: A data type-not directly accessible in Java - in which symbolic names are employed for a series of constant numeric values. They facilitate the evading of magic numbers. They can be simulated in the Java with fields i

  • Q : Define Compilation Compilation : It is

    Compilation: It is a process of translating a programming language. This frequently comprises translating a high level programming language into a low level programming language, and the binary form of a specific instruction set. The translation is ex