ece 2300L Lab 2

docx

School

California Polytechnic State University, Pomona *

*We aren’t endorsed by this school

Course

2300L

Subject

Electrical Engineering

Date

Apr 3, 2024

Type

docx

Pages

6

Uploaded by AmbassadorDolphin4112

Report
California Polytechnic State University Pomona DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING Lab 2 ECE 2300L Introduction Digital logic design.
Lab Data Parts List: Part Name Quantity Value Component D1, D2 2 LED Light emitting diode R1, R2, R3 3 1k Resistor R4, R5 2 330 Resistor SW1, SW2, SW3 3 SPST Switch Single Pole Single Throw (SPST) Switch U1, U5 2 74LS04 Hex Inverter U2 1 74LS86 Quad 2-input XOR Gate U3 1 74LS08 Quad 2-Input AND Gate U4 1 74LS32 Quad 2-input OR Gate -See schematic for all labeled components IC Pinouts:
Truth Tables:
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
AND Truth Table A B Y 0 0 0 0 1 0 1 0 0 1 1 1 XOR Truth Table A B Y 0 0 0 0 1 1 1 0 1 1 1 0 OR Truth Table A B Y 0 0 0 0 1 1 1 0 1 1 1 1 NOT Truth Table A Y 0 1 0 1 1 0 1 0 Schematic:
Lab Procedure: This lab experiment called for implementing a combinational circuit of different circuit components onto our breadboard. Post-Lab 1. What is BCD code? BCD stands for Binary Coded Decimal, which is a 4 bit code with a representation for numbers in base decimal. Since it's 4 bit, the range of numbers that this code can validly represent are from (0 to 9).
This hands-on experiment enhanced our understanding of logic gates and simplifying/analyzing boolean expressions. To conclude, our lab experiment was a uccess in bringing about the correct end result but also in teaching us the fundamentals of logic design.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help