Page 1 of 1

Write the discussion ( what we learn from this lab )

Posted: Fri Jul 08, 2022 6:20 am
by answerhappygod
Write the discussion ( what we learn from this lab )
Write The Discussion What We Learn From This Lab 1
Write The Discussion What We Learn From This Lab 1 (413.27 KiB) Viewed 26 times
Write The Discussion What We Learn From This Lab 2
Write The Discussion What We Learn From This Lab 2 (402.6 KiB) Viewed 26 times
Write The Discussion What We Learn From This Lab 3
Write The Discussion What We Learn From This Lab 3 (429.22 KiB) Viewed 26 times
Lab 2: Universal Gates A. Objectives ● Understand the concept of Universal Gates (NAND & NOR) Implement the basic logic gates using universal gates Implement boolean functions using universal gates Understand gate level minimization B. Apparatus ● . . Trainer Board IC 7400 Quadruple 2-input NAND gates IC 7402 Quadruple 2-input NOR gates C. Theory A universal gate is a gate which can implement any Boolean function without need to use any other gate type. The NAND and NOR gates are universal gates. In practice, this is advantageous since NAND and NOR gat are economical and easier to fabricate and are the basic gates used in all IC digital logic families. Figure C1 shows the implementation of NOT, AND & OR gates using only NAND gates. A B B (AB)' Fig: implementation of NOT gate using NAND gate (A.A)'=A' A' A B Fig: implementation of AND gate using NAND gate B' A AB (A'B')'=A+B A B Fig: implementation of OR gate using NAND gate A' AB A+B
D. Procedure 1. Verify each of the NAND gate equivalent circuits in Figure C1 to perform the same operations of the basic gates. 2. Design, construct and test the implementations of XOR and XNOR gates using NAND gates only. Show the circuits in Figure F1 (Section F), clearly labeling the pin numbers. 3. Design, construct and test the implementations of NOT, AND, OR, XOR and XNOR gates using NOR gates only. Show the circuits in Figure F2 (Section F), clearly labeling the pin numbers. Department of Electrical & Computer Engineering A B C CSE231/EEE/ETE211L Digital Logic Design Lab Figure D2: A combinational circuit Page 1 of 5 F
4. Complete the truth table for the circuit in Figure D2 in Table F1 (Section F). 5. Convert the circuit in Figure D2 to a NAND gate equivalent circuit, showing the steps involved and clearly labeling the pin numbers in the final circuit design. Show your work in Figure F3 (Section F). (i) Part 1 - Replace each of the gates with its NAND gate equivalent. (ii) Part 2 - Identify any inversions that are compensated (i.e. one inverter followed by another) in part 1 and redraw the final circuit in part 2. 6. Validate the operation of the universal gate circuit from the truth table. E. Report 1. Draw the IC diagram for the circuit in Figure F3 - Step 2. 2. Simulate the circuit in Figure F3 - Step 2 using Logisim. Provide a screenshot of the Logisim circuit schematic and truth table with your report.