InterviewSolution
Saved Bookmarks
| 1. |
What is process? |
|
Answer» A process is the unit of work (program) in a computer. A word-processing program being run by an individual user on a computer is a process. A system task, such as sending output to a printer or screen, can also be called as a Process. |
|