CS 1102: Accelerated Intro to Program Design

Succeeding in the Course

Teaching Philosophies | Expectations | How to Study


How 1102 Differs from Other Early CS Courses

CS 1102 has a different style from programming courses you may have taken earlier. In many programming courses, your primary task is to learn how to program effectively in the language taught in the course. You cover other material along with the programming materials (data structures such as lists, trees, queues, etc), but your main goal is to be able to program effectively with the concepts covered in class.

In contrast, the concepts covered in CS 1102 are more abstract. In the languages portion of the course, we won't often say "here's a new data structure: write a program that uses it". Instead, we'll say "here's a new problem domain: figure out a language to simplify programming in this domain and how to create that language." This is a much more open-ended task. If you're not aware of this difference and approach the assignments like those from the more programming-oriented classes, you're likely to end up frustrated and lost.

This page gives you suggestions for how to adapt your working skills to the more open-ended style of CS 1102. If you're struggling with this adjustment, come see us and we'll help you with it. Most students struggle with this transition at some point (this is well-documented across college-age students), so please don't feel self-conscious about it (here's a short column on the stages of intellectual development in college students).


Prof. Gennert's Teaching Philosophy

My approach to teaching is simply stated, "The students come first." That is, a teacher's obligation is to the students. not the material. Whether I cover the exact topics planned for a given day is less critical than that you learn something that day.

I believe that students learn best by engaging actively, not reading and listening passively. The most important parts of a course are the labs and homework exercises. That is where you assemble and assimilate your own knowledge. Thinking and talking about course material are almost as important, so we will often do active learning exercises in class. So do come to class; don't just sit in your room and read the book!


Our Expectations for Students

These expectations are less about content, and more about how you proceed through the class.


How to Study

For the first part of the course (where we learn functional programming), the syllabus page will contain links to extra exercises corresponding to each lecture. If you are having problems with the programming exercises we do in class, you need to be doing these extra problems. We will be teaching you a step-by-step approach to writing programs early in the course. If you're not able to start writing a program, you're not using the steps. We can help you with the steps if you come to office hours.

For the second part of the course (on languages), you will mostly be doing more open-ended assignments. The assignments will follow on similar examples from lecture. If you get stuck, go back to the lecture notes and study the process through which we approached the problem. Try to write down the kinds of questions that we asked that led from one stage of the solution to the next. If you don't see this process, it's very unlikely that you'll be able to do the assignment. Again, we can help you extract this process if you ask.

Students who've taken the course in the past offer consistent advice: attend lectures, start homework early (especially the project), and go to office hours.


This page maintained by Mike Gennert
Department of Computer Science Worcester Polytechnic Institute