Out: Monday, September 14, 2009
Due: Monday, September 21, 2009
The purpose of this assignment is to familiarize you with the PLT module and test systems, the CCIS computing facilities, and the turn-in procedures we will use in this course. It is also intended to give you practice using the various methods of definition discussed in class and in writing and testing simple procedures in Scheme.
Please also note that, although submitting a picture is required, we will respect your privacy. If you prefer not to have your picture included in the class photo album, please notify me privately by email.
Each of these 18 exercises will count 2 points each, for a maximum of 36 points on this assignment. (This number is chosen as a convenient grading scale and does not affect the worth of this problem set in your overall grade, see [weighted averages].)
Follow the instructions at the beginning of Section 1.4 in interpreting these problems. For each procedure, you must include a purpose statement, contract, and tests (using check-expect) following the examples in class. If you have any auxiliary procedures, you should include purpose statement and contract for each of them as well.
Note: the tests in the book are almost never sufficient! An unsatisfactory set of tests will result in a 2-point penalty. For Exercise 1.21, your tests should use the procedure equal-as-sets? to capture the requirement that "the 2-lists may appear in any order."
Code that is really badly indented or not indented at all will be penalized. Use the PLT indenter.
Your deliverables are:
Last modified: Wed Sep 09 20:34:34 Eastern Daylight Time 2009