--%>

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 : Who developed Extensible Hyper-Text

    Who developed Extensible Hyper-Text Markup Language? Answer: XHTML (Extensible Hyper-Text Markup Language) was developed by W3C HTML Working Group along with Steven

  • Q : Define Continuous simulation Continuous

    Continuous simulation: In a continuous simulation, the time ticks past at a regular rate which is applicable to the specific simulation scenario. At each and every tick, all the objects in the simulation are informed of the passage of time and updated

  • Q : System Architecture for Windows

    Tell me about the System Architecture for Windows Programming?

  • Q : Reading Algorithms Assignment 1:

    Assignment 1: Algorithms Rules: See the Assignment Rules file on the class Moodle site. 1 Reading Algorithms (20 points) Input: A nonempty string of characters S1S2 . . . Sn, and a positive integer n giving the number of characters in the string. Output: See t

  • Q : Define Unbounded repetition Unbounded

    Unbounded repetition: The repetition where statements in a loop's body are executed an arbitrary number of times, according to the consequences of the statements in the loop's body. All of the loop control structures in the Java offer for unbounded re

  • Q : What is the way to use XForms What is

    What is the way to use XForms?

  • Q : Choice of technology in coding of game

    What are the choice of technologies while coding a game?

  • Q : Types of rings in CPU Name the

    Name the different kinds of rings presented in CPU?

  • 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 : Define Double buffering Double

    Double buffering: A graphics method employed to smooth animation. The later version of an image is drawn `at the back the scenes' and then exhibited in its totality whenever the drawing is finished. The supposition is that it will be relatively fast t