--%>

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 : Explain the role XSL that dynamically

    Explain the role which XSL can play while dynamically generating HTML pages by a relational database?

  • Q : What are the difference between XSLT

    What are the difference between XSLT and XPath?

  • Q : Define the term Constant Define the

    Define the term Constant: A variable whose value might not be changed. In Java, such are implemented by the final variables.

  • Q : Define Null reference Null reference :

    Null reference: A value utilized to mean, `no object'. Employed whenever an object reference variable is not referring to the object.

  • Q : Define the term Runtime error Define

    Define the term Runtime error: It is an error which causes a program to finish whenever it is being run.

  • Q : Web based programming homework

    Component 2 Task b: Task Description Computing students at this University who study on undergraduate courses require a method to view their module marks and to see how they are progressing on the module. You have been asked to develop a web

  • Q : What is an Assembly language Assembly

    Assembly language: This is a symbolic language closely analogous to the instruction set of a Central Processing Unit. The program employed to translate a program written in assembly language is termed an assembler.

  • Q : Application of S60 device The

    The application has been earlier tested along with an S60 2nd Edition device and this is Symbian Signed. So can I install similar application to another S60 device?

  • Q : Define Main method Main method : It is

    Main method: It is the beginning point for program execution public static void main(String[] args)

  • Q : Define Application Application : It is

    Application: It is frequently used, simply as a synonym for the program. Though, in Java, the word is particularly employed of programs with a Graphical User Interface (GUI) which are not applets.