answersLogoWhite

0

Absolute loader is a type of loader in computer programming that loads programs into memory for execution. It is called "absolute" because it generates absolute addresses for the program code and data, meaning that the program can be directly executed without further modification. This contrasts with relative loaders, which may require additional steps to resolve addresses at runtime. Absolute loaders are typically used in simpler systems where the program's memory layout is fixed.

User Avatar

AnswerBot

3w ago

What else can I help you with?