CS 241 Labs


The labs are stored in postscript (they are no longer compressed).
CORRECTION OF TYPO IN LAB 0: To add the package with the SUN compiler you should type:
pkgaddperm sc
pkgadd sc
Also the editing features within the debugger will be enhanced if you type:
pkgaddperm openwin
pkgadd openwin
Remember both of these pair of commands need only be typed once at will automatically add the needed packages in the future.
o Lab 0 --- Not turned in (See the README file.)

o Lab 1 --- Due on Monday September 11 (See the README file.)

o Lab 2 --- Due on Monday October 16 (See the README file.)

o Lab 3 --- Due on Friday November 3 (Here is the test data to use.)
		Here is a  sample program 
		   to generate 10 random coin flips where a seed is
                   provided (from the user) for the random number generator.
		Here is a  sample program 
		   to generate 10 random coin flips where the system
                   clock is used as a seed.
o Lab 4 --- Due on Monday December 4 (Here is the test data to use.)


Return to the CS241 Home Page