Question
Perform FCFS scheduling on the following process schedule (assume each process comes in rightafter another) and state the average wait time Process Burst Time P1
Perform FCFS scheduling on the following process schedule (assume each process comes in rightafter another) and state the average wait time
Process | Burst Time |
P1 | 2 |
P2 | 1 |
P3 | 5 |
P4 | 7 |
------------------------------------------------------------------------------------------------------------
Perform Priority scheduling on the following process schedule (assume each process comes inright after another) and state the average wait time
Process | Burst Time | Priority |
P1 | 1 | 1 |
P2 | 7 | 3 |
P3 | 8 | 2 |
P4 | 2 | 5 |
P5 | 5 | 4 |
------------------------------------------------------------------------------------------------------------
Perform Round Robin scheduling on the following process schedule (assume each processcomes in right after another) and state the average wait time
Hint: Do a gnatt chart
Hint: Assume a time quantum of 4ms
Process | Burst Time |
P1 | 10 |
P2 | 8 |
P3 | 2 |
P4 | 7 |
------------------------------------------------------------------------------------------------------------
Perform SJFS preemptive and nonpreemptive scheduling on the following process schedule(assume each process comes in right after another) and state the average wait time
Process | Burst Time | Arrival |
P1 | 1 | 1 |
P2 | 3 | 2 |
P3 | 8 | 3 |
P4 | 5 | 4 |
------------------------------------------------------------------------------------------------------------
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