Difference between revisions of "CSC270 Weekly Schedule 2012"

From dftwiki3
Jump to: navigation, search
(First Half)
(First Half)
Line 18: Line 18:
 
|width="15%"| Week 1 <br /> 1/30  
 
|width="15%"| Week 1 <br /> 1/30  
 
|width="60%"|
 
|width="60%"|
 
 
 
* '''Friday'''
 
* '''Friday'''
 
** Introduction
 
** Introduction
 
** [[CSC270 Lab 0 2012|Mini-Lab]]: just to get the idea!
 
** [[CSC270 Lab 0 2012|Mini-Lab]]: just to get the idea!
 
----
 
----
*
+
*  
 
||
 
||
  
*
+
* Binary numbers
 +
* Boolean algebra and Logic Gates
 +
* Basic theorems
 +
* Truth tables
 +
* Boolean functions
 +
* Canonical forms
 +
<br/>[[Image:Boole visu.jpg| 150px|George Boole in zeros and ones]]
 +
<br/>George Boole
 
<!-- ================================================================== -->
 
<!-- ================================================================== -->
 
|- style="background:#eeeeff" valign="top"
 
|- style="background:#eeeeff" valign="top"
Line 38: Line 43:
 
*   
 
*   
 
||
 
||
*
+
* Binary numbers
 +
* Boolean algebra and Logic Gates
 +
* Basic theorems
 +
* Truth tables
 +
* Boolean functions
 +
* Canonical forms
 
<!-- ================================================================== -->
 
<!-- ================================================================== -->
 
|- style="background:#ffffff" valign="top"
 
|- style="background:#ffffff" valign="top"

Revision as of 11:00, 25 January 2012

--D. Thiebaut 15:03, 18 January 2012 (EST)


Main Page | Weekly Schedule



Weekly Schedule

First Half

Week Topics Reading
Week 1
1/30
  • Friday
    • Introduction
    • Mini-Lab: just to get the idea!

  • Binary numbers
  • Boolean algebra and Logic Gates
  • Basic theorems
  • Truth tables
  • Boolean functions
  • Canonical forms


George Boole in zeros and ones
George Boole

Week 2
2/6
  • Monday
  • Wednesday
  • Friday

  • Binary numbers
  • Boolean algebra and Logic Gates
  • Basic theorems
  • Truth tables
  • Boolean functions
  • Canonical forms
Week 3
2/13
  • Monday
  • Wednesday
  • Friday

Week 4
2/20
  • Monday
  • Wednesday
  • Friday

Week 5
2/27
  • Monday
  • Wednesday
  • Friday

Week 6
3/5
  • Monday
  • Wednesday
  • Friday

Week 7
3/12
  • Monday
  • Wednesday
  • Friday

Week 8
3/19
  • SPRING BREAK

Second Half

Week Topics Reading
Week 9
3/26
  • Monday
  • Wednesday

Week 10
4/02
  • Monday
  • Wednesday
  • Friday

Week 11
4/09
  • Monday
  • Wednesday
  • Friday

Week 12
4/16
  • Monday
  • Wednesday
  • Friday

Week 13
4/23
  • Monday
  • Wednesday
  • Friday

Week 14
4/30
  • Monday
  • Wednesday: Last Day of Class



Links and Resources

Printing

  • How to print a text file (pure ASCII, not an MS Word document) from a beowulf account to the printer @ FH354:
  cprint -15  myFile.txt
  • How to print a pdf from a beowulf account to the printer @ FH354:
  lpr -P ford354 max232.pdf
  • How to print an image to the same printer, from a beowulf account:
  convert myImage.jpg  myImage.pdf
  lpr -P ford354 myImage.pdf

Programs

Software

Free Circuit CAD Systems
























PSpice 9

Pspice9.jpg
  • Pspice 9, Student version. An nice alternative to drawing schematics by hand.
  • This is a Windows version. (I have tried to make it work under wine/Mac OS X but haven't been able to make it load the libraries correctly)
  • Make sure you select the schematics option when installing the software.
  • Select Tools/Schematics when starting the editor
  • The schematics editor is located in C:\Program Files\OrCAD_Demo\PSpice\PDesign.exe upon installation.
  • Download here!
  • PSpice Tutorial

Integrated Circuit Data-Sheets

Ic.jpg

Motorola 68HC11 Documentation

6811.jpg





Back To Main Page