--%>

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 : Explain Multiple inheritance Multiple

    Multiple inheritance: The capability of a class or interface to expand more than one interface or class. In Java, multiple inheritance is only accessible in the circumstances which are shown below: An interf

  • Q : Explain Exclusive-or operator

    Exclusive-or operator: An exclusive-or operator (^) is both a Boolean operator and the bit manipulation operator. The Boolean version provides the value true when only one of its operands is true; or else it offers the value false. Likewise, the bit m

  • Q : What is Linux Write down about Linux?

    Write down about Linux?

  • Q : State machine to identify three

    Explain a finite state machine which will detect three consecutive coins tosses of one coin which results in heads?

  • Q : What is Bookmark Bookmark : It is

    Bookmark: It is employed by a Web browser to memorize details of a Uniform Resource Locator (URL).

  • Q : Block Started by Symbol What is the

    What is the Block Started by the Symbol?

  • Q : Define Anonymous object Anonymous

    Anonymous object: An object formed without an identifier. They are generally formed as array elements, actual arguments or method outcomes. For example:     private Point[] vertices = { &n

  • Q : Explain Operating system Operating

    Operating system: The operating system permits a computer's hardware devices to be accessed by the programs. For example, it permits data to be managed on a computer's disks in the form of a file system and it delivers the co-ordinate positions of a m

  • Q : Properties exposed through ActiveX

    Write down the properties exposed through ActiveX controls?

  • Q : What is validating parser What is

    What is validating parser? Answer: A parser makes sure that an XML document is valid additionally to being well formed.