CSCI 1120 (Low-Level Computing):
Readings

The table below lists readings for topics covered in class. For most topics you have two options: selected chapters from the textbook, or selections from an online tutorial.

Lecture date Topic Readings
January 18 Introduction to C; variables and expressions in C; simple I/O in C
January 25 Conditional execution in C
Functions in C
February 1 Loops and arrays in C
February 8 Pointers and strings in C
February 15 I/O and files in C
February 22 Dynamic memory allocation in C
Function pointers in C
  • Chapter 17 of textbook or
  • (class notes)
March 1 C preprocessor directives
Separate compilation and make
March 8 User-defined types
March 22 Computer representation of data