Difference between revisions of "CSC103 Weekly Schedule 2008"

From dftwiki3
Jump to: navigation, search
(Weekly Schedule)
Line 8: Line 8:
 
<meta name="copyright" content="(c) D. Thiebaut 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,2008" />
 
<meta name="copyright" content="(c) D. Thiebaut 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,2008" />
 
<meta name="robots" content="FOLLOW,INDEX" />
 
<meta name="robots" content="FOLLOW,INDEX" />
 +
<center>
 +
[[CSC103 | Back to CSC103 Main Page]] | [http://tango.csc.smith.edu/classwiki/index.php/CSC103_Page Class Wikis]
 +
</center>
  
[[CSC103 | Back to CSC103 Main Page]] | [http://tango.csc.smith.edu/classwiki/index.php/CSC103_Page Class Wikis]
+
----
<hr />
 
 
__TOC__
 
__TOC__
  
Line 43: Line 45:
 
** Review  
 
** Review  
 
** Truth tables and verification of addition equations
 
** Truth tables and verification of addition equations
carry = bit1 AND bit2
+
:<pre> carry = bit1 AND bit2</pre>
sum  = (bit1 AND NOT bit2) OR (NOT bit1 AND bit2)
+
:<pre> sum  = (bit1 AND NOT bit2) OR (NOT bit1 AND bit2)</pre>
 
** Logic gates
 
** Logic gates
 
** Logic design
 
** Logic design

Revision as of 12:10, 14 September 2008

<meta name="keywords" content="computer science, connex array, transputer, cache memories, trolltech, qt, mysql, php, phprunner, reverse culture shock" /> <meta name="description" content="Dominique Thiebaut's Web Page" /> <meta name="title" content="Dominique Thiebaut -- Computer Science" /> <meta name="abstract" content="Dominique Thiebaut's Computer Science Web pages" /> <meta name="author" content="thiebaut at cs.smith.edu" /> <meta name="distribution" content="Global" /> <meta name="revisit-after" content="10 days" /> <meta name="copyright" content="(c) D. Thiebaut 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,2008" /> <meta name="robots" content="FOLLOW,INDEX" />

Back to CSC103 Main Page | Class Wikis


Weekly Schedule

Week Topics Reading
Week 1
9/08
George Bool

Homework #1

Chapter 1. Skip Sections 1.3 and up.
Week 2
9/15
  • Monday
    • Review
    • Truth tables and verification of addition equations
 carry = bit1 AND bit2
 sum  = (bit1 AND NOT bit2) OR (NOT bit1 AND bit2)
    • Logic gates
    • Logic design
  • Wednesday
    • Lab: logic design
    • Creating a Wiki page

Chapters 2 and 3.

Week 3
9/22
  • Meeting in McConnel Foyer for PC Lab
  • bring cameras (or phones with camera)!
Week 4
9/29
Week 5
10/06
Week 7
10/13
  • Fall Break--No class on Monday


Wiki pages

Click here to access the class Wiki pages.

Additional Resources