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 schedulerThis question was posed to me in an online interview.The query is from Multithreaded Programming in chapter Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C# |
|
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 |
|