CSC 115 Supplemental Problem 2 Grading Form
This grading form expands the Program
Style Summary and Checklist that applies to all program development
in CSC 115.
This project will be worth 25 points, based on the following rubric:
-
Definition of compute_neg_power function (3 points)
-
Definition of compute_payment function (3 points)
-
Computation and printing of monthly payment, number months, and total
amount for regularly payments (4 points)
-
Computation and printing of monthly payment, number months, and total
amount when first payment only is doubled (4 points)
-
Computation and printing of monthly payment, number months, and total
amount when first year of payments are doubled (4 points)
-
Computation of additional costs (if any) for payment options 1 and 2 over
option 3 (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: 27 July 2014