Discussion :: OS MCQs
- If a kernel thread performs a blocking system call, ____________________.
A.
the kernel can schedule another thread in the application for execution.
|
B.
the kernel cannot schedule another thread in the same application for execution.
|
C.
the kernel must schedule another thread of a different application for execution.
|
D.
the kernel must schedule another thread of the same application on a different processor.
|
Answer : Option A
Explanation :
None.
Be The First To Comment