CSCI 2330
Foundations of Computer Systems

Bowdoin College
Fall 2025
Instructors: Sean Barker & Jeffrey Knockel

Course Overview

This course will provide a broad, programmer-oriented introduction to how modern computer systems execute programs, store information, and communicate. We examine the hardware and software abstractions and implementations required to go from a program expressed in a high-level programming language like C to the computer actually running the program. Topics include concepts of program compilation and assembly, machine code, data representation and computer arithmetic, caching and the memory hierarchy, processes, and system-level I/O.

Primary course goals include:

Prerequisites

CSCI 2102 (Data Structures and Advanced Programming II). Prior knowledge of C is not required or expected.

People

Co-Instructors:
Prof. Sean Barker — Searles 220 —
Prof. Jeffrey Knockel — Searles 219 — j.knockel@bowdoin.edu

Learning Assistants (LAs):
Caroline Berney
Rafael Almeida
Yeo Bondar

The regular schedule of office hours (with the instructors) and evening lab hours (with the LAs) will be posted to the #schedule channel in the Slack.

Class Information

Mondays, Wednesdays, and Fridays, 10:05 am-11:30 am.

Classroom is TBD.

Health Guidelines

Students are expected to exercise good judgment with respect to attending in-person classes, office hours, and LA sessions. If you have active symptoms of contagious illness, you should take reasonable precautions and, if appropriate, temporarily pause in-person attendance and let the instructors know so that we can properly support you.

Textbook

While no textbooks are required, the following textbook will closely follow much of the class, and is recommended if you would like to have a textbook reference:

textbook2 textbook

R. Bryant and D. O'Hallaron. Computer Systems: A Programmer's Perspective, 3rd edition (2015). Available at Amazon (hardcover or paperback) and elsewhere. You should only use the 3rd edition; earlier editions are substantially different.

In addition, you may wish to acquire a reference on the C programming language. As an example, below is the gold standard of C programming books (concise but fairly dense):

B. Kernighan and D. Ritchie. The C Programming Language, 2nd edition (1988). Available at Amazon or elsewhere.

Course Requirements

Course requirements include completion of roughly 6 lab assignments, 3 exams (two midterms and a final, each covering roughly a third of the semester), and attendance and participation during all classes and lab sessions. Evaluation will be as follows:

Labs will be a mix of individual and group assignments and will involve a mix of programming and problem solving, broadly defined. Mastering the material covered in class will require rigorously and thoughtfully engaging with the labs, and you should expect to commit a significant amount of time to completing them.

Keep in mind that labs serve primarily to develop your understanding of the material rather than to evaluate it. In contrast, exams serve primarily to demonstrate your understanding. Lab scores in this class are typically only weakly correlated with exam scores. This observation should not discount the importance of the labs, but rather emphasize the importance of how you engage with the labs. You should approach the labs with the objective of rigorously engaging with the conceptual material, rather than simply completing the labs as expediently as possible and getting a good score (since such an approach may lead to a lack of real understanding and, as a result, the likelihood of low exam scores). If you feel like you are struggling to understand the lab material (even if you are still completing them and getting good lab scores), you should come to talk to us early so that we can make a plan to assist you!

Assignment Logistics and Deadlines

Each assignment has several important dates: a release date, an acceptance deadline, possibly one or more checkpoints, and a final due date. Further details are given below.

The assignment writeup is posted on the release date. Following this date, the acceptance deadline is the date by which you must form a team (if working in a group) and "accept" the assignment on GitHub, which will initialize your team's repository and allow me to add any team-specific files. Accepting the assignment only takes a minute or two, and the acceptance deadline is normally a few days after the release date. Failure to accept the assignment by the acceptance deadline may result in your inability to work on the assignment for a significant length of time. Avoid introducing unnecessary time crunches by accepting each assignment prior to the deadline!

For some assignments, checkpoints are intermediate deadlines at which time part of the assignment is due. Checkpoints are designed to help you work steadily and seek out assistance early if needed. Checkpoints are ungraded, but failure to meet a checkpoint is a warning that you are not currently on track to comfortably complete the assignment. If you will not or do not meet a checkpoint, you should contact us to indicate (1) where you are in the assignment, (2) what difficulties you are experiencing, and (3) what your plan is to catch up. Extra flexibility with deadlines will not be offered if you have missed checkpoints without contacting us.

