T-Th 9:05
or
T-Th 11:15
in Olin 155

CS 1110: Introduction to Computing Using Python

Fall 2012

Exams

There are two prelims and a final in this course. Because of the size of this class, and having to coordinate multiple sections, the exam times have already been scheduled way in advance. Please make sure that you have nothing else planned at these times; there are no alternative times for these exams.

With that said, we will have a policy for legitimate conflicts. We will explain later how to deal with these issues.


Prelim 1

Time: Thursday, October 4th, 7:30 pm to 9:00 pm
Place: Exact rooms determined by last name.

  • Last names A — Q meet in Kennedy 1116
  • Last names R — T meet in Warren 131
  • Last names U — Z meet in Warren 231

  • Review Session: Sunday, September 30th, 1:00 pm to 3:00 pm in Olin 155

    Study Guide     Review Questions (no answers)     Review Questions (answers)

    This prelim will cover the basics of Python. It will include the material presented in class up to, and including, September 25. There is no Recursion on this prelim. In addition, you are responsible for any and all reading in listed on the lecture slides for each day.


    Prelim 2

    Time: Tuesday, November 6th, 7:30 pm to 9:00 pm
    Place: Exact rooms determined by last name.

  • Last names A — Q meet in Kennedy 1116
  • Last names R — T meet in Warren 131
  • Last names U — Z meet in Warren 231

  • Review Session: Sunday, November 4th, 4:00 pm to 6:00 pm in Hollister B14

    Study Guide     Review Questions (no answers)     Review Questions (answers)

    This prelim will cover the more advanced concepts that we have talked about since the last exam. In particular, both recursion and classes will feature heavily on this exam. It will include the material presented in class up to, and including, October 30. This includes recursion, iteration (for-loops), classes, and object-oriented design.


    Final Exam

    Time: Friday, December 7th, 9:00 am to 11:30 am
    Place: Exact rooms determined by last name.

  • Last names A — U meet in Statler 185
  • Last names V — Z meet in Statler 196

  • Review Session: Information Page

    Study Guide

    The final is comprehensive, and will include topics from the previous two prelims. New topics on the final include while loops and loop invariants. You will be expected to reproduce one of the important sequence algorithms covered in class.