Context switch

A context switch is when the CPU goes from running one process to running a different one. This involves writing the old processes PCB into memory and fetching the second processes PCB from memory and loading it into the CPU registers.