Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Questions  >  Consider the following statements about user ... Start Learning for Free
Consider the following statements about user level threads and kernel level threads. Which one of the following statement 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 kernel level threads can be scheduled on different processors in a multi-processor system.
  • d)
    Blocking one kernel level thread blocks all related threads.
Correct answer is option 'D'. Can you explain this answer?
Verified Answer
Consider the following statements about user level threads and kernel ...
Kernel level threads are managed by the OS, therefore, thread operations are implemented in the kernel code. Kernel level threads can also utilize multiprocessor systems by splitting threads on different processors. If one thread blocks it does not cause the entire process to block. Kernel level threads have disadvantages as well. They are slower than user level threads due to the management overhead. Kernel level context switch involves more steps than just saving some registers. Finally, they are not portable because the implementation is operating system dependent.
Option (A): Context switch time is longer for kernel level threads than for user level threads. True, As User level threads are managed by user and Kernel level threads are managed by OS. There are many overheads involved in Kernel level thread management, which are not present in User level thread management. So context switch time is longer for kernel level threads than for user level threads.
Option (B): User level threads do not need any hardware support True, as User level threads are managed by user and implemented by Libraries, User level threads do not need any hardware support.
Option (C): Related kernel level threads can be scheduled on different processors in a multi- processor system. This is true.
Option (D): Blocking one kernel level thread blocks all related threads. false, since kernel level threads are managed by operating system, if one thread blocks, it does not cause all threads or entire process to block. 
View all questions of this test
Most Upvoted Answer
Consider the following statements about user level threads and kernel ...
False Statement about User Level Threads and Kernel Level Threads

Context switch time is longer for kernel level threads than for user level threads.

User Level Threads

- User level threads are threads that are managed by the user-level thread library.
- They do not need any hardware support and are managed entirely by the user-level thread library.
- User level threads are faster to create and manage than kernel level threads.
- They are lightweight, and their creation and scheduling do not require any system calls.

Kernel Level Threads

- Kernel level threads are threads that are managed by the operating system kernel.
- They require hardware support and are managed by the operating system kernel.
- Kernel level threads are slower to create and manage than user level threads.
- They are heavyweight, and their creation and scheduling require system calls.

False Statement

Blocking one kernel level thread blocks all related threads.

- This statement is false because related kernel level threads can be scheduled on different processors in a multi-processor system.
- In a multi-processor system, different kernel level threads can run on different processors simultaneously, and blocking one thread will not affect the others.
- However, in a single-processor system, blocking one kernel level thread can result in blocking all related threads as they share the same processor.
Explore Courses for Computer Science Engineering (CSE) exam

Top Courses for Computer Science Engineering (CSE)

Consider the following statements about user level threads and kernel level threads. Which one of the following statement 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 kernel level threads can be scheduled on different processors in a multi-processor system.d)Blocking one kernel level thread blocks all related threads.Correct answer is option 'D'. Can you explain this answer?
Question Description
Consider the following statements about user level threads and kernel level threads. Which one of the following statement 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 kernel level threads can be scheduled on different processors in a multi-processor system.d)Blocking one kernel level thread blocks all related threads.Correct answer is option 'D'. Can you explain this answer? for Computer Science Engineering (CSE) 2024 is part of Computer Science Engineering (CSE) preparation. The Question and answers have been prepared according to the Computer Science Engineering (CSE) exam syllabus. Information about Consider the following statements about user level threads and kernel level threads. Which one of the following statement 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 kernel level threads can be scheduled on different processors in a multi-processor system.d)Blocking one kernel level thread blocks all related threads.Correct answer is option 'D'. Can you explain this answer? covers all topics & solutions for Computer Science Engineering (CSE) 2024 Exam. Find important definitions, questions, meanings, examples, exercises and tests below for Consider the following statements about user level threads and kernel level threads. Which one of the following statement 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 kernel level threads can be scheduled on different processors in a multi-processor system.d)Blocking one kernel level thread blocks all related threads.Correct answer is option 'D'. Can you explain this answer?.
Solutions for Consider the following statements about user level threads and kernel level threads. Which one of the following statement 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 kernel level threads can be scheduled on different processors in a multi-processor system.d)Blocking one kernel level thread blocks all related threads.Correct answer is option 'D'. Can you explain this answer? in English & in Hindi are available as part of our courses for Computer Science Engineering (CSE). Download more important topics, notes, lectures and mock test series for Computer Science Engineering (CSE) Exam by signing up for free.
Here you can find the meaning of Consider the following statements about user level threads and kernel level threads. Which one of the following statement 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 kernel level threads can be scheduled on different processors in a multi-processor system.d)Blocking one kernel level thread blocks all related threads.Correct answer is option 'D'. Can you explain this answer? defined & explained in the simplest way possible. Besides giving the explanation of Consider the following statements about user level threads and kernel level threads. Which one of the following statement 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 kernel level threads can be scheduled on different processors in a multi-processor system.d)Blocking one kernel level thread blocks all related threads.Correct answer is option 'D'. Can you explain this answer?, a detailed solution for Consider the following statements about user level threads and kernel level threads. Which one of the following statement 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 kernel level threads can be scheduled on different processors in a multi-processor system.d)Blocking one kernel level thread blocks all related threads.Correct answer is option 'D'. Can you explain this answer? has been provided alongside types of Consider the following statements about user level threads and kernel level threads. Which one of the following statement 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 kernel level threads can be scheduled on different processors in a multi-processor system.d)Blocking one kernel level thread blocks all related threads.Correct answer is option 'D'. Can you explain this answer? theory, EduRev gives you an ample number of questions to practice Consider the following statements about user level threads and kernel level threads. Which one of the following statement 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 kernel level threads can be scheduled on different processors in a multi-processor system.d)Blocking one kernel level thread blocks all related threads.Correct answer is option 'D'. Can you explain this answer? tests, examples and also practice Computer Science Engineering (CSE) tests.
Explore Courses for Computer Science Engineering (CSE) exam

Top Courses for Computer Science Engineering (CSE)

Explore Courses
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev