Knowee
Questions
Features
Study Tools

Define the following terms 1) Translation time address: 2) Linked time address 3) Loadtime address: 4) Translated origin: 5) Linked origin: 6) Load origin: 7) Interpreter

Question

Define the following terms 1) Translation time address: 2) Linked time address 3) Loadtime address: 4) Translated origin: 5) Linked origin: 6) Load origin: 7) Interpreter

🧐 Not the exact question you are looking for?Go ask a question

Solution

  1. Translation Time Address: This is the address that is generated by an assembler or a compiler. It is the address that is used in the source program.

  2. Linked Time Address: This is the address that is generated by a linker. It is the address that is used in the object program after the linking process.

  3. Load Time Address: This is the address that is generated by a loader. It is the address that is used in the object program after the loading process.

  4. Translated Origin: This is the starting address where the source program is loaded into memory during the translation process.

  5. Linked Origin: This is the starting address where the object program is loaded into memory during the linking process.

  6. Load Origin: This is the starting address where the object program is loaded into memory during the loading process.

  7. Interpreter: An interpreter is a program that directly executes instructions written in a programming or scripting language without requiring them to have been compiled into a machine language program. It translates high-level language into an intermediate form, which it then executes, or it could parse the high-level code and execute it directly.

This problem has been solved

Similar Questions

Explain how names are translated (resolved) into IP address?

What is Network Address Translations (NAT)?

Define following terms:1)Linker 2)Loader 3) Parser 4)Assembler

if linked origin is not equal to translated origin thenSelect one:a. Relocation may not be performed by linkerb. Relocation performed by loaderc. None of the aboved. Relocation must be performed by linker

Explain in detail various addressing modes with examples

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.