The goal of the course is to convey the fundamental concepts that enable programs to execute on real hardware. Those concepts include how the operating system virtualizes the hardware to provide basic services and abstractions to enable a user program to effectively use the available hardware resources. The course also addresses how different programming constructs and idioms work.
The basic abstraction of a program running as one or more threads of control in a single flat address space (a Unix process) is the key to the course. Emphasizing that abstraction as the underlying model for understanding how a program works, from both the user program and hardware perspective (with the OS in between), run as a theme through all topics in the course. Examples include C pointers (to data and functions), function calls and runtime stack management, dynamic memory management in the heap, and the fork/exec system calls.
Prerequisite → C- or better in CMSC132 and MATH 141
Credits → 4
Nelson Padua-Perez, Office: IRB 2210
You don't need the recommended textbooks to be successful in this course. We believe we provide all the information you need in lecture and lab. In addition, there is ton of information about C/systems programming online. We provide these references as some students prefer to have a textbook.
Title | Authors | ISBN | Type |
---|---|---|---|
C Programming, 2nd edition | K.N. King | 9780393979503 | Recommended |
Computer
Systems: A Programmer's Perspective, 3rd edition |
R.E. Bryant and D. R. O'Hallaron | 9780134092669 | Recommended |
Email (to both instructor and TAs) should be used for urgent matters and not to address project questions, lecture material questions, etc. Due to the large number of students in the instructor classes (close to a 600 :)) email should be used only when necessary. Please, keep your messages are brief as possible :).
Programming Assignments (e.g, projects), Exercises, Lab Work | 36% |
Quizzes | 4% |
Semester Exams (3), (14%, 16%, 16%) | 46% |
Final Exam | 14% |
It is your responsibility to submit regrade requests by a specified deadline; no regrade requests will be processed afterwards (even if there are grading errors). If you don't address a grading concern by the specified deadline, we will assume you have reviewed the graded work and are satisfied with your current grade. Deadlines to address any grading concerns will be available at Grading Concerns.
Every class project and the debugging quiz have a good faith attempt (GFA) requirement. The good faith attempt represents the minimum functionality you need to implement for a project. For each project you don't satisfy the good faith attempt, your class letter grade will be reduced by two letters. For example, if you have an A+, and missed one GFA, your class letter grade will be C+. The goal of the GFA is to guarantee you have the basic skills needed for upper level courses. You have until the last day of classes to satisfy any missing GFA.
The use of AI (Artificial Intelligence) tools (e.g., ChatGPT, Bing AI) for the completion of graded work (e.g., programming assignments) is not allowed and represents an academic integrity violation (see information below).
Office hours get extremely busy the day before an assignment deadline. Help during office hours is not guaranteed. TAs/instructors cannot stay holding office hours after the office hours period ends because students are waiting for help (this applies to online/virtual office hours). The sooner you start working on a project, the better your chances of getting help. Please, leave the TA room once you have received help and do not use the TA Room as a working area.
You are responsible for creating backups of your work using any approach (make sure your work is not accessible to others). No extensions will be granted if you lose your work and you had no backups.
We will be using (Piazza) for class communication. You will not be able to register to Piazza yourself. Your instructor will register you using the email address you have in the school system. Posting of any kind of code in Piazza is not allowed.
You are responsible for checking announcements (at least twice a day) we post in the announcements Piazza folder. An oldannouncements Piazza folder will have old announcements. We recommend you check messages everyday around 11:30 am and after 5:00 pm.
See the section titled "Attendance and Missed Assignments" available at Course Related Policies.
See the section titled "Accessibility" available at Course Related Policies.
If you are an ADS (https://counseling.umd.edu/ads) student (others ignore this information):
ADS students: you are responsible for reserving a space at ADS to take quizzes/exams (we cannot provide that support). Keep in mind ADS has deadlines regarding by when to schedule a day/time to take exams. If your main accommodation is extra time in exams and quizzes, you don't need to meet your instructor (just bring to lecture any form that needs a signature).
Please read this information carefully. We take academic integrity matters seriously.
If you or your parents have any class concerns, feel free to contact the instructor. If an issue arises with the instructor, report it using the form available at https://www.cs.umd.edu/classconcern.
Notice of mandatory reporting of sexual assault, sexual harassment, interpersonal violence, and stalking: As faculty members, a course instructor is designated as a “Responsible University Employee,” and must report all disclosures of sexual assault, sexual harassment, interpersonal violence, and stalking to UMD’s Title IX Coordinator per University Policy on Sexual Harassment and Other Sexual Misconduct.
If you wish to speak with someone confidentially, please contact one of UMD’s confidential resources, such as CARE to Stop Violence (located on the Ground Floor of the Health Center) at 301-741-3442 or the Counseling Center (located at the Shoemaker Building) at 301-314-7651.
You may also seek assistance or supportive measures from UMD’s Title IX Coordinator, Angela Nastase, by calling 301-405-1142, or emailing titleIXcoordinator@umd.edu.
To view further information on the above, please visit the Office of Civil Rights and Sexual Misconduct's website at ocrsm.umd.edu.
All course materials are copyright UMCP, Department of Computer Science © 2024. All rights reserved. Students are permitted to use course materials for their own personal use only. Course materials may not be distributed publicly or provided to others (excepting other students in the course), in any way or format.