(Latest Revision: 12/17/2001 ) solo_6_ResultsByCode

solo_6_ResultsByCode




This file shows grades on solo program #6, along with indications
of the problems and point deductions.

Find your code number below.  

Look at the the codes and scores beside your code number.

Then see the "Legend" at the end of the file to determine the
meaning of the codes.  

See me if you have any questions, if you find an error, or if you
want further explanation of your grade.

0197: G06(-5),G07(-2),G11(-4),G13(-2),G16,S08(-2),S14(-3): --> 82/100
0241: --> 0/100
0434: --> 0/100
0570: G18: --> 40/100
0713: G14(-3),G17(-5): --> 92/100
0890: G01(-20),G09(-4),G13(-2): --> 74/100
1822: --> 0/100
2075: --> 1/100
2305: G01(-10),G08(-2),G13(-4),S16: --> 84/100
2553: --> 0/100
2727: G01(-40): --> 60/100
3318: G03(-2),G06(-5),G07&S11(-10),G13(-3),G17(-5),S13(-5): --> 70/100
3454: --> 0/100 
3484: --> 0/100
4125: G01,G04: --> 40/100
4748: G09(-2),G11(-2),G13(-1),G17(-5),S13(-5): --> 85/100
4987: --> 0/100
5573: G06(-5),G07(-2),G11(-4),G13(-1),G17(-5),S08(-2): --> 81/100
6929: G01(-10),G13(-5),S13(-5),S15(-5): --> 75/100
7418: G04: --> 40/100
7883: G13(-3): --> 97/100
7974: --> 0/100
8182: --> 0/100
8284: --> 0/100
8885: G01(-20),G04: --> 40/100
8887: G01,G04: --> 40/100
8991: G03(-4),G09(-2),G13(-1),G14(-3),G17(-5),S13(-5): --> 80/100
9317: G01(-10),G08(-2),G13(-2),G14(-3),G17(-5): --> 78/100
9881: --> 0/100
======================================================
Legend
======================================================
Generic Types of Problems
--------------------------
G01. Program was late (Due 12/10)  (-10 pts per day)
G02. Program was too late to be accepted (-100 pts)
G03. The correct subject line was not used. (-2 each message)
G04. Program does not compile (up to -100 points)
G05. The program does not use functions appropriately. (-10)
G06. The program uses a global variable inappropriately (-5)
G07. The program does not make proper use of parameters. (up to -20)
G08. The program does not make proper use of return values. (up to -10)
     (-1 for each function that should be void but is not)
     (-3 for each function that fails to return a value and thus
      creates a logical error)
     (-1 each for extra return statements in functions)
G09. Function or variable does not have a mnemonic name (-2 each)
G10. Header comment before main program missing. (-3)
G11. Header comments before functions missing or have the wrong
     kind of content. (up to -5)
G12. There are no header comments (or almost none). (-10)
G13. Code is not indented properly (For each group of lines that
     is not indented from its enclosing brace by two or more
     spaces, -1 point, up to a max of -5.  A point is taken off
     also when there are two lines that should have the same
     level of indentation, but do not.)
G14. Program and output does not fit into a field width of 78
     characters. (this tends to make it harder to check and test) (-3)
G15. No test script was received. (-15)
G16. Script does not evince an effort to achieve good code
     coverage. (up to -10)
G17. Script does not evince an effort to cover boundary values
     adequately. (-5)

G18. Program compiles but the output is very incorrect.

======================================================
Assignment-Specific Problems
--------------------------

S01. Program does not print proper report headings. (-5)
S02. Program does not print student numbers. (-5)
S03. Program prints student numbers starting at 0. (-3)
S04. Program does not print the number of correct answers. (up to -100)
S05. The number of correct answers is off by one. (-5)
S06. The number of correct answers is off by more than one. (up to -100)
S07. The program does not print PASS/FAIL. (-10)
S08. Report is not tidy and/or readable. (up to -5)
S09. Columns of the report are out of order. (-3)
S10. The program does not have at least three functions. (-10)
S11. The program does not have two functions with parameters. (-10)
S12. The program does not use an array for the key. (up to -100)
S13. The program uses the wrong input file name. (-5)
S14. No PASSES (x)or no FAILS in testing reports. (-3)
S15. Program attempts to get some input from the wrong stream. (-5)
S16. Program contains some confusing code.
======================================================