100% Guaranteed Results


CSC347-ENS211 – Lab 1 Logic Gates Solved
$ 20.99
Category:

Description

5/5 – (1 vote)

The objective of this lab is to use a Tinkercad breadboard starter kit to test functions of basic logic gates using integrated circuit packages.

1. Basic Logic Functions and Integrated Circuits

Digital logic is defined by a two-valued Boolean algebra. There are three basic logic operations: AND, OR, and NOT, that are defined by following truth table with A and B as the inputs and F as the output of the functions. The 1’s and 0’s provide a generic representation of voltage levels in the hardware implementation. The ‘1’ is generally considered to be the high voltage level while the ‘0’ is the low voltage level.

Figure 1. Two ways of identifying pin 1.
2. Implementing and testing logic gates using a Tinkercad Starter Kit

In this experiment, you’ll test three IC chips shown in Figure 2.

Figure 2. 74HC08 Quad AND gate, 74HCT32 Quad OR gate, 74HCT04 inverter gate

The procedure can be divided into the three steps listed below.
1. Place your IC on the breadboard.
2. Add power and ground (Vcc and GND) to your circuit.
3. Add the required connections to and from switches/LEDs for the input and output signals.

Procedure:
1) Log into the Tinkercad, copy and paste the following link to your web browser https://www.tinkercad.com/things/19XqriP2dMF . Click on the button of “Copy and Tinker” on the right to make a copy of the CSC 347 starter circuit as below.

We will use the above starter kit to build and test circuits. Note that You can only use holes in the lower half of the breadboard for LEDs and Switches.
2) Place the following 3 chips 74HC08, 74HC32, 74HC04 in the middle of the breadboard.
3) Connect the (7408, 7432, 7404) chips’ pin 14 to the +5v power (+), and pin 7 to ground (-).
4) Locate the inverter chip 74HC04. Connect pin 1 to a logic switch and pin 2 to a logic indicator
(LED). Click on the “Start Simulation” button at the top right corner. Use the logic switch to alternately apply 1s and 0s to the inverter, and record the output logic levels in the table. Verify that the output is the complement of the input. Click on the “Stop Simulation” when you are done.

Pin 1 Pin 2
0 1
1 0

5) Locate AND gate chip 74HC08. Connect pin 1 to a logic switch, pin 2 to another logic switch, and pin 3 to a logic indicator (LED). Click on the “Start Simulation” button. Use logic switches to apply the logic levels 0 and 1 to gate inputs (pin 1, pin2), and record the output logic levels in the table. Click on the “Stop Simulation” when you are done. Verify that the table is the same as the truth table for AND operation.

Pin 1 Pin 2 Pin 3
0 0 0
0 1 0
1 0 0
1 1 1

6) Locate OR gate chip 74HC32. Connect pin 1 to a logic switch, pin 2 to another logic switch, and pin 3 to a logic indicator. Click on the “Start Simulation” button. Use logic switches to apply the logic levels 0 and 1 to gate inputs (pin 1, pin2), and record the output logic levels in the table. Click on the “Stop Simulation” when you are done. Verify that the table is the same as the truth table for OR operation.

Pin 1 Pin 2 Pin 3
0 0 0
0 1 1
1 0 1
1 1 1

7) Test another OR gate in the chip 74HC32: connect pin 10 to a logic switch, pin 9 to another logic switch, and pin 8 to a logic indicator. Click on the “Start Simulation” button. Use logic switches to apply the logic levels 0 and 1 to gate inputs (pin 10, pin 9), and record the output logic levels in the table. Click on the “Stop Simulation” when you are done. Verify that the table is the same as the truth table for OR operation.

Pin 10 Pin 9 Pin 8
0 0 0
0 1 1
1 0 1
1 1 1

8) Build a circuit to implement the Boolean function F = x + y’z using 3 basic logic gates and record the value of y’z (use an LED output) and the output F in the table. Verify the correctness of the table.

x y z y’z F
0 0 0 0 0
0 0 1 1 1
0 1 0 0 0
0 1 1 0 0
1 0 0 0 1
1 0 1 1 1
1 1 0 0 1
1 1 1 0 1

Submission Instructions:
Lab work submission
1. Take a screenshot of your circuit in Step 8) by clicking on “Share” ->”Snapshot of your design” at the top right corner.
2. Copy the link of your circuit for sharing (click on “Share” -> “Invite people” ->”Copy”)
3. On the Blackboard, click on Lab 1. Attach the screenshot from Step 1, this file with the completed tables, and paste the link from Step 2 into the Comments area, then hit Submit button.

Reviews

There are no reviews yet.

Be the first to review “CSC347-ENS211 – Lab 1 Logic Gates Solved”

Your email address will not be published. Required fields are marked *

Related products