Link Search Menu Expand Document

CS5600: Computer Systems


05/08: Final grade distribution and letter grade released

  1. See Canvas homepage for the information.

Announcements

Course information

  • Course Number: CS 5600
  • Lectures: MonWed 14:50 - 16:30
  • Room: Science Engineering Complex 102
  • Instructor: Cheng Tan
  • Teaching Assistants: Saket Kumar, Suteja Bhimashankar Patil, and Micah Weston
  • Staff mailing list: cs5600sp22-staff@ccs.neu.edu
  • Office hours:
TueSuteja Bhimashankar Patil15:00 - 16:00Microsoft Teams (see Canvas for instructions)
WedCheng Tan16:45 - 17:45In-person, 332 WVH
ThuMicah Weston16:00 - 17:00
9:00 - 10:00
Microsoft Teams (see Canvas for instructions)
FriSaket Kumar11:30 - 12:30Microsoft Teams (see Canvas for instruction)

The course

  • The lectures will cover topics of computer systems and operating systems. See schedule here.
  • The labs are an important part of the course. See them here.
  • The homeworks are intended to reinforce the contents of lectures. They will be posted on the schedule page.
  • The announcements will be posted here.
  • The policies and grading for this course is here.

Goals and non-goals

Goals: The main goal of this course is to teach you how to think from the prospective of a system developer and give you some tools to address system related problems. After completing this course, you should realize that there is no magic in computers and you should have the confidence to solve most computer system problems (if given enough time). Further, this course aims to let you try the workflow and environment of system development, including tools like Linux command line, vim, and git. Of course, you will learn a series of skills through practice. Coding (the labs) is a critical part of this course and, hopefully, you will find it rewarding.

Non-goals: This course is not supposed to

  • teach you how to program,
  • teach you any specific programming languages,
  • train you to get a high score in your system design interviews (though, likely, you will get it as a bonus of your hard work in this course).

Textbooks

Acknowledgments

We are heavily indebted to NYU CS202, prior CS5600s (summer18, spring20, fall20, spring21), and ancestors of these courses.