Multiple choice

Which of the following is not true about context switch in operating system?

  1. Context switching is useful for multitasking operating systems.

  2. Context switch is used to store and restore the state of a CPU in Process Control Block.

  3. Context switching is dependent on hardware support.

  4. Context switcher saves the content of processor registers for the process being removed form the CPU.

  5. None of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

All of the above are the true statements.