InterviewSolution
Saved Bookmarks
| 1. |
How the processes are classified? |
|
Answer» A computer consists of a collection of processes, they are classified as two categories: 1. Operating System processes which is executed by system code 2. User Processes which is execute by user code |
|