Process-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.
Question 2 |
Moving process from main memory to disk is called
caching | |
termination | |
swapping | |
Interruption |
Question 2 Explanation:
When the process is moved from main memory to disk then this method is called swapping.