MIME-Version: 1.0 Server: CERN/3.0 Date: Monday, 06-Jan-97 20:25:54 GMT Content-Type: text/html Content-Length: 1300 Last-Modified: Thursday, 18-Jul-96 20:25:30 GMT Scanning the Future

CS375 Assignment Submission and Grading Policy

TA: Ms. Evangeline Fung Yu Young

fyyoung@cs

Office hours:  MW 2:30 - 4:30, F 2:30 - 3:30,
               TA station #2 (Taylor Hall basement)

Hand in a paper copy of your programs and test output in class.
Also use the program turnin to submit the homeworks.
Include a makefile or README to show how to run your program.

E.g. put the files into a subdirectory, cd to that directory,
then enter:
	turnin -submit fyyoung cs375 *
(Use /p/bin/turnin if /p/bin/ is not in your PATH.)

For more information on turnin, enter
        man turnin
  or    /usr/local/bin/man turnin

Students will receive their grades and comments individually
via email.  The paper copy may be marked by the TA.

The grade will be determined by the following criteria:
Good:
        Correct results
	Good comments
        Clean, elegant, short, bomb-proof code
	Extra features (e.g. optimization, good code generation)
	...
Bad:
	Incorrect/unfinished
	No comments
	Poor program structure/design
	Inefficient code
	...