It's UWAweek 30 (2nd semester, week 1)

help2002

This forum is provided to promote discussion amongst students enrolled in CITS2002 Systems Programming.
Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.
Displaying selected article
Showing 1 of 1168 articles.
Currently 13 other people reading this forum.


 UWA week 35 (2nd semester, week 6) ↓
SVG not supported

Login to reply

👍?
helpful
7:48am Tue 29th Aug, Jacob R.

I'm still unsure when the state transition would occur, though. Like from RUNNING to BLOCKED or READY would be easy to implement, because the process is already on the CPU, but if it's moving from BLOCKED to READY, then when would this be executed on the CPU. I don't believe this was answered in the other response. Because it has quite a few options. Like it could be executed instantly, regardless of what's on the CPU presently (the OS takes over) and this could then be split into whether the current process is put into READY or is continued after the state transition (the former would require an additional state transition); or if the state transition would occur after the current process is finished on the CPU (immediately after or queued with the other processes). I mean this question is more on specifics, because I've already got a working model, but it makes a different assumption on how the CPU and OS are managed. And there's also an implicit query in my question about whether reading or writing from IO requires the CPU to be in operation and if it would prevent other processes from running.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  7:24AM Jul 25 2024
Privacy policy