--%>

Differences between logical and physical address spaces

What are the differences between logical and physical address spaces?

E

Expert

Verified

1. The idea of a logical address space which is bound to a separate physical address space is central to appropriate memory management.

2. Logical address produced by the CPU; it also considered to as virtual address.
   Physical address is seen through the memory unit.

3. In logical (virtual) and physical addresses be different in execution-time address-binding scheme and similar in compile-time and load-time address-binding schemes.

   Related Questions in Programming Languages

  • Q : What is testing What is testing?

    What is testing?

  • Q : Limit the Scope of Data Declarations

    Limit the Scope of Data Declarations at the smallest possible level is consistent with the well known principle of data hiding. It stops one module from inadvertently referencing and modifying data values which are only meant to be used by another mod

  • Q : Problem on Vectors Create a vector

    Create a vector representing x coordinates of a measurement with 20 points between 0 and 10. Create another vector y representing fake measurements which are related to the above x values as y = 2.3 x – 1.2. Next add random (normal, Gaussian) noise to the vector

  • Q : Explain the term QTP Environment

    Explain the term QTP Environment?

  • Q : Define Class scope Class scope :

    Class scope: Private variables stated outside the methods in a class contain class scope. They are available from all methods within a class, in spite of the order in which they are stated. The private methods too contain class scope. Variables and me

  • Q : Define class Define class?

    Define class?

  • Q : Define Method header Method header : It

    Method header: It is the header of a method, comprising of the method name, its outcome type, formal arguments and any exceptions thrown. Also termed as a method signature.

  • Q : Define the term Module Module : It is a

    Module: It is a group of program components, usually with restricted visibility to program components in other modules. Java employs packages to implement this perception.

  • Q : Differentiate between RDO and ADO

    Differentiate between RDO and ADO?

  • Q : Define Continue statement Continue

    Continue statement: A statement which might only be employed within the body of a loop. In case of a while loop or do loop, control passes instantly to the loop's terminating test. In case of a for loop, the control passes to the post-body update expr