Computer Science 201 Assignments


[Home]

Reading Assignments

1/14 Read The Racket Guide, Chapters 1 and 2, experimenting with Dr. Racket as you go along. (If you are joining the class late, please do this assignment as soon as you can!)
1/14 Optional readings:
  • Programming and Meta-Programming in Scheme,
  • Programming in Scheme Learn Scheme Through Artificial Intelligence Programs,
  • The T Programming Language (on closed reserve at Bass)
  • The scheme programming language (on closed reserve at Bass)
  • The scheme programming language (online copy)
  • How To Design Programs (online copy). (buy from Amazon) An introduction to programming using Racket written by the inventors of racket. It assumes no programming background.

  • Problem Sets

    1/14 Homework #0: hw0.rkt. It is due online via the Zoo submit system, at 11:59 Wednesday, January 30th. (It is also available in /c/cs201/hws/hw0.rkt from your Zoo account.) Information on using the Zoo machines: Zoo tutorial.
    1/23 Homework #1: hw1.rkt. It is due online via the Zoo submit system, at 11:59 Wednesday, February 6th. (It is also available in /c/cs201/hws/hw1.rkt from your Zoo account.)
    1/28 Homework #2: hw2.rkt. It is due online via the Zoo submit system, at 11:59 Wednesday, February 13th. (It is also available in /c/cs201/hws/hw2.rkt from your Zoo account.)
    2/4 Homework #3: hw3.rkt. It is due online via the Zoo submit system, at 11:59 Wednesday, February 20th. (It is also available in /c/cs201/hws/hw3.rkt from your Zoo account.)
    hw3 extension to Sunday, 2/24 11:59pm
    2/22 Homework #4: hw4.rkt. It is due online via the Zoo submit system, at 11:59 Wednesday, March 6th. (It is also available in /c/cs201/hws/hw4.rkt from your Zoo account.)
    3/6 Homework #5: hw5.rkt. It is due online via the Zoo submit system, at 11:59 Wednesday, March 27th. (It is also available in /c/cs201/hws/hw5.rkt from your Zoo account.)
    Extension to Sunday March 31st, 11:59pm
    3/25 Homework #6: hw6.rkt. It is due online via the Zoo submit system, at 11:59 Sunday, April 7th. (It is also available in /c/cs201/hws/hw6.rkt from your Zoo account.)
    4/8 Homework #7: hw7.rkt. It is due online via the Zoo submit system, at 11:59 Sunday, April 21st. (It is also available in /c/cs201/hws/hw7.rkt from your Zoo account.)
    Never Homework #8: hw8.rkt. NOT ASSIGNED. For you viewing pleasure only. (It is also available in /c/cs201/hws/hw8.rkt from your Zoo account.)

    [Home]