Difference between revisions of "CSC103 Schedule 2011"
(→Weekly Schedule) |
(→Weekly Schedule) |
||
Line 41: | Line 41: | ||
* '''Wednesday''' | * '''Wednesday''' | ||
<font color="lightgray"> | <font color="lightgray"> | ||
− | * Quick review | + | ** Quick review |
− | * George Boole (1779-1848) | + | ** <font color="magenta">George Boole</font> (1779-1848) |
− | * Logic, logic expression = boolean expression | + | ** Logic, logic expression = boolean expression |
− | * Any complicated logic expression can be expressed with only 3 operators: AND, OR, and NOT | + | ** <font color="magenta">Any complicated logic expression can be expressed with only 3 operators: AND, OR, and NOT</font> |
− | * Shannon (1916-2001), in 1948 writes a Master's thesis at MIT: Any binary numerical computation can be performed using logic expression, and logic operators | + | ** <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 expression, and logic operators</font> |
− | * Verify that we can add in binary. | + | ** Verify that we can add in binary. |
− | * Therefore we should be able to add using AND, OR, and NOT. | + | ** Therefore we should be able to <font color="magenta">add</font> using AND, OR, and NOT. |
− | * This creates a need for electrical circuits that implement the 3 boolean operators | + | ** This creates a <font color="magenta">need</font> for electrical circuits that implement the 3 boolean operators |
− | * Logic Gates: NOT, AND, OR | + | ** <font color="magenta">Logic Gates</font>: NOT, AND, OR |
</font> | </font> | ||
− | |||
---- | ---- | ||
* [[CSC103 2011 Homework 1 | Homework #1 ]] | * [[CSC103 2011 Homework 1 | Homework #1 ]] |
Revision as of 08:19, 26 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.