Session Details

Week 4, Session 11 — Mon Sep 27

Reading

  1. Chapter 8
    (26 pages)

HW Due

  1. HW 10

Topics

  1. Review for Exam 1
  2. Definite loops (review, for statements)
  3. Indefinite loops ( while statements, break statements)
  4. Practice Debugging
  5. Prepare for Exam 1

Outline

  1. [10 min] Hand-back quizzes, discuss questions
  2. [25 min] Indefinite loops, while loops
  3. [5 min] Break
  4. [65 min] While loop practice, practice for Exam 1

Resources

  1. Slides While loops
  2. Exam 1 — Format, Topics and Sample Problems
  3. Same document, in Microsoft Word (above is PDF)
  4. zellegraphics documentation
  5. Python 3.1.2 documentation (as html)
  6. Python 3.1.2 documentation (as pdf)

HW Assigned

  1. HW 11