InterviewSolution
| 1. |
Explain the process management? |
|
Answer» Process management is function that includes creating and deleting processes and providing mechanisms for processes to communicate and synchronize with each other. A computer consists of a collection of processes, they are classified as two categories:
All these processes can potentially execute concurrently on a single CPU. A process needs certain resources including CPU time, memory, files and I/O devices to finish its task. The Operating System is responsible for the following activities associated with the process management:
|
|