In the context of process management, what does a context switch refer to?
In the context of process management, what does a context switch refer to?
Answer: C. Saving the state of a process and restoring the state of another — Context switching involves saving the state of the currently executing process and restoring the state of the next process to be executed.
- A.
Switching between user and kernel mode
- B.
Changing the content of a file
- C.
Saving the state of a process and restoring the state of another
- D.
Switching between different user accounts
Attempted by 403 students.
Show answer & explanation
Correct answer: C
Context switching involves saving the state of the currently executing process and restoring the state of the next process to be executed.
Loading lesson…