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?
-
Print out a copy of this form.
-
Put your name in the upper right hand corner.
-
Each individual is to demonstrate their implementation
during one of the times listed on the
Demo Times page.
-
If you do not know the person demoing, then be sure to
ask around...
-
Give your copy of this page to the Demo person, who will
watch your demos and grade you.
We will try to see 'live' runs,
but in order to keep things moving we may
just review what you have captured,
so go ahead and run the above while waiting.
Last modified Oct 8, 2001 by mike@cs.hmc.edu