Week |
Monday |
Wednesday |
Friday |
0
|
|
|
Sep 26
|
Lecture 1: Introduction
|
- Course administration, set up
- Client, server, Unix
|
|
|
1
|
Sep 29
|
Lecture 2: Introduction
|
- Computers and Programming
- Unix system commands
|
|
|
Oct 1
|
Lecture 3: Introduction to C
|
- Programming in C
- Our first C program
|
|
|
Oct 3
|
Lecture 4: Introduction to C
|
- Program structure
- Input, computation, output
|
|
|
2
|
|
Oct 8
|
Lecture 6: Arithmetic in C
|
- Type conversion, explicit, implicit
- Arithmetic expressions
|
|
|
Oct 10
|
Lecture 7: Conditions in C
|
- Relational, logical operators
- Conditional expressions, statements
|
|
|
3
|
|
Oct 15
|
Review,
Quiz: Lectures 1-8
|
- Introduction to C
- Basic types, operators
- Expressions, statements
|
|
Oct 17
|
Midterm 1:
|
- Basic C programming
- Basic types, operators
- Expressions, statements
|
|
4
|
Oct 20
|
Lecture 9: Formatted output
|
- Formatting specifiers
- Programming principles
|
Assignment 3 due at noon!
|
|
Oct 22
|
Lecture 10: Structured programming
|
- If-Else statement
- Switch statement
|
|
|
Oct 24
|
Lecture 11: Structured programming
|
- Repetition statements
- While, Do-While, For loops
|
|
|
5
|
|
Oct 29
|
Lecture 13: Functions
|
- Function concepts and terms
- Hierarchy of functions
|
|
|
Oct 31
|
Lecture 14: Functions
|
- Scopes, scope rules
- Local variables, debugging
|
|
|
6
|
Nov 3
|
Lecture 15: Functions
|
- Function call graph, trace
- Stack, stack frames, debugging
|
Assignment 5 due at noon!
|
|
Nov 5
|
Lecture 16: Functions
|
- Math library functions
- Standard library functions
|
|
|
Nov 7
|
Lecture 17: Arrays
|
- Data structure introduction
- One, multi-dimensional arrays
|
|
|
7
|
Nov 10
|
Lecture 18: Arrays
|
- Pass by value, pass by reference
- Character arrays (strings), BubbleSort
|
|
Nov 12
|
Review,
Quiz: Lectures 9-18
|
- Structured programming
- Functions
- Arrays
|
|
Nov 14
|
Midterm 2:
|
- Structured programming
- Functions
- Basic, array data types
|
|
8
|
|
Nov 19
|
Lecture 20: Data structures
|
- Structures, unions, enumerators
- Type definitions
|
|
|
Nov 21
|
Lecture 21: Binary data representation
|
- Data in memory, bits, bytes
- Number formats, bin/oct/dec/hex
|
|
|
9
|
Nov 24
|
Lecture 22: Pointers
|
- Data objects in memory
- Introduction to pointers
|
|
|
Nov 26
|
Lecture 23: Pointers
|
- Pointer operations
- String manipulation
|
|
|
Nov 28
|
Holiday: Thanksgiving
|
|
10
|
|
Dec 3
|
Lecture 25: Translation units
|
- Compiler components
- Multiple translation units
|
Assignment 7 due Dec 4 at noon!
|
|
Dec 5
|
Review,
Quiz: Lectures 19-25
|
- Recursion, iteration
- Data structures, pointers
- File processing, translation units
|
|
Final
|
|
Dec 10
|
Final Exam:
|
8:00 am - 10:00 am
|
|
|