Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . Suppose that the following processes arrive for execution at the times indicated. Each process will run for the amount of time listed. In
Suppose that the following processes arrive for execution at the times indicated.
Each process will run for the amount of time listed. In answering the questions, use
nonpreemptive scheduling, and base all decisions on the information you have at the
time the decision must be made.
Process Arrival Time Burst Time
P
P
P
a What is the average turnaround time for these processes with the FCFS
scheduling algorithm?
b What is the average turnaround time for these processes with the SJF
scheduling algorithm?
c The SJF algorithm is supposed to improve performance, but notice that we
chose to run process P at time because we did not know that two shorter
processes would arrive soon. Compute what the average turnaround time will
be if the CPU is left idle for the first unit and then SJF scheduling is used.
Remember that processes P and P are waiting during this idle time, so their
waiting time may increase. This algorithm could be known as futureknowledge scheduling.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started