On this page you will find information about our exams and practice exams to use for studying.
The final exam follows the same regrade policy as the midterm exam (see below). A cover sheet and Practice-It output is required for a final exam regrade. You can slide your final under Hélène's office door (CSE 338) with the proper cover sheets attached. Regrades will be accepted through the end of the first week of Winter 2012 quarter.
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
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
, lose
, and mate
You can now check your midterm score on MyUW. If you don't see your midterm score on your MyUW page, follow our MyUW directions.
The average score was around 83%. There will not be any curve.
You will get your midterm back next week in your section.
Questions: After the midterm, usually a lot of students want to email us questions about exactly what points they missed, or why they got the score they got. Please save such questions until you get your test back and can determine this information for yourself at that time.
Another topic students frequently ask about is: If their score was lower than they hoped, they want to ask about how much effect that will have on their grade, or what their options are, etc. This is a natural question to want to ask, but most of the information to answer it can be found on this web site. The course syllabus lists the relative grading weight of homework vs. midterm vs. final exam, so you can use that to compute the rough effect on your grade of a particular midterm score. You may want to use our new Grade-a-nator page to help you compute your approximate grade. Also look at our FAQ page for info about S/NS grading options, drop dates, and other information.
Regrades: We work hard to grade consistently and correctly, but sometimes we make mistakes in grading. See the instructions below to request a regrade on your exam if you think anything was not graded accurately. We have posted a solution key and have posted the midterm problems on our Practice-It tool so that you can test your answers.
If your exam score was simply added up incorrectly, take it to your TA and they'll fix it for you.
If you disagree with the grading, such as if you think your solution actually does work, or that your solution is more nearly correct than it was given credit for, the procedure for regrades is the following:
DrawingPanel
, Graphics
, and Color
Point
classdo/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.S.o.p
for System.out.print
and S.o.pln
for System.out.println
. Otherwise do not abbreviate any code on the exam.