Midterm Review
Computers Unlimited
Computers Unlimited will be having an information session with
pizza tonight at 5:30 p.m. and will be interviewing tomorrow.
More information.
Exam Logistics
- When: Wednesday, October 22nd from 9:00 a.m. - 9:50 a.m.
- Where: EPS 103
- You may bring one sheet of regular paper (8.5 inches by 11 inches)
with whatever notes you want written on both sides.
No other materials (calculators,
the textbook, laptops, iPods, cell phones, etc.) are allowed.
Extra Help
I will be in the CS Conference Room (EPS 347) from 7:00 p.m. - 8:30 p.m.
Tuesday evening if you want to discuss any of the material.
Types of Questions
- Given code, explain what it does or what it outputs.
- Given code that contains errors and a description of what
the code should do, fix the code to perform as intended.
- Given some starting code and a description of a problem, write
code to solve the problem.
- Unless specified in the problem description, comments
(javadoc and otherwise) are not necessary.
Coverage
- Chapters 1 - 7 of the textbook
- Lecture material through Monday, October 20th.
- In labs through Tuesday, October 21st.
- Programming Assignments through Tuesday, October 21st.
- Note: Building a webpage will not be tested.
- Note: Graphics will not be tested.
Tips
- Work on understanding the material, not memorizing it.
- Get a good night's sleep the night before the exam.
- Write neatly.
- If you can't solve a problem completely, solve it partially
and show your work. Partial credit can be earned.
Lecture Code
Help Session Code