InterviewSolution
Saved Bookmarks
| 1. |
Choose the correct statement about process-based multitasking.(a) A feature that allows our computer to run two or more programs concurrently(b) A program that acts as a small unit of code that can be dispatched by the scheduler(c) Only A program that acts as a small unit of code that can be dispatched by the scheduler(d) Both A feature that allows our computer to run two or more programs concurrently & A program that acts as a small unit of code that can be dispatched by the scheduler |
|
Answer» Right answer is (d) Both A feature that allows our computer to run two or more programs concurrently & A program that acts as a small unit of code that can be dispatched by the scheduler Easiest explanation - The process-based multitasking is the feature that allows your computer to run two or more programs concurrently. For example, process-based multitasking allows you to run a word processor at the same time you are using a spreadsheet or browsing the Internet. In process-based multitasking, a program is the smallest unit of code that can be dispatched by the scheduler. |
|