Q. 68 Consider the following statements about user level threads and kernel level
threads. Which one of the following statements is FALSE?
(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 kernal level thread can be scheduled on different processors in a
multiprocessor system
(D) Blocking one kernel level thread blocks all related threads
Answer: (D)
Explanation: