Process management involves various tasks like creation, scheduling, termination of
processes, and a dead lock. It is the job OS to manage all the running processes of the system. You need to assume/proposed a new system which requires process execution
(e.g. Student Registration System has a processes like “print list of students who are
registered for batch 2019” and shows in column Student id, name, address etc.). You
should make at least 5 such processes and discuss the following questions with respect to
your proposed process management system. [5+5]
a. Discuss process states and explain information associated to each process?
b. Discuss context switching among processes
Answers
Answered by
0
Answer:
Process management involves various tasks like creation, scheduling, termination of processes, and a dead lock. Process is a program that is under execution, which is an important part of modern-day operating systems. The OS must allocate resources that enable processes to share and exchange information.
Similar questions