CS 211
Data Structures
Grading:
|
30% + 30% |
|
|
Assignments
and quizzes:
programs and written
|
40% |
|
|
|
|
Grading policy for programming
assignments:
All Programming assignments will be
graded on an 3 point scale.
Written assignments will also be scaled to ywo points.
Programming grades will be assigned
as follows:
a. Two points: the program works correctly on all test
cases
b.One
point: the program works on some test cases
c. No points: a program does not run correctly on any
test case.
A
program without good documentation/comments will lose 1/2 point.
Bottom line: if the
program is perfect you get two points, if it runs correctly some of the time
and has some merit, one point. Otherwise, no points. Documentation
is important.