Question
What occurs during a context switch between two processes?
Select an option. Your answer will be checked instantly.
Correct Answer: D. The CPU state of the current process is saved and the next process's state is restored
Explanation:
A context switch preserves registers and other execution state so a process can later resume correctly.
The incoming process's saved state is then loaded before execution continues.
Leave a Reply