Computer Science, asked by ATULYA3766, 1 year ago

Explain context of a process.

Answers

Answered by aliya346
0

a context switch is the process of storing the state of a process or of a thread, so that it can be restored and execution resumed from the same point later. This allows multiple processes to share a single CPU, and is an essential feature of a multitasking operating system.

Similar questions