Course information

Important links

Office hours are for you!

Want to ask me questions? Even if they're vague (e.g., "I just don't get topic X")? Even if they're not about this class? Want to just chat or talk over something you're thinking about? Then office hours are for you. Come see me. I like talking to you.

Book

The textbook for this class is Dive Into Systems, a freely available online textbook by Suzanne Matthews, Tia Newhall, and Kevin Webb.

You may also find this book helpful: The C Programming Language, 2nd edition by Brian Kernighan and Dennis Ritchie. This book, often known as "K & R" after its authors, has been the essential reference and tutorial for C since 1978, and remains one of the cleanest and best introductions to any programming language ever written. I'm not requiring it for the course, since there are many C resources online and I like to keep the cost of textbooks down, but still, this is a great book that would be worth your time to read.

Grading

Your grade in the course will be determined by your performance on homework, labs, and quizzes (40%), two in-class midterm exams (20% each, weeks 4 and 8 or 9), and a takehome final (20%).

Laptops in class

On one hand, using your laptop in class can be bad for you and for your classmates.

On the other hand, we'll do at least a little lab work in class most days, for which you'll want to have a way to use a browser and a Unix command line.

So, here are my suggestions. (1) Bring your laptop, but leave it stowed until we start a lab. (2) Want or need to use a laptop for notes? Then (2.1) don't multitask, and (2.2) sit in the back row of the classroom so you don't distract your classmates.

Homework

Communication

Outside class time, I will communicate with you via the course website and our Slack workspace. I will send you the Slack invitation before the start of the term. You should plan to check the Slack #announcements and #questions channels once per day to make sure you have the most timely information about the course.

Collaboration

Working with your classmates is almost always a great thing. Sharing insights is fun and can enhance everybody's learning.

The main danger of collaborating on course work is in allowing your collaborator to do all the work, and thus all the learning.

For homework assignments (unless otherwise directed), you will submit your work individually. Though you may discuss your work with classmates, you need to write your own code, your own analysis, your own documentation, etc.

If you have any doubts about what constitutes acceptable collaboration, let me know.

Academic integrity and using other people's code

This is a big topic, so I have a generic page specifically about using other people's code in CS classes. Please read it.

With that in mind, here are a few specifics about my expectations when you're programming for CS208.

What about LLMs?

Educators at all levels and in all disciplines are experimenting to try to figure out the long-term implications of large language models like ChatGPT, Claude, Gemini, Llama, etc. In computer science, we're also thinking about code generation tools like Cursor, Claude Code, Codex, Copilot, Windsurf, etc.

Policy for this term will be posted here after we discuss it in class.

Rough Schedule