Operating System Programming and Technical

What is a process?
A program in execution is called a process.
Processes are of two types:
1. Operating system processes
2. User processes

Read Solution (Total 0)

Operating System Other Question

Q. What is dead lock?

A. Deadlock is a situation or condition where the two processes are waiting for each other to complete so that they can start. This result both the processes to hang
What are the states of a process?
1. New
2. Running
3. Waiting
4. Ready
5. Terminated