Question:

The operating system is not responsible for:

Show Hint

The operating system plays a crucial role in managing system resources and executing user programs but does not develop the programs themselves.
Updated On: Sep 25, 2025
  • process and thread management.
  • the creation and deletion of both; the user and system processes.
  • the development of the program.
  • the process scheduling.
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation


Step 1: Understand Operating System responsibilities.
The operating system is responsible for managing processes, threads, scheduling, and memory. It provides services such as process creation, deletion, scheduling, and resource management.

Step 2: Evaluate the options.
- **Option 1:** The operating system manages processes and threads. - **Option 2:** The operating system handles the creation and deletion of processes. - **Option 3:** The operating system does not develop user programs; it only manages execution. - **Option 4:** The operating system is responsible for scheduling processes.

Step 3: Conclusion.
Thus, the correct answer is **(3) the development of the program** because the operating system does not create or develop programs, it only manages their execution.

Was this answer helpful?
0
0