(Latest Revision: 11/25/2001 ) solo_3_ResultsByCode

solo_3_ResultsByCode




This file shows grades on solo program #3, 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 or if you find an error.

0197: J,V (100 -5 -10 == 85)
0241: 0
0434: 0
0570: A,E,F,J,K (100 -20 -2 -3 -2 -5 == 68)
0713: A,E,F,J,K,U (100 -20 -2 -3 -5 -5 -X'd == 65)
0890: A,J,U,W (100 -20 -3 -5 -X'd == 72)
1822: 0
2075: A,E,F,J,M,U,W (100 -10 -2 -3 -5 -4 -5 -X'd == 71)
2305: E,F,J,K,M (100 -2 -3 -2 -5 -4 == 84)
2553: 0
2727: E,F,J,U (100 -2 -3 -2 -5 == 88)
3318: E,F,J,U (100 -2 -3 -2 -5 -5 == 83)
3454: A,C,J,M,V,W (100 -10 -5 -5 -5 -10 -X'd == 65)
3484: 0
4125: A,F,J,T,V (100 -20 -3 -5 -7 -X'd == 65 )
4748: E,J,M,T,U,W (100 -3 -5 -4 -10 -5 -X'd == 73)
4987: 0
5573: J,Q,R,U (100 -2 -20 -5 == 73)
6929: E,H,J,K,T,W (100 -3 -3 -5 -5 -2 -2 == 80)
7418: K (100 -15 == 85)
7883: E,F,J,V,W (100 -2 -3 -5 -10 -5 == 75)
7974: A,J,K,M,N,T,V,W (100 -0 -2 -5 -4 -10 -10 -X'd -5 == 64)
8182: A (100 - 50 == 50)
8284: 0
8885: A,E,T (100 -10 -2 -4 == 84)
8887: F,J (100 -3 -2 == 95) 
8991: J,V (100 -5 -10 == 85)
9317: 100
9881: D (100 -100 == 0)

======================================================
Legend
======================================================

A. Program was late (Due 11/07)  (-10 pts per day)
B. Program was too late to be accepted (-100 pts)

C. The correct subject line was not used. (-5))

D. Program does not compile (up to -100 points)

E. At the start, program does not explain the purpose of the program (-2)
F. At the start, program does not tell about how to use the program (-3)
G. Program fails to prompt for an input (-5)
H. Program asks for inputs in the wrong order or manner (-3)
I. Program fails to provide for entering all numbers in the proper format (-5)
J. Prompt does not make clear what the desired input format is. (up to -5)
K. Program outputs incorrect future value(s). (up to -15)
L. Program does not tell what the input was when giving the answer (-5)
M. Program does not use the proper format when giving the answer (up to -10)

N. There are fewer than four functions. (-10)
O. The function set is not a reasonable design (up to -10)

P. The program uses a global variable (-5)
Q. The program does not make proper use of parameters. (up to -20)
R. The program does not make proper use of return values. (up to -10)

S. No test script was received. (-15)
T. Script does not evince an effort to achieve good code coverage. (up to -10)

U. Header comments before functions are missing. (-5)
V. There are no header comments. (-10)

W. Code is not indented properly (-1 per line up to max of -5)
X. There is a function with more than one return statement. (-1 per extra return)
-------
"X'd" means "Excused" 
(If you had a lot of point deductions, I excused some things.)
======================================================
======================================================