what are Multiprogramming system? In this context explain processes context switching
Answers
Answered by
2
Answer:
In computing, 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. This allows multiple processes to share a single CPU, and is an essential feature of a multitasking operating system.
Similar questions