Difference between revisions of "CSC270 Weekly Schedule 2012"

From dftwiki3
Jump to: navigation, search
(First Half)
(First Half)
Line 51: Line 51:
 
** [[CSC270 Exercise: Translating Schematics| Translating Schematics]] into a boolean function.
 
** [[CSC270 Exercise: Translating Schematics| Translating Schematics]] into a boolean function.
 
** [[CSC270 GenerateTruthTable.py | Verifying truth tables]] in Python
 
** [[CSC270 GenerateTruthTable.py | Verifying truth tables]] in Python
 +
** Mystery Circuit:
 +
<center>
 +
[[Image:CSC270_2b_or_not_2b.png|300px]]
 +
</center>
 
----
 
----
 
* [[CSC270 Lab 1 2012| Lab #1]]
 
* [[CSC270 Lab 1 2012| Lab #1]]

Revision as of 10:16, 3 February 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
      • Syllabus
      • Digital circuits

BuickEngine1973.jpgMercedesEngine2012.jpg


Skip Chapter 1.
Week 2
2/6
  • Wednesday
    • Boolean functions
    • canonical forms: the minterm canonical form

CSC270 2b or not 2b.png


Start your reading with Chapter 2 on Boolean Algebra.

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


George Boole in zeros and ones
George Boole

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 : Midterm Exam
  • 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