Back to the 2023 paper
Similar questions
OPERATING SYSTEMExplain the concept of a process. With the help of a state transition diagram, discuss the various process states.20237mOperating SystemExplain process state transition diagram of an operating system.20227mOperating SystemWrite a short note on: Process State transitions20257mProfessional Skill DevelopmentExplain project life cycle using a flow chart.202014m
PreviousConsider the following four processes with following details (time given in ms): | Process | Arrival Time | CPU Burst Time | | :--- | :---: | :---: | | P1 | 0 | 12 | | P2 | 0 | 10 | | P3 | 1 | 4 | | P4 | 4 | 10 | | P5 | 2 | 12 | Draw the Gantt chart using RR scheduling with time slice 3ms. Calculate average waiting time and average turn-around time.NextJustify the following statement: "Cycle in resource allocation graph does not always imply the occurrence of deadlock".