I was asked to anwer these questions about the OS context switch, the question is pretty tricky and I cannot find any answer in my textbook:
- How many PCBs exist in a system at a particular time?
- What are two situations that could cause a Context Switch to occur? (I think they are interrupt and termination of a process,but I am not sure )
- Hardware support can make a difference in the amount of time it takes to do the switch. What are two different approaches?
- What part of the OS is involved in managing the Context Switch?