| | |
Round Robin Completion Time
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Mar 2008
Posts: 365
Reputation:
Solved Threads: 0
My question is, how do you calculate the "Completion Time" as I am alittle confused about it. Do I add the service times and the result is the completion times? Thank you to anyone who helps
Jobs --- Service Time -- Arrival Time -- Wait Time
J1 --- 2 --- t0 --- 0
J2 --- 5 --- t0 --- 2
J3 --- 1 --- t0 + 1 sec --- 7-1=6
J4 --- 9 --- t0 + 5 sec --- 8+4-5=7
J5 --- 2 --- t0 + 10 sec --- 13-10=3
J6 --- 2 --- t0 + 15 sec --- 15-15=0
Average Wait Time = 18/6 = 3
Completion time = ??
Jobs --- Service Time -- Arrival Time -- Wait Time
J1 --- 2 --- t0 --- 0
J2 --- 5 --- t0 --- 2
J3 --- 1 --- t0 + 1 sec --- 7-1=6
J4 --- 9 --- t0 + 5 sec --- 8+4-5=7
J5 --- 2 --- t0 + 10 sec --- 13-10=3
J6 --- 2 --- t0 + 15 sec --- 15-15=0
Average Wait Time = 18/6 = 3
Completion time = ??
![]() |
Similar Threads
- round robin algorithm (Computer Science)
- Help me in Round Robin Algorithem& Shortest remaining time next (C)
- Round Robin Time Slicing (C++)
- Round Robin Algorithm Simulation (C++)
- Round Robin Algorithm Simulation (C++)
- Send Me The Code For Round Robin (C++)
- Round Robin algorithm? (Java)
Other Threads in the C++ Forum
- Previous Thread: dynamic instantiation of c++ objects
- Next Thread: Problems with my if loop
| Thread Tools | Search this Thread |
api array based beginner bitmap c++ c/c++ calculator char class classes code coding compile compiler console conversion count database delete deploy desktop developer directshow dll download dynamic email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp homeworkhelper iamthwee ifstream input int integer java lib linkedlist linker linux list loop looping loops map math matrix memory multiple news node number output parameter pointer problem program programming project python random read recursion recursive return sorting string strings struct temperature template templates test text text-file tree unix url variable vector video visualstudio win32 windows winsock word wordfrequency wxwidgets