To provide reasonable no-questions-asked flexibility with final due dates, you are allotted five flex days for the semester, each of which may be used to submit an assignment up to 24 hours late without penalty. A maximum of three flex days may be applied to a single assignment. For group projects, applying a flex day uses a flex day from each group member's allotment, but can be applied as long as at least one group member has a flex day remaining. Flex days do not need to be applied towards checkpoints, but you should let me know regardless if you will not meet a checkpoint. Beyond the use of your flex days, work will not be accepted after the due date unless alternate arrangements have been approved in advance of the deadline.

Electronic Communication

We will use Slack to facilitate communication and discussion outside of class. Slack supports both traditional 1-to-1 communication (Direct Messages / DMs) and forum-style discussions with multiple participants. You should prefer messaging us over Slack instead of sending email, as it is will be easier to keep track of class-related communication and will result in faster responses. You will get set up on Slack as part of the first class assignment.

You will normally receive a response to Slack messages within one business day. While you may get a response outside of regular working hours (evenings, weekends, etc.), you should not expect as such. If you have not received a response within two business days, please feel free to send a followup reminder.

Guidelines on Group Work

Collaboration is important and valuable in computer science and some assignments in this course will permit working in a group. This section describes expectations and requirements for completing group work in this course.

For all group work, a single copy of the assignment will be submitted. Group members are expected to fully collaborate on the work, and all group members are responsible for understanding all parts of the assignment. In other words, you should not plan to split the work between the group members and complete the parts independently; instead, the expectation should be that you will work collectively as a group.  For programming assignments completed in groups, most or all programming should be done with all group members working in front of a single (physical or virtual) computer.  Group members should take turns ‘driving’ (writing code) and ‘directing’ (looking at the code and offering suggestions and feedback).

Note that this model of groupwork means that you should choose your group members carefully and deliberately.  In particular, you should consider both your individual working styles and schedules; you cannot be an effective team if you cannot find suitable chunks of time to collaborate synchronously. If you want to work in a group but don't have a partner in mind, let us know and we can try to match you. Working in a group on one assignment does not commit you to working in the same group (or in any group) on future assignments.

As discussed previously, groups must be formed by the assignment acceptance deadline, which is typically a few days after the assignment is released. Accepting the assignment on GitHub constitutes forming your group. Group changes following the acceptance deadline are not normally permitted for the duration of that assignment. However, in the event that your group is not working smoothly for any reason and you do not believe it will be resolved, you should let us know as soon as possible. We can't address a problem that we don’t know exists!

Group reports: Each student working in a group is required to submit an individual group report at the conclusion of each group assignment. Your group report must (1) identify your partner(s), (2) summarize your own contributions to the assignment, and (3) summarize your partners' contributions to the assignment. The purpose of these reports is to provide mutual accountability within your group and to ensure that groups are functioning well. These reports do not need to be overly detailed and are often of the form "I worked with my partner on the entirety of the project together at the same time." Note that we reserve the right to adjust individual grades up or down from the group grade in cases of clear inequity. Group reports should be DM'd to the instructors on Slack and are due at the same time of the assignment itself. Your assignment will not be considered submitted until both the assignment and your group report is received! Your randomly generated Slack string is dokuve (save this).

Collaboration Policy and Honor Code

Please review the Computer Science Collaboration Policy. You are responsible for reading, understanding, and adhering to this policy.

Group work follows the standard guidelines described above, with the exception that collaboration between members within the group is unrestricted and does not need to be cited. Any collaborations outside of the group must follow the standard guidelines.

Guidelines on Generative AI

Any use of generative AI (e.g., systems like ChatGPT) should follow the same basic guidelines as for any other external resources, as detailed in the collaboration policy above. For example, any use of ChatGPT should be cited, and you should not blindly ask ChatGPT for solutions (in the same way that you should not Google for solutions). As a rule of thumb, feel free to ask AI for help understanding concepts (while being aware of the possibility of AI hallucinations) but be very cautious of asking for any direct help with specific coursework. Even aside from concerns regarding the Honor Code, improper use of AI is likely to compromise your learning and lead to poor performance on exams.

If you have any questions regarding the use of generative AI, please ask!

Feedback

Feedback is welcome on all aspects of the course as we go, either by DM on Slack or by using the anonymous feedback form. Send feedback early, as the sooner that it is received, the more likely it is that adjustments can be made in response.