Syllabus for Computer Science 201


[Home]

Introduction to Computer Science, Fall 2019


MWF 10:30-11:20am, DL 220 Davies Auditorium

Stephen Slade
014 AKW, 432-1246 stephen.slade@yale.edu
Office hours: Wednesday 4 to 6 pm, and by appointment.

Teaching Assistants: Please see Instructor and TA contact information.

Course Description

Introduction to the concepts, techniques, and applications of computer science. Topics include computer systems (the design of computers and their languages); theoretical foundations of computing (computability, complexity, algorithm design); and artificial intelligence (the organization of knowledge and its representation for efficient search). Examples stress the importance of different problem-solving methods.

Textbook

The Racket Guide. A description of Racket for people with previous programming experience.

Optional: 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.

Other Resources

Web page
The course web page is at http://zoo.cs.yale.edu/classes/cs201.
Piazza
Students will be enrolled in a piazza site for the course. which permits an interactive exchange of questions and information. https://piazza.com/ Note: students are not allowed to post code to piazza.
Zoo accounts
The Zoo is a collection of computers located on the 3rd floor of AKW at the front of the building. You will need a *course account* on the Zoo to submit homework. Once you register for the course, an account on the zoo will be created within a few hours through an automated process. There will be *help sessions* on using the Zoo early in the term. A Zoo tutorial is available on-line from the course web page.
Course directory
The course directory, /c/cs201 is accessible from your Zoo course account. It contains copies of handouts.

Course Requirements

The course requirements consist of class attendance, (more-or-less) weekly programming assignments in Racket and occasional written homework, and two EVENING MIDTERMS and a FINAL EXAM. Plan on spending between 6-8 hours per week on the course outside of class. The programming assignments are an integral part of the course.

Please try not to leave the homework to the last minute. You will be more efficient, learn more, have more chance to get help, and generally be calmer and happier if you do the associated reading first and start the programming or other problems early.

Grading

The final grade in the course will be based on class participation, your performance on the programming assignments and other homework, and the exams. The weighting of these components will be approximately 40% on homework and 60% on exams.

Late Policy

Late work without a Dean's excuse will be assessed a penalty of 5 points per day, based on the day and time recorded by the Zoo electronic submit program. At the end of term, up to 25 points will be deducted from the total lateness penalties your homework has accrued. However, according to Yale College regulations, *no* homework can be accepted after the end of Reading Week without a Temporary Incomplete (TI) authorized by your dean.

If you have a Dean's excuse or a TI, making up missed work may involve alternative assignments, at the discretion of the instructor; please check with the instructor in this case.

Errata Policy

In an act of impressive humility, I will award errata points to students who find errors in the handouts or class notes. There is an errata folder in piazza for this purpose. One point per error. The point is awarded to the first student who notifies me (in writing) of the error. Errata points may be redeemed for late days.

Policy on Working Together

Unless otherwise specified, the homework assignments are your individual responsibility. Plagiarism is a violation of University rules and will not be tolerated. You must neither copy work from others (at Yale or elsewhere) nor allow your own work to be copied. You are definitely on the wrong side of the boundary if you give or receive a printed or electronic copy of your or anyone else's work for the course from this term or previous terms.

You are encouraged to ask others for help with the computers and Unix, with questions about Scheme, general questions about the concepts and material of the course, but if you need more extensive help with a program or other assignment, please ask a TA or the instructor for assistance. Working in groups to solve homework problems is not permitted in this course. Please talk to the instructor if you have any questions about this policy.

Course Outline

Week Date Topic
1 Aug 28, 30 Introduction. Racket.
2 Sep 4, 6 Racket
3 Sep 9, 11, 13 Racket
4 Sep 16, 18, 20 Racket. Computability.
5 Sep 23, 25, 27 Computability.
6 Sep 30, Oct 2, 4 Boolean functions and Expressions.
7 Oct 7, 9, 11 Review for midterm I. Gates and Circuits.
Oct 8 Evening midterm 7-8:30pm Davies Aud
8 Oct 14 Computer Architecture.
9 Oct 21, 23, 25 Strings and languages.
10 Oct 28, 30, Nov 1 Strings and languages.
11 Nov 4, 6, 8 Review for midterm II. Compilers.
12 Nov 11, 13, 15 Running time of programs.
Nov 12 Evening midterm 7-8:30pm Davies Aud
13 Nov 18, 20, 22 Recursion, memoization.
14 Dec 2, 4, 6 Dynamic programming. Review for final exam
Dec 15, 2pm (Sunday) Final Exam RTBA

Please see the course webpage for lecture summaries from Spring 2014 for an indication of the topics covered by the course. This term's coverage may differ somewhat.


[Home]