MCS 260 Project Descriptions

Five computer projects will be assigned during the semester.
  1. Project One due Friday 14 September 2007, 1PM : Converting Units of Temperature.
    A possible solution : convtemp.py
  2. Project Two due Friday 28 September 2007, 1PM : Writing Numbers in Words.
    A possible solution : numbers.py
  3. Project Three due Monday 22 October 2007, 1PM : A Simplified Blackjack Game.
    A possible solution : sbj.py
  4. Project Four due Wednesday 7 November 2007, 1PM : Drawing Random Walks.
    Try randgray.py first.
    A possible solution : randwalk.py uses the module writeps.py
  5. Project Five due Wednesday 5 December 2007, 1PM : Interval Arithmetic.
    A possible solution : interval.py
a bonus project:
  1. Project Six due Monday 10 December 2007, 1PM : a GUI for an Automated Quiz.