The TA/SAs grading your assignments will be using this form to tally your results. This will clearly explain to you what is being expected of you.
Question | Points | Actual | Description | Notes |
1. 20 pts. |
+4 | Documented test cases to show student has considered different possible inputs | ||
+6 | Create a String rev that represents the reverse of the line, WITHOUT using StringBuffer | |||
+4 | Properly reads Input | |||
+4 | Properly produces Output | |||
+2 | Suitable Design Recipe Documentation | |||
2. 15 pts. |
+4 | Documented test cases to show student has considered different possible inputs | ||
+4 | Properly reads String from the input file | |||
+4 | Properly calculates values for table | |||
+3 | Properly formats the output | |||
3. 25 pts. |
+4 | Documented test cases to show student has considered different possible inputs | ||
+4 | Properly reads String from input | |||
+5 | Properly reads multiple Strings from the sequence input | |||
+10 | Proper functioning and calculated results for the table | |||
+2 | Proper format of the output | |||
4. 25 pts. |
+4 | Documented test cases to show student has considered different possible inputs | ||
+4 | Properly reads String from input | |||
+5 | Properly constructs rev(s) to be used for the target search | |||
+10 | Proper functioning and calculated results for the table | |||
+2 | Proper format of the output | |||
5. 15 pts. |
+4 | Documented test cases to show student has considered different possible inputs | ||
+3 | Program reads in variable number of ints, based on user input | |||
+1 | Program prompts user for number of values to input | |||
+5 | Functionality Correct | |||
+2 | Suitable documentation (@author tags for class and design recipe within method) | |||
TOTAL 100 pts. |
Estimated Effort on these problems: 4 - 8 hours total |
To start the coding problems in this assignment, take the following steps:
<userName>.hw2
where <userName> is replaced by your CCC id. For example, if I were submitting
this assignment, I would use "heineman.hw2". When
you request to create a package (using the Eclipse wizard)
© 2006 George T. Heineman