Purchase Solution

Process States

Not what you're looking for?

Ask Custom Question

Please provide insight regarding the attached diagram and questions. Please provide references. Please explain the concept of process states and how you draw your conclusions for the three questions.

The following diagram indicates process states. The arrows between the boxes indicate state transitions.

(See attachment for diagram).

a) For each transition, describe an event that could cause it
b) Why is there no arrow from the wait to the running state?
c) Why is there no arrow from the ready to the wait state?

Purchase this Solution

Solution Summary

The solution explains the concept of process states and how you draw your conclusions for three different questions.

Solution Preview

Reference:
http://jan.netcomp.monash.edu.au/OS/l8_2.html

Process states
When a process is using the CPU, it is actually running and doing some work. However, it will not always stay in that state.
If a process does I/O and the device is not ready or just slow, the process will become blocked and be unable to do any more work until the I/O is complete.
In a multitasking environment, a process is not allowed to use the CPU all the time. At intervals (maybe signalled by a timer interrupt) it will be stopped by the O/S so that another ...

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Networking Questions

This quiz consists of some basic networking questions.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.