Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

show different types of CPU scheduling ( FCFS , Round robins, Shortest Job First, Priority Scheduling, Shortest Remaining Time First, Longest Remaining Time First, and

show different types of CPU scheduling (FCFS, Round robins, Shortest Job First, Priority
Scheduling, Shortest Remaining Time First, Longest Remaining Time First, and Highest Response Ratio
Next). Give a transient event and show how these different scheduling react to that.
I. Number of process= last two digits of your student ID (i.e., if your student id is 10101025, then
number of process will be 25. For process less than 10 add ten to it, i.e., if your student id is
10101005 then number of process will be 05+10=15. If you have any confusion, please email me
with your student id.
II. Chose any of the five CPU scheduling from the following,
o FCFS (First Come First Serve)
o SJF (Shortest Job First)
o LJF (Longest Job First)
o Round Robin (RR)
o Priority Scheduling
o Shortest Remaining Time First
o Longest Remaining Time First
o Highest Response Ratio Next
III. Do scheduling for the number of process on step i.
IV. Give a transient event and show how these different scheduling react to that.
V. Compare all 5 of your chosen scheduling.
VI. Write a report including your code and show the comparison with a conclusion of pros and cons for
each scheduling.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

SQL Server Query Performance Tuning

Authors: Sajal Dam, Grant Fritchey

4th Edition

1430267429, 9781430267423

More Books

Students also viewed these Databases questions

Question

4. What will the team agreement contain?

Answered: 1 week ago