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 17 Introduction to C; variables and expressions in C; simple I/O in C
January 24 Conditional execution in C
Functions in C
January 31 Loops and arrays in C
February 7 Pointers and strings in C
February 21 I/O and files in C
February 28 Dynamic memory allocation in C
Function pointers in C
  • Chapter 17 of textbook or
  • (class notes)
March 7 C preprocessor directives
Separate compilation and make
April 4 Computer representation of data
April 11 User-defined types