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 anotherContext switching involves saving the state of the currently executing process and restoring the state of the next process to be executed.

  1. A.

    Switching between user and kernel mode

  2. B.

    Changing the content of a file

  3. C.

    Saving the state of a process and restoring the state of another

  4. 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.

Explore the full course: Operating System

Loading lesson…