Vidyalelo
C# Programming · Q51

Multithreading in C Sharp

Programming · C# Programming · question 51

Q51

Choose the statements which indicate the differences between the thread based multitasking and process based multitasking.

A.
Process-based multitasking handles the concurrent execution of programs
Answer
B.
Process-based multitasking handles the concurrent execution of pieces of the same program
C.
Thread-based multitasking handles the concurrent execution of programs
D.
Thread-based multitasking deals with the concurrent execution of pieces of the same program

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board