We discussed that each process has a PCB, which is used by the OS during a context switch. What is stored in the PCB?
1) Scheduling priority
2) Process state
3) Parent and child processes
4) Source code (instructions)
5) Execution state (registers, program counters)
6) Static stack variables
7) All of the above