|
Computer Science 217
Introduction to Programming Systems
Kai Li |
Spring 2004
|
Directory
General Information |
Schedule |
Assignments |
Announcements |
Policies
Course Summary
The purpose of this course is to provide the fundamental background necessary
to understand, design and implement the components of software systems.
Examples of such components include text editors, assemblers, linkers, interpreters,
profilers, and portions of operating systems. The course is
divided into four major parts, programming in C language, software
engineering disciplines, machine organization and assembly language
programming, basic system services and their implementations.
Administrative Information
Lectures:
MW 10:00-10:50, Computer Science Building 105
Precepts:
- TTh 12:30-1:20, Computer Science Building 302 (Robert Dondero)
- MW 1:30-2:20, Computer Science Building 302 (Robert Dondero)
Professor:
Kai Li : Computer Science Building
306 : 609-258-4637: li@cs.princeton.edu
Office Hours: MW 11-12, Tue 2:30-4, or by appointment
Preceptors:
Robert Dondero
: Computer Science Building 206 : 609-258-2211 : rdondero@cs.princeton.edu
Office Hours: MW 12:30, TTh 1:30, or by appointment
Undergraduate Coordinator:
Tina
McCoy : Computer Science Building 410 : 609-258-1746 : tmmccoy@cs.princeton.edu
Prerequisites
COS 126. More specifically, you should have substantial programming
experience using some high-level programming language such as Java. Prior
experience with the C programming language is helpful but not essential.
Textbooks and Other Reading
Required (available at the University Bookstore):
- C Programming: A Modern Approach, K. N. King, Norton & Co. 1996.
- The Practice of Programming, Brian W. Kernighan and Rob Pike, Addison-Wesley 1999.
Required (available online):
Highly Recommended (available at the University Bookstore, and on reserve in the
Engineering Library):
- Programming with GNU Software, Michael K. Loukides & Andrew Oram, O'Reilly 1997.
Optional (available online):
Optional (available at the University Bookstore, and on reserve in the
Engineering Library):
- The Unix Programming Environment, Brian W. Kernighan and Rob Pike, Prentice-Hall
1984.
Other (on reserve in the Engineering Library):
- The C Programming Language (second edition). Brian W.Kernighan and Dennis M. Ritchie, Prentice-Hall 1988.
- C: A Reference Manual (any recent edition), Samuel P. Harbison &
Guy L. Steele, Prentice-Hall 1994.
- C Interfaces and Implementations. David R. Hanson, Addison-Wesley 1996.
Note: You may use different editions of the textbooks, but if so then you
are responsible for figuring out any changes in section numbers for the
readings.
Academic Regulations
The Policies regarding
collaboration and plagiarism are similar to those in COS 126.
Please read them.