Teaching Site
Courses
Career
Other Resources
Contact
Introduction to Low-level Programming
This course explores computer organization, memory, C programming, and systems fundamentals.
Lectures
Lecture 1: Intro
Lecture 2: Fundamentals
Lecture 3: User Input, Expressions
Lecture 4: Operators Part 2, Control Flow
Lecture 5: Arrays and Intro to Pointers
Lecture 6: Functions