0% found this document useful (0 votes)
174 views2 pages

Verify The Truth Table For Basic Gates and Others Logic Gates.

1. The document describes an experiment to verify the truth tables of basic logic gates using ICs including 7400, 7402, 7404, 7408, 7432, and 7486. 2. The procedure involves identifying the ICs, creating truth tables for the gates in each IC, and verifying the observed outputs match the desired outputs. 3. The report questions ask how to make a three input AND/OR/XOR gate using two input gates and whether a three input NAND/NOR gate can be made using two input gates.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
174 views2 pages

Verify The Truth Table For Basic Gates and Others Logic Gates.

1. The document describes an experiment to verify the truth tables of basic logic gates using ICs including 7400, 7402, 7404, 7408, 7432, and 7486. 2. The procedure involves identifying the ICs, creating truth tables for the gates in each IC, and verifying the observed outputs match the desired outputs. 3. The report questions ask how to make a three input AND/OR/XOR gate using two input gates and whether a three input NAND/NOR gate can be made using two input gates.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

UTTARA UNIVERSITY

Department of Electrical and Electronics Engineering (EEE)


Course Code: EEE 208
Course Title: Digital Electronics Lab
Experiment No-01
Experiment Name: Verify the Truth Table for Basic gates and others Logic gates.
Learning Outcomes:
After the successful completion of this seasonal course, students will be able to
1. Identify logic gate ICs
2. Assess the function of each IC
Theory:

A logic gate is an elementary building block of a digital circuit. Most logic gates have two inputs and
one output. At any given moment, every terminal is in one of the two binary conditions low (0V) and
high (5V), represented by different voltage levels. The logic state of a terminal changes as the circuit
processes data. In most logic gates, the low state is approximately zero volts (0V), while the high
state is approximately five volts positive (+5 V).

Apparatus:
1. Trainer Board
2. IC 7400,7402,7404,7408,7432,7486
3. Microprocessor Data handbook

Procedure:
1. Take any of the ICs. From microprocessor data handbook find the name of the IC, total number
of pins that it has, Vcc pin and ground pin.
2. Now, create a table for different input values and their corresponding outputs for the gates in the
IC.
3. Verify the observed output with the desired output.

p a g e -1
Circuit Diagram:

DataTable:
NOT Gate
Input Output
0 1
1 0
OR Gate AND Gate Ex-OR Gate
Input Output Input Output Input
0 0 0 0 0 0 0 0 0
0 1 1 0 1 0 0 1 1
1 0 1 1 0 0 1 0 1
1 1 1 1 1 1 1 1 0

NOR Gate NAND Gate Ex-NOR Gate


Input Output Input Output Input Output
0 0 1 0 0 1 0 0 1
0 1 0 0 1 1 0 1 0
1 0 0 1 0 1 1 0 0
1 1 0 1 1 0 1 1 1
Software Simulation:
1. using DSCH2
2. using FPGA Trainer (Altera) by Verilog HDL

Report:
1. How can you make a three input AND/OR/XOR gate with a two input AND/OR/XOR gate?
2. Is it possible to make a three input NAND/NOR gate with a two input NAND/OR gate? Justify
your answer.

p a g e -2

You might also like