1.

Explain context switching.

Answer»

Context switching is BASICALLY an important feature of multithreading. It is referred to as switching of CPU from one thread or process to another one. It allows multiple processes to share the same CPU. In context switching, the STATE of thread or process is stored so that the execution of the thread can be RESUMED later if REQUIRED



Discussion

No Comment Found