Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q 3 . Scheduling Algorithm Problem ( 5 Marks ) Consider the following set of processes, with the length of the CPU burst given in

Q3. Scheduling Algorithm Problem
(5 Marks)
Consider the following set of processes, with the length of the CPU burst given in milliseconds.
\table[[Process,Burst Time,Priority],[P1,10,3],[P2,1,1],[P3,2,3],[P4,1,4],[P5,5,2]]
a) Draw four Gantt charts that illustrate the execution of these processes using the following scheduling algorithms: FCFS, SJF Non Preemptive, SJF Preemptive, Priority and Round-Robin (quantum=1).
b) What is the waiting time of each process for each of the scheduling algorithms in part a?
c) Which of the algorithms produce results in the minimum average waiting time (over all processes)?
Q4. Banker Algorithms
(5 Marks )
Considering a system with five processes P0 through P4 and three resources types A,B,C. Resource type A has 7 instances, B has 10 instances and type C has 5 instances. Suppose at time t0 following snapshot of the system has been taken:
\table[[Process,Allocation,Max,Availablc],[A,B,C,A,B,C,A,B,C,,],[P(),0,0,1,3,7,5,2,3,3,,],[P1,0,2,0,2,3,2,,,,,],[P2,2,3,0,2,9,0,,,,,],[P3,1,2,1,2,2,2,,,,,],[P4,2,0,0,3,4,3,,,,,]]
i) What will be the content of need matrix?
ii) Is the system in safe state?? If yes, then what is the safe sequence??
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions