The process which requires saving the state of the old process and loading the saved state for the new process when switching occurs is known as

Options
- Dispatcher
- CPU scheduling
- Context Switch
- Fragmentation


CORRECT ANSWER : Context Switch

Discussion Board
Explanation-

Switching the CPU to another process requires saving the state of the old process and loading the saved state for the new process. This task is called as context switching. When a context switch is occurs then the kernel saves the context of the old process in its PCB and loads the saved context of the new process schedule to run.

Sapna 03-3-2017 03:34 AM

os

i like it so much

karekezi luc 11-24-2014 11:11 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement