Prelim 1
Exam Info
- Date: Tuesday, March 10
- Time: 7:30 PM
- Locations:
- NetID ends in 0–6: Olin Hall 155
- NetID ends in 7–9: Olin Hall 165
- Topics
- Exam , Solutions
- Feedback
Those with conflicts or requiring special accommodation will take the exam at 5:45 PM; the location of this alternate exam has been e-mailed to you.
How to review?
- (Re-)Write the solutions to the example problems done in lecture, un-aided. Just reading over the code and notes is not enough.
- Re-do the discussion exercise problems that you didn't do 100% on your own, now un-aided. Just reading over the code is not enough.
- Do the review questions, referring to your lecture notes, exercises, projects, and the book as necessary
- Do one of the old exams as a reivew, referring to notes, etc., as necessary
- Do one of the old exams like an exam--unaided. I.e, use an old exam as a diagnostic tool to figure out on which topics you should go back to do more reivew.
Throughout this review process, talk to course staff during office/consulting hour to seek help and explanation as necessary in order to master the topics.
Optional Review Session
- Date: Sunday, March 8
- Time: 1:00-2:30 PM
- Location: Phillips 203
- Slides from review session
Review materials
Note on syntax: rand
, rand()
, and rand(1)
all do the same thing: return a random value in the range of 0 to 1, excluding 0 and excluding 1.