CSAPP-Labs icon indicating copy to clipboard operation
CSAPP-Labs copied to clipboard

:computer: Computer Systems: A Programmer's Perspective, Lab Assignments Solutions

Computer Systems: A Programmer's Perspective, 3/E (CS:APP3e)

Course Description

The ICS course provides a programmer's view of how computer systems execute programs, store information, and communicate. It enables students to become more effective programmers, especially in dealing with issues of performance, portability and robustness. It also serves as a foundation for courses on compilers, networks, operating systems, and computer architecture, where a deeper understanding of systems-level issues is required. Topics covered include: machine-level code and its generation by optimizing compilers, performance evaluation and optimization, computer arithmetic, memory organization and management, networking technology and protocols, and supporting concurrent computation.

Lab Assignments

Lecture Notes

My own lecture notes of CS 15-213

  • Representing and Manipulating Information
  • Exceptional Control Flow in Computer Systems, Part 1
  • Introduction to Memory Hierarchy, Part 1
  • Introduction to Memory Hierarchy, Part 2
  • Introduction to Linking
  • Introduction to Virtual Memory