Assignments:

Assignment 1: First Program: Write 00h to 8000h, read 8000h, compare to 0, halt if zero. If not zero, go into an infinite loop. Second Program: Write AAh to every memory byte in RAM, check every byte in RAM for AAh. If not, go into an infinite loop. Write 55h to every memory byte in RAM, check every byte in RAM for 55h. If not, go into an infinite loop. ----

Exams:

**Midterm Exam:** TBA /* Tuesday, October 13, 2009 * One page of handwritten notes Topics: - Chapters 1 - 8 - Write a class - Structured programming (control statements) - Recursion - Arrays - 1 and 2 dimensions - Arrays - char arrays - Arrays - passing to functions - Scoping and lifetime (local variables, etc.) - trace a program - Pointers and references */ **Final Exam:** - Wed May 12, 9:00-11:00 AM /* The final exam is a programming project that simulates a checkout counter with a queue of customers: [[Final Project|Final Project]] Due 12/18/09 */