Ask Question
12 February, 21:54

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

+5
Answers (1)
  1. 12 February, 22:17
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers