Difference between revisions of "CSC103 Schedule 2011"
(→Weekly Schedule) |
(→Weekly Schedule) |
||
Line 43: | Line 43: | ||
** Logic, logic expression = boolean expression | ** Logic, logic expression = boolean expression | ||
** <font color="magenta">Any complicated logic expression can be expressed with only 3 operators: AND, OR, and NOT</font> | ** <font color="magenta">Any complicated logic expression can be expressed with only 3 operators: AND, OR, and NOT</font> | ||
− | ** <font color="magenta">Shannon</font> (1916-2001), in 1948 writes a Master's thesis at MIT: <font color="magenta">Any binary numerical computation can be performed using logic | + | ** <font color="magenta">Shannon</font> (1916-2001), in 1948 writes a Master's thesis at MIT: <font color="magenta">Any binary numerical computation can be performed using logic expressions, and logic operators</font> |
** Verify that we can add in binary. | ** Verify that we can add in binary. | ||
** Therefore we should be able to <font color="magenta">add</font> using AND, OR, and NOT. | ** Therefore we should be able to <font color="magenta">add</font> using AND, OR, and NOT. |
Revision as of 07:44, 27 January 2011
--D. Thiebaut 08:44, 7 January 2011 (EST)
Prof
Dominique Thiébaut email |
Weekly Schedule
Week | Topics | Reading |
Week 1 1/24 |
|
|
Week 2 1/31 |
|
|
Week 3 2/7 |
|
|
Week 4 2/14 |
|
|
Week 5 2/21 |
|
|
Week 6 2/28 |
|
|
Week 7 3/7 |
|
|
Week 8 3/14 |
|
|
Wiki pages
Click here to access the class Wiki pages.
Additional Resources
- IEEE Special Issue on Singularity
- Stock pictures
- Javascript Resources
- Tutorials and examples of Javascript code. Type in the code and see its effect directly on the same page.