Question
Which address-binding method generates relocatable code and resolves final addresses when the program is loaded?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Load-time binding
Explanation:
Load-time binding postpones absolute address selection until the loader places the program in memory.
After loading, the process normally remains at that chosen location.
Leave a Reply