Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Q 1 . Suppose that the following processes arrive for execution at the times indicated. Each process will run for the amount of time listed.
Q 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 called futureknowledge
Q Consider the following set of processes, with the length of the CPU burst
given in milliseconds:
Process burst time prioritydriven
p
p
p
p
p
The processes are assumed to have arrived in the order P P P P P all at time
a Draw four Gantt charts that illustrate the execution of these processes using the following scheduling algorithms: FCFS SJF
nonpreemptive priority a larger priority number implies a higher priority and RR quantum
b What is the turnaround time of each process for each of the scheduling algorithms in part a
c What is the waiting time of each process for each of these scheduling algorithms?
d Which of the algorithms results in the minimum average waiting time over all processes
Q The following processes are being scheduled using a preemptive, roundrobin scheduling algorithm. Each process is assigned a numerical
priority, with a higher number indicating a higher relative priority. In addition to the processes listed below, the system also has an idle task which consumes no CPU resources and is identified as Pidle This task has priority and is scheduled whenever the system has no other available processes to run. The length of a time quantum is units. If a process is preempted by a higherpriority process, the preempted process is placed at the end of the queue.
Thread Priority Burst Arrival
P
P
P
P
P
P
a Show the scheduling order of the processes using a Gantt chart.
b What is the turnaround time for each process?
c What is the waiting time for each process?
d What is the CPU utilization rate?
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