Difference between revisions of "CSC270 Weekly Schedule 2016"

From dftwiki3
Jump to: navigation, search
( )
Line 16: Line 16:
 
::{| class="mw-collapsible " style="width:100%" border="1"
 
::{| class="mw-collapsible " style="width:100%" border="1"
 
|- style="background:#dddddd;"
 
|- style="background:#dddddd;"
|width="60%"| '''Topics''':  
+
|width="60%"| '''Topics''': Introduction, Boolean Functions,  First Lab.
 
|width="15%"| '''Lab/Hw'''
 
|width="15%"| '''Lab/Hw'''
 
|width="25%"| '''Reading'''  
 
|width="25%"| '''Reading'''  
 
|-valign="top"
 
|-valign="top"
 
|
 
|
* '''Tuesday'''
+
* '''Tuesday/Thursday'''
 
::* Syllabus
 
::* Syllabus
 
::* Introduction
 
::* Introduction
::*  
+
::* Under the hood
----
+
::* Minterm decomposition
* '''Thursday'''
+
 
 
|
 
|
 
* [[CSC270 Lab 1 2016| Lab 1]]
 
* [[CSC270 Lab 1 2016| Lab 1]]
Line 45: Line 45:
 
::{| class="mw-collapsible " style="width:100%" border="1"
 
::{| class="mw-collapsible " style="width:100%" border="1"
 
|- style="background:#dddddd;"
 
|- style="background:#dddddd;"
|width="60%"| '''Topics''':  
+
|width="60%"| '''Topics''': Maxterms, Nand, Nor, Karnaugh Maps, Decoders.
 
|width="15%"| '''Lab/Hw'''
 
|width="15%"| '''Lab/Hw'''
 
|width="25%"| '''Reading'''  
 
|width="25%"| '''Reading'''  
 
|-valign="top"
 
|-valign="top"
 
|
 
|
* '''Tuesday'''
+
* '''Tuesday/Thursday'''
----
+
::* MaxTerms
* '''Thursday'''
+
::* Nands & Nors
 +
::* Karnaugh Maps
 +
::* Intro. to Decoders
 
|
 
|
 
*  
 
*  
Line 70: Line 72:
 
::{| class="mw-collapsible " style="width:100%" border="1"
 
::{| class="mw-collapsible " style="width:100%" border="1"
 
|- style="background:#dddddd;"
 
|- style="background:#dddddd;"
|width="60%"| '''Topics''':  
+
|width="60%"| '''Topics''': Transistors, Java/Python simulation, Karnaugh Maps.
 
|width="15%"| '''Lab/Hw'''
 
|width="15%"| '''Lab/Hw'''
 
|width="25%"| '''Reading'''  
 
|width="25%"| '''Reading'''  
 
|-valign="top"
 
|-valign="top"
 
|
 
|
* '''Tuesday'''
+
* '''Tuesday/Thursday'''
----
+
::* Transistors
* '''Thursday'''
+
::* Java/Python simulation of circuits
 +
::* Karnaugh maps of more than 4 variables
 
|
 
|
 
*  
 
*  
Line 95: Line 98:
 
::{| class="mw-collapsible " style="width:100%" border="1"
 
::{| class="mw-collapsible " style="width:100%" border="1"
 
|- style="background:#dddddd;"
 
|- style="background:#dddddd;"
|width="60%"| '''Topics''':  
+
|width="60%"| '''Topics''': Flipflops, oscilloscope
 
|width="15%"| '''Lab/Hw'''
 
|width="15%"| '''Lab/Hw'''
 
|width="25%"| '''Reading'''  
 
|width="25%"| '''Reading'''  
 
|-valign="top"
 
|-valign="top"
 
|
 
|
* '''Tuesday'''
+
* '''Tuesday/Thursday'''
----
+
::* A cycle of NOR gates?
* '''Thursday'''
+
::* Flipflop
 +
::* RS Flipflop
 +
::* D Flipflop
 +
::* Oscilloscope
 
|
 
|
 
*  
 
*  
Line 120: Line 126:
 
::{| class="mw-collapsible " style="width:100%" border="1"
 
::{| class="mw-collapsible " style="width:100%" border="1"
 
|- style="background:#dddddd;"
 
|- style="background:#dddddd;"
|width="60%"| '''Topics''':  
+
|width="60%"| '''Topics''': Finite State Machines, Moore, Mealy, Python simulator
 
|width="15%"| '''Lab/Hw'''
 
|width="15%"| '''Lab/Hw'''
 
|width="25%"| '''Reading'''  
 
|width="25%"| '''Reading'''  
 
|-valign="top"
 
|-valign="top"
 
|
 
|
* '''Tuesday'''
+
* '''Tuesday/Thursday'''
----
+
::* Finite State Machines
* '''Thursday'''
+
::* Moore vs. Mealy machines
 +
::* FSM with outside commands
 +
::* Python FSM
 +
 
 
|
 
|
 
*  
 
*  
Line 145: Line 154:
 
::{| class="mw-collapsible " style="width:100%" border="1"
 
::{| class="mw-collapsible " style="width:100%" border="1"
 
|- style="background:#dddddd;"
 
|- style="background:#dddddd;"
|width="60%"| '''Topics''':  
+
|width="60%"| '''Topics''': JK Flipflop
 
|width="15%"| '''Lab/Hw'''
 
|width="15%"| '''Lab/Hw'''
 
|width="25%"| '''Reading'''  
 
|width="25%"| '''Reading'''  
 
|-valign="top"
 
|-valign="top"
 
|
 
|
* '''Tuesday'''
+
* '''Tuesday/Thursday'''
----
+
::* JK Flipflop
* '''Thursday'''
 
 
|
 
|
 
*  
 
*  

Revision as of 15:57, 22 January 2016

--D. Thiebaut (talk) 11:18, 26 August 2015 (EDT)


Main Page | Resources



 


Week 1 Jan 26, 27    


Topics: Introduction, Boolean Functions, First Lab. Lab/Hw Reading
  • Tuesday/Thursday
  • Syllabus
  • Introduction
  • Under the hood
  • Minterm decomposition

 


Week 2 Feb 2, 4    


Topics: Maxterms, Nand, Nor, Karnaugh Maps, Decoders. Lab/Hw Reading
  • Tuesday/Thursday
  • MaxTerms
  • Nands & Nors
  • Karnaugh Maps
  • Intro. to Decoders

 


Week 3 Feb 9, 11    


Topics: Transistors, Java/Python simulation, Karnaugh Maps. Lab/Hw Reading
  • Tuesday/Thursday
  • Transistors
  • Java/Python simulation of circuits
  • Karnaugh maps of more than 4 variables

 


Week 4 Feb 16, 18    


Topics: Flipflops, oscilloscope Lab/Hw Reading
  • Tuesday/Thursday
  • A cycle of NOR gates?
  • Flipflop
  • RS Flipflop
  • D Flipflop
  • Oscilloscope

 


Week 5 Feb 23, 25    


Topics: Finite State Machines, Moore, Mealy, Python simulator Lab/Hw Reading
  • Tuesday/Thursday
  • Finite State Machines
  • Moore vs. Mealy machines
  • FSM with outside commands
  • Python FSM

 


Week 6 Mar 1, 3    


Topics: JK Flipflop Lab/Hw Reading
  • Tuesday/Thursday
  • JK Flipflop

 


Week 7 Mar 8, 10    


Topics: Lab/Hw Reading
  • Tuesday

  • Thursday



Spring Break



 


Week 8 Mar 22, 24    


Topics: Lab/Hw Reading
  • Tuesday

  • Thursday

 


Week 9 Mar 22, 24    


Topics: Lab/Hw Reading
  • Tuesday

  • Thursday

 


Week 10 Mar 29, 31    


Topics: Lab/Hw Reading
  • Tuesday

  • Thursday

 


Week 11 Aprl 5, 7    


Topics: Lab/Hw Reading
  • Tuesday

  • Thursday

 


Week 12 Apr 12, 14    


Topics: Lab/Hw Reading
  • Tuesday

  • Thursday

 


Week 13 Apr. 19, 21    


Topics: Lab/Hw Reading
  • Tuesday

  • Thursday

 


Week 14 Apr 26, 28    


Topics: Lab/Hw Reading
  • Tuesday

  • Thursday



Resources & Misc. Information


Logic-Circuit Editors


Academo.jpg
Logisim.png
CircuitLab.jpg



Lab Reports



...


Programming Examples