CSE MCQs :: OS MCQs
- If a kernel thread performs a blocking system call, ____________________.
- Which of the following is FALSE ?
- The model in which one kernel thread is mapped to many user-level threads is called :
- The model in which one user-level thread is mapped to many kernel level threads is called :
- In the Many to One model, if a thread makes a blocking system call :
- In the Many to One model, multiple threads are unable to run in parallel on multiprocessors because :
- The One to One model allows :
- In the One to One model when a thread makes a blocking system call :
- Which of the following is the drawback of the One to One Model ?
- When is the Many to One model at an advantage ?
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.
|
A.
Context switch time is longer for kernel level threads than for user level threads
|
B.
User level threads do not need any hardware support
|
C.
Related kernel level threads can be scheduled on different processors in a multiprocessor system
|
D.
Blocking one kernel level thread blocks all other related threads
|