--%>

Define the Binding of Instructions and Data to Memory

Define the Binding of Instructions and Data to Memory?

E

Expert

Verified

Address binding of instructions and data to memory addresses can occur at three differ stages as follows:

  • Compile time: When memory location identified a priori, absolute code can be created; should recompile code but starting location changes.
  • Load time: It should generate relocatable code when memory location is not identified at compile time.
  • Execution time: Binding delayed till run time if the process can be moved throughout its execution from one memory segment to other. Required hardware support for address maps (for example: base and limit registers).
  • It is multistep processing of a user program.

   Related Questions in Programming Languages

  • Q : What is testing What is testing?

    What is testing?

  • Q : Define Divide and conquer Divide and

    Divide and conquer: An approach to trouble solving which attempts to decrease an overall single big trouble into multiple simpler troubles.

  • Q : Define Formal argument Formal argument

    Formal argument: The definition of a method’s argument is the part of a method header. Each and every formal argument has an associated type. Whenever a method is called, the actual argument values are copied into the analogous formal arguments.

  • Q : Explain Model-view pattern Model-view

    Model-view pattern: It is a pattern in which the representation of data (that is, the model) is kept separate from its visualization (that is, the view). These decoupling makes it simpler to change the underlying data representation, or give multiple

  • Q : State the term URN State the term URN?

    State the term URN?

  • Q : Types of rings in CPU Name the

    Name the different kinds of rings presented in CPU?

  • Q : Define Checked exception Checked

    Checked exception: An exception which should be caught locally in the try statement, or propagated through a throws clause stated in the method header.

  • Q : What does XSLT processing models include

    What does extensible style sheet language transformations processing models involve?

  • Q : Problem on Planar scintigraphy Let

    Let assume seven PMTs situated around the origin of the x-y coordinates on the face of the Anger camera as illustrated in the figure. The size of the PMTs is 2mm by 2 mm and each PMT has been allocated a number. The single scintillation event yields a response from PM

  • Q : Throughout system testing the

    Someone complains that throughout system testing the application frequently crashes. What probable process problem does which indicate?