Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 8

20ECP-156: DIGITAL ELECTRONICS LAB

WORKSHEET

Student Name: Shivansh Raheja Branch: CSE


Date of Performance: 19/02/2021 Group: 7
Section: A Subject Name: Digital Electronics

Aim
Validate truth table for:
 NAND gates HD74LS00
 NOR gates HD74LS02
 NOT gates HD74LS04
 AND gates HD74LS08
 OR gates HD74LS32
 XOR gates HD74LS86

Task to be done
Validation of truth table of logic gates (NAND, NOR, AND, OR, NOT, XOR)

Theory
Binary logic deals with binary variables and with operations that assume a
logical meaning. It is used to describe, in algebraic or tabular form, the
manipulation is done by logic circuits called gates. The input-output
relationship of the binary variables for each gate can be represented in tabular
form by a truth-table.

Requirements
IC for 7400, 7402, 7404, 7408, 7432, 7486, breadboard, connecting wires, 2
momentary switches, resistors, LED.
20ECP-156: DIGITAL ELECTRONICS LAB
WORKSHEET
Circuit diagram/ Block diagram
 NAND Gate

 NOR Gate
20ECP-156: DIGITAL ELECTRONICS LAB
WORKSHEET

 NOT Gate
20ECP-156: DIGITAL ELECTRONICS LAB
WORKSHEET

 AND Gate

 OR Gate
20ECP-156: DIGITAL ELECTRONICS LAB
WORKSHEET

 XOR Gate
20ECP-156: DIGITAL ELECTRONICS LAB
WORKSHEET

Simulation Results:
1. Logic AND gate:

Both inputsHIGH, OUTPUT HIGH


One inputLOW & other inputHIGH, OUTPUT LOW
One inputHIGH & other inputLOW, OUTPUT LOW
Both inputsLOW, OUTPUTLOW

2. Logic OR gate:
Both inputsHIGH, OUTPUT HIGH
One inputLOW & other inputHIGH, OUTPUT HIGH
One inputHIGH & other inputLOW, OUTPUT HIGH
Both inputsLOW, OUTPUTLOW
20ECP-156: DIGITAL ELECTRONICS LAB
WORKSHEET

3. Logic NOT gate:


Input HIGH, OUTPUT LOW
Input LOW, Output HIGH

4. Logic NAND gate:

Both inputsHIGH, OUTPUT LOW


One inputLOW & other inputHIGH, OUTPUT HIGH
One inputHIGH & other inputLOW, OUTPUT HIGH
Both inputsLOW, OUTPUTHIGH

5. logic NOR gate:

Both inputsHIGH, OUTPUT LOW


One inputLOW & other inputHIGH, OUTPUT LOW
One inputHIGH & other inputLOW, OUTPUT LOW
Both inputsLOW, OUTPUT HIGH

6. Logic XOR gate:

Both inputsHIGH, OUTPUT LOW


One inputLOW & other inputHIGH, OUTPUT high
One inputHIGH & other inputLOW, OUTPUT HIGH
Both inputsLOW, OUTPUTLOW

Concept used
20ECP-156: DIGITAL ELECTRONICS LAB
WORKSHEET
In this Experiment we have used the concept of Boolean Logic to demonstrate
different types of Logic gates. Binary information is represented in digital
computers by physical quantities called signals. Two states in electrical signal
can equal to 1 and 0. At a core level, the computer communicates in the form of
0 and 1, low and high.

Result
The truth tables of logic gates NAND, NOR, AND, NOT, OR, XOR was
verified on circuits over a breadboard.

You might also like