CSC 161 Supplemental Problem 4 Grading Form
This grading form expands the Program
Style Summary and Checklist that applies to all program development
in CSC 161.
This project will be worth 25 points, based on the following rubric:
-
Program reads grid size (2 points)
-
Program reads each row of the grid (5 points)
-
Each character in the row is read
-
Any extra characters in a row are ignored
-
Program prints the grid properly (2 points)
-
Program computes and prints the counts for each row/column in the grid (7 points)
-
Each adjacent letter is counted.
-
Locations outside the grid are never counted.
-
The row/column of the highest and second highest counts are identified and
printed. (4 points)
- row/column of the highest count is printed. (2 points)
- row/column of the second highest count is printed. (2 points)
-
Comments on Program Format, Comments, Readability, etc.
(Points not given, but points can be deducted.)
-
Testing (5 points)
-
Test Plan with a numbered listing of the circumstances that can reasonably
arise in this problem
-
Listing of test cases to be considered, with the expected outcome
-
Listing of actual test runs
-
Statement of why the program is correct
Form updated: 26 August 2013