CS 110 Arch/OS
Dining Philosophers Demo Grading
Student Cover Sheet
Introduction
10 points for the Demo.
-
Minus 5 points if your
listing
for
execution with
the default parameters (5, 6, 4, 3)
has problems.
(Hint: look for state transitions
& absence of simultaneous eating).
-
Minus 5 points if your demonstration for
execution with
the parameters (6, 5, 4, 3)
has problems.
(Hint: look for state transitions)
-
Minus 3 points if your demonstration for
execution with
the parameters (6, 0, -1, -1)
has problems.
You can quit, you can chose the defaults, you just
CANNOT die hard or run with those values.
What are you, the student, to do?
- Don't change your submitted code....
-
Print out a copy of this form.
-
Put your name in the upper right hand corner.
-
Each individual is to run the 3 executions with the
above parameters using your submitted code.
-
Turn in to my box by Friday, 14 March, the cover page and the
3 runs.
You might look at the qref on printing to save some paper.
Last modified Mar 12, 2003 by mike@cs.hmc.edu