|
Fundamental Programming Concepts
Summer 2000 |
|
Part | Points |
5 | |
|
|
Newsgroup post | 5 |
|
|
Program | 15 |
|
|
Total | 25 |
General Comments:
People did NOT pay enough attention to the style guide. Take the subtle points it discusses very seriously--style is essential to good programming.
To understand why points were taken off, please look at your answer and the general grading criteria given; most point deductions are
then self-explanatory. Regrade requests from students who have not carefully read the general grading criteria are extremely unwelcome
and may be treated as such.
For errors not immediately explained in the general grading criteria, the grading is explained in a text file on your disk called
"grading.txt". The value for each error is given next to a description of the error.
The overall score on the lab is given at the end of the report file.
File extensions: When asked to submit the file Lab1.mcp, do NOT submit something called "Lab1.mcp.copy". These are not the same
file. File extensions --those things after the dot in the filename--
matter a lot.
Naming of methods: The convention is that the first letter is not capitalized, but each successive word begins with a
capital letter. For instance: printBlank. No points were taken off for this point THIS TIME, but in the future we may deduct
points for ANY use of poor style, including this. Good style is essential.
Use the tab key to indent things; it more easily permits you to be more consistent with your text style than hitting the space
bar a lot.
A good way to turn in a bunch of related files (like you did for this lab) is to have them all in a folder and simply turn in that
folder. Unless you are sure that you have a better way, please use this suggestion.