What is context switch?
Answer
From wikipedia: a context switch is the process of storing the state of a process or thread, so that it can be restored and resume execution at a later point
From wikipedia: a context switch is the process of storing the state of a process or thread, so that it can be restored and resume execution at a later point