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 : Explain Coupling Coupling : Coupling

    Coupling: Coupling occurs whenever classes are aware of each of other as their instances should interact. The linkage between two classes which might be either weak or strong. Stronger coupling occurs whenever one class has a thorough knowledge of the

  • Q : Functions of Interrupts and system calls

    What are the various functions of Interrupts and system calls?

  • Q : Define Passing by value Passing by

    Passing by value: In this process separate memory builds for formal arguments and when any modifications done on formal variables, it will not influence the real variables. Therefore actual variables are preserved in this situation.

  • Q : Explain Package declaration Package

    Package declaration: It is a declaration employed to name a package. This should be the first item in the source file, preceding any import statements. For example,     pa

  • Q : Software Quality Assurance and Software

    What real-life experience have you gained along with Software Quality Assurance as well as Software Quality Control?

  • Q : What is a Method body What is a Method

    What is a Method body: It is a body of a method: everything within the outermost block of the method.

  • Q : What is a Sub class Sub class : It is a

    Sub class: It is a class which extends its super class. The sub-class inherits all the members of its super class. All Java classes are the sub-classes of Object class, which is at the root of inheritance hierarchy.

  • Q : What is an Operand Operand : An operand

    Operand: An operand is an argument of the operator. Expressions comprise combinations of operands and operators. The value of an expression is determined by exerting the operation stated by each and every operator to the value of its operands.

  • Q : Explain the applications of testing

    Explain the applications of testing life cycle.

  • Q : What is an Instantiation What is an

    What is an Instantiation: It is a creation of an instance of a class, i.e., an object.

©TutorsGlobe All rights reserved 2022-2023.