InterviewSolution
Saved Bookmarks
| 1. |
What Is A Processes? |
|
Answer» PROCESSES : A PROCESS is a “thread of CONTROL” or a mechanism in an operating system that can execute a series of steps. Some operating systems use the terms JOB or task. A process normally has its own PRIVATE memory area in which it runs. Processes : A process is a “thread of control” or a mechanism in an operating system that can execute a series of steps. Some operating systems use the terms job or task. A process normally has its own private memory area in which it runs. |
|