raw | curved | |
---|---|---|
MEDIAN | 72 | 77 |
AVG | 68.5 | 73.4 |
STDEV | 20.9 | 20.8 |
raw | curved | percent of class | |
---|---|---|---|
As | 109 | 158 | 26% |
Bs | 97 | 108 | 18% |
Cs | 133 | 116 | 19% |
Ds | 85 | 93 | 15% |
Es | 180 | 129 | 21% |
Total | 604 | 604 | 100% |
Allison Ben Catriona Craig Curtis Dane Eric S Erik N Jillyn Jordan JP Justin Kasey Kevin Kim Laura Leslie Lisa Rita Roy Sean Stef H Steph S Tanner Toby Will Yuki
We strongly suggest that you try to solve all of these problems yourself, on paper, without a computer, and without looking at the answer key until you're done.
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
If you are a real practice problem junkie and want even MORE problems, here are links to a few other past exams. They don't exactly match the current exam format, and they are not in our Practice-It system, so they may be of limited use. Some of the problems on these tests don't match the topics, difficulty level, and/or type of questions we currently plan to ask. (For example, the Critters assignment has changed over the years.) These links are provided merely as a convenience.
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 Marty's office door with the proper cover sheets attached. Regrades will be accepted through the end of the first week of Winter 2010 quarter.
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.
Curve: The score listed on MyUW is your raw (un-curved) score. The average was 69.4 and the median was 70. There will be a +9 point curve added to everyone's score. However, the maximum possible midterm score is 100. So, for example, if you got 93 on the exam, your maxes out at 100, not 102.
Here are some stats about the midterm, for both raw and curved scores:
raw | curved | |
---|---|---|
MEDIAN | 70 | 79 |
AVG | 69.44 | 78.11 |
STDEV | 15.84 | 15.31 |
raw | curved | percent of class | |
---|---|---|---|
As | 77 | 164 | 26% |
Bs | 98 | 151 | 24% |
Cs | 151 | 148 | 23% |
Ds | 150 | 103 | 16% |
Es | 164 | 74 | 12% |
You will get your midterm back this week in section. An answer key will also be posted next week. A few students still have not taken the midterm due to illness or other emergencies, so please do not discuss the exam problems or their solutions with others yet.
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 do not email us such questions; we don't have your exams, they're at the CSE building. You'll get your test back on Thursday in section 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 instructios below to request a regrade on your exam if you think anything was not graded accurately. We will also post a solution key soon and post the midterm problems on our Practice-It tool so that you can test your answers.
If your exam score was 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
classchar
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.S.o.p
for System.out.print
and S.o.pln
for System.out.println
. Otherwise do not abbreviate any code on the exam.