What is a loader?

Assembly Language Questions



80 Short 34 Medium 52 Long Answer Questions Question Index

What is a loader?

A loader is a program or software component that is responsible for loading and executing an executable file or program into the computer's memory. It performs tasks such as allocating memory space, resolving external references, and initializing program variables. The loader is an essential part of the operating system that facilitates the execution of programs by preparing them for execution in the computer's memory.