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

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.



Discussion

No Comment Found

Related InterviewSolutions