• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Operating Systems question

amdskip

Lifer
Round robin algorithm (like a game show). There are processes 1,2,3,4,5.

Each round is limited to 200ms. Some of the processes finish the first time they run, some are longer than 200.

The question concerns calculating the mean wait time. This means if a process 1 runs for 200, the wait time for process 2 is 200.

When calculating mean wait time do you divide by 5 (number of different processes) or you divide by how many times it takes all of the processes to finish which would be like 7 or 8.

My operating systems book and google are failing me and my professor is gone at some conference. Thanks for any help or links.
 
Back
Top