Difference between revisions of "CSC231 Schedule 2012"
(→Weekly Schedule) |
(→Weekly Schedule) |
||
Line 103: | Line 103: | ||
** Q&A | ** Q&A | ||
** The '''ADD''' instruction | ** The '''ADD''' instruction | ||
− | ** < | + | ** <font FACE="courier" size="+1">int a = 3, b = 5, result = 0; result = a + b;</font> |
** [[CSC231 DDD Lab | Tutorial on using the DDD debugger]] | ** [[CSC231 DDD Lab | Tutorial on using the DDD debugger]] | ||
− | ** Computing Fibonacci terms: '' | + | ** Computing Fibonacci terms: ''Fib<sub>n</sub> = Fib<sub>n-1</sub> + Fib<sub>n-2</sub>'' |
* '''Wednesday''' | * '''Wednesday''' | ||
* '''Friday''' | * '''Friday''' |
Revision as of 08:51, 24 September 2012
--D. Thiebaut 11:15, 24 August 2012 (EDT)
Weekly Schedule
Week | Topics | Reading |
Week 1 9/7 |
|
|
Week 2 9/10 |
|
|
Week 3 9/17 |
|
|
Week 4 9/24 |
|
|
Week 5 10/1 |
|
|
Week 6 10/8 |
|
|
Week 7 10/15 |
|
|
Week 8 10/22 |
|
|
Week 9 10/29 |
|
|
Week 10 11/05 |
|
|
Week 11 11/12 |
|
|
Week 12 11/19 |
|
|
Week 13 11/26 |
|
|
Week 14 12/03 |
|
|
Week 15 12/10 |
|
|