InterviewSolution
Saved Bookmarks
| 1. |
How are multiprogramming operating system different from Multiprocessing OS |
| 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).\xa0 | |