Threads Ult Klt MCQs

12 MCQs  — Operating System MCQs  (Page 2 of 2)

Because the kernel thread management is done by the Operating System itself ___________
A. Kernel threads are faster to create than user threads
B. Kernel threads are slower to create than user threads
C. Kernel threads are easier to manage as well as create then user threads
D. None of the mentioned
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