InterviewSolution
Saved Bookmarks
| 1. |
Write the responsibilities of operating system associated with the process management? |
|
Answer» The Operating System is responsible for the following activities associated with the process management: 1. Scheduling processes and threads on the CPUs. 2. Creating and deleting both user and system processes. 3. Suspending and resuming processes. 4. Providing mechanisms for process synchronization. 5. Providing mechanisms for process communication. |
|