This shows you the differences between the selected revision and the current version of the page.
| courses:cs334-200903:assignments:top 2009/10/28 12:34 | courses:cs334-200903:assignments:top 2009/11/18 12:07 current | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| Assignment 6: pg 271 #6.23 - Bounded Buffer Monitor - Due 11/5/09 | Assignment 6: pg 271 #6.23 - Bounded Buffer Monitor - Due 11/5/09 | ||
| - | /* | ||
| - | Assignment 6: pg 691 #12.9 - Creating a Shipping Package Hierarchy. Due Tuesday 3/31/09 | ||
| + | Assignment 7: pg 691 #7.20 - Banker's Algorithm - Due Monday 11/9/09 | ||
| + | |||
| + | Assignment 8: [[Assignment 7 Link|Fork/Join-Parbegin/Parend]] - Due Monday 11/16/09 | ||
| + | |||
| + | /* | ||
| Assignment 7: [[Assignment 7 Link]] - Polymorphic Banking System. Due Tuesday 4/14/09 | Assignment 7: [[Assignment 7 Link]] - Polymorphic Banking System. Due Tuesday 4/14/09 | ||
| Line 41: | Line 44: | ||
| **Exam 2:** | **Exam 2:** | ||
| - | TBA | + | Monday November 23, 2009 |
| - | /* | ||
| - | CS203 Midterm Exam Monday, 2/23/09 \\ | ||
| - | One page of notes \\ | ||
| Topics: | Topics: | ||
| - | - Given an ADT (description), create a class with a .h and a .cpp file | + | - Chapters 6 - 7 |
| - | - Creating and using an array (1d or 2d) | + | - One page of notes |
| - | - Passing an array to a function, or passing an array element to a function | + | - Synchronization, Transactions, Serializability, Timestamps, Deadlock characterization, prevention, avoidance, detection, |
| - | - Structured programming principles (control statements) | + | recovery, Bankers algorithm, |
| - | - A program with nested control structure | + | |
| - | - Recursion | + | |
| - | - Scope rules - trace a program | + | |
| - | - Rand() | + | |
| - | */ | ||
| /* | /* | ||
| - | **Exam 2:** | ||
| - | |||
| - | TBA | ||