InterviewSolution
Saved Bookmarks
| 1. |
What is a process? What are the different states of a process? |
|
Answer» The process is basically a program that is currently under execution. The main function of an OS is to manage and handle all of these processes. When a program is loaded into the memory and it becomes a process, it can be divided into four sections ─ stack, heap, text, and DATA. There are two types of processes:
STATES of Process:
|
|