Process-state-transition-diagram
Question 1 |
Moving process from main memory to disk is called
caching | |
termination | |
swapping | |
Interruption |
Question 1 Explanation:
When the process is moved from main memory to disk then this method is called swapping.
Question 2 |
___________ is a small program that switches the processor from one process to another.
Scheduler | |
Dispatcher | |
Swapper | |
Lazy swapper |
Question 2 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.
There are 2 questions to complete.
