CSC 115 Supplemental Problem 3 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:
-
Function header with appropriate parameters (3 points)
-
Within function, proper initialization before loop (4 points)
-
Within function, appropriate loop body (6 points)
-
Within function, proper return (3 points)
-
Use of function within a main program (4 points)
-
Comments on Program Format, Comments, Readability, etc.
- Points not given, but points can be deducted.
- Loss of all credit for pow function
- more than n multiplications overall
- penalty for use of global variables
-
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: 6 March 2022