Difficulty: Easy
Correct Answer: manage resources
Explanation:
Introduction / Context:
The operating system (OS) coordinates hardware and software to enable reliable, efficient program execution. It abstracts complexity and arbitrates limited resources among competing processes. This question focuses on the OS’s central mission.
Given Data / Assumptions:
Concept / Approach:
The OS manages resources via scheduling, memory management, device drivers, file systems, and security. While utilities or user-friendliness matter, they are secondary to resource management, which guarantees fairness, isolation, and performance under load.
Step-by-Step Solution:
Verification / Alternative check:
Standard OS definitions emphasize resource management as the core function; UI and utilities are layered atop these mechanisms.
Why Other Options Are Wrong:
Command resources: vague phrasing, not a standard term. Provide utilities: utilities are tools provided by the OS but are not its fundamental purpose. Be user friendly: desirable but not the OS’s primary technical role.
Common Pitfalls:
Equating OS with its GUI; ignoring headless servers and embedded OSes where management is primary.
Final Answer:
manage resources
Discussion & Comments