Princeton University
Computer Science Department

Computer Science 217
Introduction to Programming Systems

Larry Peterson

Spring 2013


Directory
General Information | Schedule | Assignments | Announcements | Policies

The schedule will change throughout the course. Please check it frequently.


Week 1: 2/4 - 2/10

Reading (required): C Programming (King) 1, 2 ,3

Reading (required): Computer Systems (Bryant & O'Hallaron) 1

Reading (recommended): Unix Tutorial for Beginners

Reading (recommended): GNU Emacs Tutorial

Lecture 1: (Monday) Introduction; C Overview

Precept 1: (Monday/Tuesday) Introduction; The Computing Environment; Program Preparation

Lecture 2: (Wednesday) C Examples

Precept 2: (Wednesday/Thursday) Unix; Bash; Emacs


Week 2: 2/11 - 2/17

Reading (required): C Programming (King) 4, 5, 6, 7, 14, 15, 20.1

Reading (recommended): Computer Systems (Bryant & O'Hallaron) 2

Reading (recommended): GNU GDB Tutorial

Lecture 3: (Monday) The Design of C

Precept 3: (Monday/Tuesday) Simple C Programs; C Fundamentals

Lecture 4: (Wednesday) The Design of C (cont)

Precept 4: (Wednesday/Thursday) Multi-File C Programs; GDB

(Sunday 2/17) De-Comment Assignment Due (at 9:00PM)


Week 3: 2/18 - 2/24

Reading (required): C Programming (King) 8, 9, 11, 12, 13

Reading (recommended): The Practice of Programming (Kernighan & Pike) 5, 6

Lecture 5: (Monday) Testing

Precept 5: (Monday/Tuesday) C Pointers and Arrays

Lecture 6: (Wednesday) Debugging

Precept 6: (Wednesday/Thursday) C Arrays and Strings


Week 4: 2/25 - 3/3

Reading (required): C Programming (King) 16, 17, 22

Reading (recommended): The Practice of Programming (Kernighan & Pike) 1, 2

Lecture 7: (Monday) Program and Programming Style

Precept 7: (Monday/Tuesday) C Command-Line Arguments; C Structures; C Dynamic Memory Management

(Tuesday 2/26) String Module Assignment Due (at 9:00PM)

Lecture 8: (Wednesday) Data Structures and Algorithms

Precept 8: (Wednesday/Thursday) The Meminfo Tool; Abstract Data Types in C


Week 5: 3/4 - 3/10

Reading (required): C Programming (King) 19

Reading (recommended): The Practice of Programming (Kernighan & Pike) 4

Lecture 9: (Monday) Modularity

Precept 9: (Monday/Tuesday) C Void Pointers; The Symbol Table Assignment

Lecture 10: (Wednesday) Generics

Precept 10: (Wednesday/Thursday) C Function Pointers; A DynArray ADT

(Sunday 3/10) Symbol Table Assignment Due (at 9:00PM)


Week 6: 3/11 - 3/17

Reading (required): C Programming (King) 10, 18

Lecture 11: (Monday) Midterm Prep (Exams and Answers from Previous Semesters)

Precept 11: (Monday/Tuesday) C Declarations and Definitions; Midterm Exam Prep Sheet

Lecture 12: (Wednesday) Midterm Examination (This Semester's Exam, Answers to This Semester's Exam)

Precept 12: (Wednesday/Thursday) NO PRECEPT


Week 7: 3/18 - 3/24

(Monday - Sunday) Spring Recess


Week 8: 3/25 - 3/31

Reading (required): Computer Systems (Bryant & O'Hallaron) 3 (OK to skip 3.13 and 3.14)

Reading (recommended, for reference only): IA32 Intel Architecture Software Developer's Manual: Volume 1: Basic Architecture

Reading (recommended, for reference only): IA32 Intel Architecture Software Developer's Manual: Volume 2: Instruction Set Reference

Reading (recommended, for reference only): IA32 Intel Architecture Software Developer's Manual: Volume 3: System Programming Guide

Reading (recommended, for reference only): Intel 64 and IA-32 Architectures Optimization Reference Manual

Reading (recommended, for reference only): Tool Interface Standard (TIS) Executable and Linking Format (ELF) Specification

Lecture 13: (Monday) Language-Levels Tour: Assembly Language 1

Precept 13: (Monday/Tuesday) Assembly Language: Getting Started

Lecture 14: (Wednesday) Language-Levels Tour: Assembly Language 2

Precept 14: (Wednesday/Thursday) Assembly Language: Fundamentals, Control Transfer (Part 1)


Week 9: 4/1 - 4/7

Reading (recommended): Computer Systems (Bryant & O'Hallaron) 5.1-6, 7

Lecture 15: (Monday) Language-Levels Tour: Assembly Language Function Calls

Precept 15: (Monday/Tuesday) Assembly Language: Control Transfer (Part 2), Instruction Operands, GDB for Assembly Language (Part 1)

Lecture 16: (Wednesday) Language-Levels Tour: Assemblers and Linkers

Precept 16: (Wednesday/Thursday) Assembly Language: Local Variables, Functions, GDB for Assembly Language (Part 2)


Week 10: 4/8 - 4/14

Reading (required): Computer Systems (Bryant & O'Hallaron) 8.1-8.3, 9.1-8

Reading (required): Communications of the ACM "Detection and Prevention of Stack Buffer Overflow Attacks" paper

Reading (recommended): Computer Systems (Bryant & O'Hallaron) 6

Reading (recommended): The Practice of Programming (Kernighan & Pike) 7

Reading (recommended): GNU Make Tutorial

Reading (recommended): GNU Gprof Tutorial

Lecture 17: (Monday) Service-Levels Tour: Exceptions and Processes

Precept 17: (Monday/Tuesday) Building and Performance

(Wednesday 4/10) Assembly Language and Testing Assignment Due (at 9:00PM)

Lecture 18: (Wednesday) Service-Levels Tour: Memory Management

Precept 18: (Wednesday/Thursday) The Buffer Overrun Assignment


Week 11: 4/15 - 4/21

Reading (required): The C Programming Language (Kernighan & Ritchie) 8.7

Reading (required): Computer Systems (Bryant & O'Hallaron) 9.9-12

Lecture 19: (Monday) Service-Levels Tour: Dynamic Memory Management 1

Precept 19: (Monday/Tuesday) C Abstract Objects; The HeapMgr Assignment: Introduction

Lecture 20: (Wednesday) Service-Levels Tour: Dynamic Memory Management 2

Precept 20: (Wednesday/Thursday) The HeapMgr Assignment: Baseline Implementation Data Structures and Algorithms, Baseline Implementation Code

(Sunday 4/21) Buffer Overrun Assignment Due (at 9:00PM)


Week 12: 4/22 - 4/28

Reading (required): Computer Systems (Bryant & O'Hallaron) 8.4-5

Reading (recommended): Computer Systems (Bryant & O'Hallaron) 10

Lecture 21: (Monday) Service-Levels Tour: I/O Management, Process Management

Precept 21: (Monday/Tuesday) The HeapMgr Assignment: First Assignment Implementation Data Structures and Algorithms, First Assignment Implementation Code (partial), Second Assignment Implementation Data Structures and Algorithms

Lecture 22: (Wednesday) Service-Levels Tour: Signals

Precept 22: (Wednesday/Thursday) The Unix Shell Assignment: Introduction


Week 13: 4/29 - 5/5

Lecture 23: (Monday) Service-Levels Tour: Performance Revisited

Precept 23: (Monday/Tuesday) The Unix Shell Assignment: Processes

(Tuesday 4/30) Heap Manager Assignment Due (at 9:00PM)

Lecture 24: (Wednesday) Lawyers, Guns, and Money

Precept 24: (Wednesday/Thursday) The Unix Shell Assignment: I/O Redirection and Signals


Week 14: 5/6 - 5/12

(Monday - Sunday) Reading Period


Week 15: 5/13 - 5/19

(Monday - Tuesday) Reading Period

(Tuesday) Dean's Date

(Tuesday 5/14) Shell Assignment Due (at 5:00PM)

(Wednesday 5/15) Final Exam Prep Session, 1:30PM, CS Building 104 (Final Exam Preparation Handout)

(Thursday 5/16) Final Exam Prep Session, 1:30PM, CS Building 104 (Final Exam Preparation Handout)

(Friday 5/17) Final Examination, 1:30PM, Frick Chemistry Laboratory B02 (Final Exams and Answers from Previous Semesters, Answers to This Semester's Exam))

(Wednesday - Sunday) Final Examination Period


Week 16: 5/20 - 5/25

(Monday - Saturday) Final Examination Period


All lecture notes are copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by Jaswinder Pal Singh, David August, Vivek Pai, Jennifer Rexford, Kai Li, Andrew W. Appel, Randolph Wang, Thomas Funkhouser, David R. Hanson, Larry Peterson, and/or Robert M. Dondero, Jr. All precept handouts are copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by Robert M. Dondero, Jr. Permission to reproduce these notes for not-for-profit educational purposes is hereby granted. These notes may not be reproduced for commercial purposes without the express written consent of the author.