Suppose an OS was designed so that processes could be in any of the following states: a.

Question:

Suppose an OS was designed so that processes could be in any of the following states:

a. Running: Currently using the CPU.

b. Ready: Waiting for the CPU.

c. Blocked for Interrupt: Waiting for an interrupt handler to finish, then resume running.

d. Blocked for reusable resource: Waiting for a consumable resource to be allocated, then will become ready.

e. Blocked for consumable resource: Waiting for a reusable resource to be allocated, then will become ready.

Draw a state diagram to represent a process with these states.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: