InterviewSolution
Saved Bookmarks
| 1. |
What Is Process Architecture? |
|
Answer» 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. 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. |
|