2010 March 5 / j d a v i s @ c a r l e t o n . e d u

Introduction to Computer Science

Carleton College CS 111, Winter 2010, Prof. Joshua R. Davis

Introduction

This is a first course in computer science. It assumes no background or prior experience in the subject. Our class meets in CMC 209 during period 5A (MW 1:50PM-3:00PM, F 2:20PM-3:20PM). The basic materials are as follows.

Here's how you get in contact with me:

Dr. Joshua R. Davis (most people call me Josh)
E-mail: j d a v i s @ c a r l e t o n . e d u
Office: CMC 228, x4362
Office hours: Monday, Wednesday, and Friday after class, Tuesday 10:00-11:00, and by appointment

Michael Groeneman (g r o e n e m m @ c a r l e t o n . e d u) is the prefect for this course. As a prefect, he holds a couple of review sessions each week, in which you review material from class, get questions answered, tackle additional problems, etc. He is also available for individual tutoring.

Additionally, our computer lab (CMC 306) is often staffed with CS majors who serve as lab assistants. They can help you with technical computer problems ("How do I run my Python program?") as well as conceptual questions about assignments.

Responsibilities

Final grades (A, B, C, etc.) are assigned according to an approximate curving process. By this I mean that there are no predetermined percentages (90%, 80%, 70%, etc.) required for specific grades. The following elements contribute to the final grade.

You are expected to spend at least 10 hours per week on this course outside class. Some students may need to spend more than 10 hours. If you are spending more than 15, say, then talk to me. If you are spending fewer than 10, then your education is suboptimal; we should discuss ways to enrich it, such as extra readings or side projects based on your personal interests.

Working With Others

For some assignments the students are expected to work in pairs. Your pair hands in a single copy of the assignment with both names on it. You are encouraged to talk with other pairs — to bounce ideas off them, for example — but the work that you submit must be the work of your own pair. The two members of a pair must contribute roughly equally.

Other assignments are individualized, in that each student hands in her own work. Even on these assignments you are encouraged to talk with other students. However, you should write up your work separately, in your own words.

In short, you may not copy someone else's work or allow them to copy yours. Presenting someone else's work as your own is an act of Academic Dishonesty.

Special Accommodations

During the term, you have one free pass to hand in an assignment late. Here is how you activate it. Instead of handing in the assignment, send me e-mail (by the due date) declaring that you are using your late pass and proposing a new due date. If the due date is extended by only one class meeting, then no explanation is necessary; if you need longer, then convince me. Use your free pass wisely; once you have used it, no late assignments are accepted, except in extreme circumstances that are truly beyond your control.

If some medical condition affects your participation in class or your taking of exams, let me know during the first week of class. You may need to make official arrangements with the Office of Disability Services.

Schedule

DateDayReadingTopicAssignmentNotes
M 1/0401introduction, basicsIntroductionsAbout CS 111
W 1/0602pp. 1-28lab: basicsDrawing with cTurtleGetting Started
F 1/0803lab: for loops, functionsDrawing CirclesGetting Started
M 1/1104pp. 29-44, skim pp. 45-61lab: Booleans, conditionalsTic Tac ToeGetting Started
W 1/1305pp. 62-82logic, strings, listsGetting Started
F 1/1506catch up, Tic Tac ToeGetting Started
M 1/1807finish Getting Startedwhile loops, discrete dynamical systemsGetting Started
W 1/2008pp. 83-99cryptographyCiphers
F 1/2209pp. 100-108, 117-128substitution ciphersubstitution.py
M 1/2510pp. 129-154lab: frequency analysisFrequency Analysis
W 1/2711catch-up, dictionaries
F 1/2912Exam 1Elevation Models
M 2/0113pp. 155-165lab: elevation models
W 2/0314pp. 166-184all data are numeric
F 2/0515pp. 185-199image processingInkingimageprocessing.py
M 2/08Midterm Break
W 2/1016pp. 200-234image processingimagedeforming.py
F 2/1217binaryBinary Numerals
M 2/1518binaryBinaryBinary Numerals
W 2/1719pp. 305-317recursionrecursion.py
F 2/1920recursion, efficiencyExam 2recursion.py
M 2/2221sorting, efficiencysorting.py
W 2/2422pp. 329-343objectsparticleA.py
F 2/2623lab: objectsParticles
M 3/0124finish Particleslab: objectsFinal ProjectSimulations
W 3/0325pp. 344-366lab: final project work
F 3/0526pp. 393-422design problems
M 3/0827lab: final project work
W 3/1028conclusion
S 3/13final project due 6:00PM