0
1.1kviews
What is the average turn-around time using FCFS, SJF and Round -RObin(with a quantum of 1 sec) scheduling?
written 6.9 years ago by | modified 2.9 years ago by |
Subject: Operating System
Topic: Process Concept and Scheduling
Difficulty: Low
There are five process A to E which are waiting to be scheduled. Their arrival times are 0,1,3,9 and 12 sec respectively and their processing times are 3,5,2,5 and 5 seconds respectively. What is the average turn-around time using FCFS, SJF and Round -RObin(with a quantum of 1 sec) scheduling?
ADD COMMENT
EDIT
1 Answer