When and how does the operating system gets time to run in the CPU when the processes are running?
Anonymous User
7301

My answer was the periodic tick interrupt that gets triggered, putting the CPU in system mode running its code and then jumping back or return to the process running RTU instruction.

Comments (9)