Saved Bookmarks
| 1. |
Which type of operating system allow different parts of an application to run simultaneouly |
|
Answer» Answer: Answer:multitasking: Allows more than one PROGRAM to run concurrently. multithreading: Allows different parts of a SINGLE program to run concurrently. real time: RESPONDS to input instantly. General-purpose operating SYSTEMS, such as DOS and UNIX, are not real-time. |
|