Database-Management-System
February 4, 2024GATE 2001
February 4, 2024Process-state-transition-diagram
|
Question 1
|
___________ is a small program that switches the processor from one process to another.
|
Scheduler
|
|
|
Dispatcher
|
|
|
Swapper
|
|
|
Lazy swapper
|
Question 1 Explanation:
Dispatcher is a small program that switches the processor from one process to another. Scheduler only selects the process from ready queue and not do context switching, it is the dispatcher which do context switching.
Correct Answer: B
Question 1 Explanation:
Dispatcher is a small program that switches the processor from one process to another. Scheduler only selects the process from ready queue and not do context switching, it is the dispatcher which do context switching.
