Difference between revisions of "CSC231 Lab 3 (Digital Electronics)"

From dftwiki3
Jump to: navigation, search
(Created page with ' Back to the weekly schedule ---- __TOC__ <br /> <br /> =Electronics Lab #3= © D. Thiebaut, 2010 ==Data Sheets== If you need to refer to th…')
 
(3-Bit Adder)
Line 66: Line 66:
 
* Write down all 8 additions of 3 bits, and show the two bits that result: ''Carry'' and ''Sum''
 
* Write down all 8 additions of 3 bits, and show the two bits that result: ''Carry'' and ''Sum''
  
      0
+
    0
 
   + 0
 
   + 0
 
   + 0
 
   + 0
 
   ------
 
   ------
 
   X X
 
   X X
 
 
  
 
==EXPERIMENT #2: INTEGRATED CIRCUITS AND LOGIC GATES==
 
==EXPERIMENT #2: INTEGRATED CIRCUITS AND LOGIC GATES==

Revision as of 11:34, 16 September 2010


Back to the weekly schedule




Electronics Lab #3

© D. Thiebaut, 2010


Data Sheets

If you need to refer to the data sheets of various chips during the lab, you can click on any of the links below: If the datasheets haven't been printed yet, print a set from these links: 74LS00 74LS01 74LS02 74LS03 74LS04 74LS05 74LS08 74LS09 74LS10 74LS12 74LS13 74LS15 74LS20 74LS21 74LS22 74LS26 74LS27 74LS28 74LS30 74LS32 74LS33 74LS37 74LS38 74LS40 74LS42 74LS47 74LS48 74LS51 74LS54 74LS55 74LS74 74LS75 74LS76 74LS83 74LS85 74LS86 74LS90 74LS9 74LS13 74HCT24 74LS24 74HCT24 74LS25 74HCT54.

3-Bit Adder

  • Write down all 8 additions of 3 bits, and show the two bits that result: Carry and Sum
    0
  + 0
  + 0
 ------
  X X

EXPERIMENT #2: INTEGRATED CIRCUITS AND LOGIC GATES