Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The following state transition table is a simplified model of process management, with the labels representing transitions between states of READY, RUN, and BLOCKED. image.png

The following state transition table is a simplified model of process management, with the labels representing transitions between states of READY, RUN, and BLOCKED.
image.png
Give an example of an event that can cause each of the above transitions. Draw a diagram if that helps.
3. Assume\table[[,READY,RUN,BLOCKED],[READY,-,1,-],[RUN,2,-,3],[BLOCKED,4,-,-]] at time 5, no system resources are being used except for the processor and memory. Now consider the following events:
At time 5: P1 executes a command to read from disk unit 3.
At time 15: P5s time slice expires.
At time 18: P7 executes a command to write to disk unit 3.
At time 20: P3 executes a command to read from disk unit 2.
At time 24: P5 executes a command to write to disk unit 3.
At time 28: P5 is swapped out.
At time 33: An interrupt occurs from disk unit 2: P3s read is complete.
At time 36: An interrupt occurs from disk unit 3: P1s read is complete.
At time 38: P8 terminates.
At time 40: An interrupt occurs from disk unit 3: P5s write is complete.
At time 44: P5 is swapped back in.
At time 48: An interrupt occurs from disk unit 3: P7s write is complete.
For each time 37, and 47, identify which state each process is in. If a process is blocked, further identify the event on which it is blocked.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data With Hadoop MapReduce A Classroom Approach

Authors: Rathinaraja Jeyaraj ,Ganeshkumar Pugalendhi ,Anand Paul

1st Edition

1774634848, 978-1774634844

More Books

Students also viewed these Databases questions

Question

1.What the demand curve and supply curve are

Answered: 1 week ago