Operating Systems - Old Questions
Question Answer Details
1. For the processes listed in following table, draw a Gantt chart illustrating their execution using:
a. First-come-First-Serve
b. Short-Job-First
c. Shortest-Remaining-Time-Next
d. Round-Robin (quantum=2)
e. Round-Robin (quantum=1)
Processes |
Arrival Time |
CPU Time |
A |
0.000 |
3 |
B |
1.001 |
6 |
C |
4.001 |
4 |
D |
6.002 |
2 |
What is the turnaround time for
each algorithm?
Answer
AI Generated Answer
AI is thinking...