1.
Suppose a new process in a system arrives at an average of six processes per
minute and each such process requires an average of 8 seconds of service time.
Estimate the fraction of time the CPU is busy in a system with a single processor.
2. What happens if the time allocated in a Round Robin Scheduling is very large?
And what happens if the time allocated is very low?
3. Calculate number of context switch required when a process P1 with burst time 10
milliseconds and time slice/quantum is 1 millisecond.