You can now check your final score on MyUW (see instructions). Exams can be picked up from the CSE front desk.
The final average was 73% and was not curved (instead I curved up the overall grades).
If you believe that one or more programming problem was incorrectly graded and you would like a regrade, you must:
import
statements in your exam code.S.o.p
for System.out.print
and S.o.pln
for System.out.println
. Otherwise do not abbreviate any code on the exam.Many of the sample exams below are also found on Practice-It
Random
objects and generating random numbersboolean
variables, parameters, returns, etc.DrawingPanel
and Graphics
do/while
loops and the break
statement (regular while
loops may be needed, though)try
/catch
statementsassert
statementnull
Object
class; implementing an equals
method; the instanceof
keywordHusky
-only methods of Critters
, such as getX
, getNeighbor
, win
, and lose
You can now check your midterm score on MyUW (see instructions). Your exam will be returned to you in section on Thursday. Please wait to receive your exam before asking grading questions.
The midterm average was 77.77% and I was shooting for an average of 78%, so there won't be a curve
Here is how the class did (a star represents 1 student). Each number represents students who got that grade and up to 5 points higher. For example, the 85 line represents students who got between 85 and 89 points:
101 * 95 ******************** 90 ****************** 85 ***************************** 80 **************** 75 ************** 70 **** 65 *************** 60 ********** 55 ****** 50 ***** 45 ** 40 ***** 35 * 30 25 20 * 15 * 10 5 0
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 programming problem was incorrectly graded and you would like Nick to regrade it, you must:
cheat sheet (will be provided as last page of exam)
DrawingPanel
, Graphics
, Color
and Random
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)printf
statementsimport
statements in your exam code.S.o.p
for System.out.print
and S.o.pln
for System.out.println
. Otherwise do not abbreviate any code on the exam.