Answer:
(a) Q = (M-(1-n)S)/n
(b)
When M = 450,
Q = 82
% CPU time wasted = 8.889%
When M = 90,
Q = 10
% CPU time wasted = 44.44%
When M = 50,
Q = 2
% CPU time wasted = 80%
Step-by-step explanation:
Given Data:
n = process
T = ms time
Context switch time overhead = S
and M is total overhead
See attached file for the calculation.