InterviewSolution
Saved Bookmarks
| 1. |
What is Multiprocessing OSs? |
|
Answer» Multitasking has the same meaning of multiprogramming but in a more general sense, as it refers to having multiple (programs, processes, tasks, threads) running at the same time. This term is used in modern operating systems when multiple tasks share a common processing resource (e.g., CPU and\xa0Memory). It is a multiprocesser opreating system |
|