CS302 Fall 2004: Grading Guideline
The following is the general guideline. It is applicable to all lab assignments.
NOTE: The maximum number of points on any lab is 100.
- Program doesn't compile: -100 points.
- Program compiles but doesn't do anything: -100 points.
- Style problem including but not limited to modularity, comments: -5
-- -10 points
- Segmentation fault/bus error in standard program execution: -20
points.
- Segmentation fault/bus error caused by the lack of error checking:
-10 points.
- No makefile: -10 points.
- No header file when needed for compilation : -10 points.
- Late labs (except for the 1 allowed late lab) will receive 0 points.
- Send us files we don't need (include but not limited to: object
files, executables, test files): -2 -- -20 points.
The following are the guidelines for each lab so far.