What is the primary function of the Operating System’s Loader?
ATranslates high-level code into executable files
BLoads executable program binaries from disk into primary memory (RAM) for execution
CAllocates IP addresses to running network sockets
DSaves active CPU registry states to permanent storage
Explanation
The Loader is an OS module that reads executable program files from disk storage, allocates RAM memory space, sets up environment variables, and transfers control to the program entry point.
Exam Relevance
- Topic: Operating Systems
- Subtopic: Program Execution & Loader

No Comments