In a multitasking operating system, what is context switching?
Q1. In a multitasking operating system, what is context switching?
Answer: Switching the CPU between different processes
Explanation: Context switching involves saving the state of the current process and restoring the state of the next process to be executed.