fork.science

Question: The CPU stops executing the code of the current process and switches to executing the code of another process. Apart from switching which code it executes, it backs up the current register values onto memory and loads the register values for the new process from memory. How is this called?

A Context switch B Instruction switch
C Code switch D Mode switch