Switching the CPU to another process requires saving the state of the old…
2017
Switching the CPU to another process requires saving the state of the old process and loading the saved state of the new process is called
- A.
mode switch
- B.
process switch
- C.
context switch
- D.
CPU switch
Attempted by 88 students.
Show answer & explanation
Correct answer: C
Saving the state of one process and loading the saved state of another process is called a context switch.