A translator generates re-locatable objects from source code and then various modules are linked to form a single module called
a) Load module
b) address binding
c) translation-linking loading
d) none of these
The addresses produced by translator must be converted into physical this process called …..
a) Physical address
b) address binding
c) logical address
d) none of these
In memory management addresses can be bound at………….
a) Compile time
b) load time
c) run time
d) all of these
How many types of addresses are there in memory management?
a) 3
b) 5
c) 4
d) 2
Explanation: logical address, physical address, absolute address, relative address
Which of the following addresses are assigned independent of physical locations?
a) Symbolic addresses
b) logical addresses
c) relative addresses
d) physical addresses
Which of the following addresses are expressed as a location relative to some known point such as beginning of the program?
a) Logical addresses
b) relative addresses
c) physical addresses
d) none of these