The primary goal of load control is to:
2025
The primary goal of load control is to:
- A.
Prevent processes from running concurrently
- B.
Avoid context switching between processes
- C.
Ensure CPU time is evenly distributed among processes
- D.
Maximize the usage of virtual memory
Attempted by 181 students.
Show answer & explanation
Correct answer: C
The primary goal of load control is to ensure fair resource allocation among processes. This involves balancing system workload to prevent any single process from monopolizing CPU time, thereby maintaining overall system efficiency and responsiveness.