Difference between revisions of "CSC103 Schedule 2011"
(→Weekly Schedule) |
(→Weekly Schedule) |
||
Line 34: | Line 34: | ||
* '''Monday''': | * '''Monday''': | ||
+ | ** Introduction to the semester | ||
+ | ** Overview | ||
+ | ** History of Computers | ||
+ | ** Binary System | ||
+ | ** The Transistor | ||
+ | * '''Wednesday''' | ||
<font color="lightgray"> | <font color="lightgray"> | ||
− | * | + | * Quick review |
− | * | + | * George Boole (1779-1848) |
− | * | + | * Logic, logic expression = boolean expression |
− | * | + | * Any complicated logic expression can be expressed with only 3 operators: AND, OR, and NOT |
− | * | + | * 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 |
− | * | + | * Verify that we can add in binary. |
− | * | + | * Therefore we should be able to add using AND, OR, and NOT. |
− | * | + | * This creates a need for electrical circuits that implement the 3 boolean operators |
− | + | * Logic Gates: NOT, AND, OR | |
</font> | </font> | ||
* '''Wednesday''' | * '''Wednesday''' |
Revision as of 08:17, 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.