CSC 161 Supplemental Problem 2 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:
-
Procedure computeUntilDouble (15 points)
-
Correctness of computations in the main loop (6 points)
-
Correct printing for the 'n' option (2 points)
-
Correct printing for the 'm' option (2 points)
-
Correct printing for the 'a' option (2 points)
-
Correct storage of the months to double in the location referenced by
months_to_double (3 points)
-
Main program (6 points)
-
Computation and printing of monthly table (2 points)
-
Computation and printing of annual table (2 points)
-
Computation and printing of months to double (2 points)
-
Comments on Program Format, Comments, Readability, etc.
(Points not given, but points can be deducted.)
-
Testing (4 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 created: 27 July 2014
Form updated: 30 December 2014