You can now check your final exam score on canvas. Please pick up your exam from the CSE reception before asking grading questions. The reception is open 9am-4pm daily with a lunch break 12pm-1pm.
The exam had an average around 69% and a median around 73%. This was a bit lower than I wanted, so I will be more generous with overall course grades.
If you believe that one or more problems were incorrectly graded and you would like an exam regrade, you must:
DrawingPanel
and Graphics
do/while
loops and the break
statement (regular while
loops may be needed, though)try
/catch
statementsnull
Object
class; implementing an equals
method; the instanceof
keywordHusky
-only methods of Critters
, such as getX
, getNeighbor
, win
, lose
, and mate
import
statements in your exam code.Your exam will be returned to you in section on Thursday. Please wait to receive your exam before asking grading questions.
The average was a 79.3 and the median was a 83. I thought it was a challenging test, so congrats! Here is a Histogram of the scores in the class. I wrote this up pretty quickly using DrawingPanel. After Friday's lecture, you will have learned all the tools to make this yourself, and we'll specifically discuss how to use arrays to help us solve this kind of problem on Monday!
If your exam score was simply added up incorrectly, take it to your TA and they'll fix it for you.
If you believe that one or more problems were incorrectly graded and you would like an exam regrade, you must:
Question | Description |
---|---|
1 | expressions |
2 | parameter mystery |
3 | if/else simulation |
4 | while loop simulation |
5 | assertions |
6 | programming |
7 | programming |
8 | programming (probably hard) |
System.out.printf
will not be required. System.out.println
and System.out.print
will be covered.DrawingPanel
, Graphics
, and Color
do/while
loops and the break
statement (regular while
loops WILL be tested)assert
statement (not the same as logical assertions, which WILL be tested)import
statements in your exam code.