InterviewSolution
Saved Bookmarks
| 1. |
Which of these are types of multitasking?(a) Process based(b) Thread based(c) Process and Thread based(d) None of the mentioned |
|
Answer» Correct option is (c) Process and Thread based Explanation: There are two types of multitasking: Process based multitasking and Thread based multitasking. |
|