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.
    1. Program doesn't compile: -100 points.
    2. Program compiles but doesn't do anything: -100 points.
    3. Style problem including but not limited to modularity, comments: -5 -- -10 points
    4. Segmentation fault/bus error in standard program execution: -20 points.
    5. Segmentation fault/bus error caused by the lack of error checking: -10 points.
    6. No makefile: -10 points.
    7. No header file when needed for compilation : -10 points.
    8. Late labs (except for the 1 allowed late lab) will receive 0 points.
    9. 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.