I. Consider a single CPU system with an active process A.Explain what happens in the following circumstances including anyinterrupts, system calls, etc.. and how they are handled until aprocess is back to running again (4.5 points)
a) The user presses control-C causing an interrupt to theprocess
b) A process executes continuously until it exhausts itsscheduler allocated time slice
c) A process does a read operation from an open file
Expert Answer
Answer to I. Consider a single CPU system with an active process A. Explain what happens in the following circumstances including …