Operating System (OS) Question:
Download Questions PDF

What is short term scheduler in Operating System (OS)?

Operating System (OS) Interview Question
Operating System (OS) Interview Question

Answer:

Short term scheduler, also know as a dispatcher executes most frequently, and makes the finest-grained decision of which process should execute next. This scheduler is invoked whenever an event occurs. It may lead to interruption of one process by preemption.

Download Operating System (OS) Interview Questions And Answers PDF

Previous QuestionNext Question
What is medium term scheduling in Operating System (OS)?Explain turnaround time and response time?