Ask Question
3 February, 21:09

What are the fundamental entities that can be scheduled and dispatched to run on one of the system processors?

A. Processes

B. Kernel threads

C. Lightweight processes

D. User-level threads

+1
Answers (1)
  1. 3 February, 23:16
    0
    Answer: B) Kernel threads

    Explanation: Kernel thread is defined as the kernel mode task. It usually has a slow processing for the creation and management. This thread comes under the scheduler so, the task done by the thread is scheduled by the system and then processes it.

    Other given option are incorrect because Processes and Light weight process are the task performed by the system for processing and User level threads are the threads that are handled by the programmer. Thus the correct option is option (B).
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What are the fundamental entities that can be scheduled and dispatched to run on one of the system processors? A. Processes B. Kernel ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers