0% found this document useful (0 votes)
14 views

Lab Assignment Siam

The experiment aims to verify the truth tables of AND, OR, and NOR gates using Proteus 8 simulation software. AND gates output 1 only when all inputs are 1, OR gates output 1 when any input is 1, and NOR gates output 0 when any input is 1. The procedure involves opening Proteus, selecting the appropriate IC, setting up logic probes as inputs and outputs, and simulating all input combinations to verify the truth tables.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Lab Assignment Siam

The experiment aims to verify the truth tables of AND, OR, and NOR gates using Proteus 8 simulation software. AND gates output 1 only when all inputs are 1, OR gates output 1 when any input is 1, and NOR gates output 0 when any input is 1. The procedure involves opening Proteus, selecting the appropriate IC, setting up logic probes as inputs and outputs, and simulating all input combinations to verify the truth tables.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Experiment No.

1:
Experiment name: Verify the truth tables of AND, OR &NOR
gate.

Theory:
AND Gate: An AND gate is a digital logic gate with two or more inputs and one output
that performs logical conjunction. The output of an AND gate is true only when all of the inputs
are true. If one or more of an AND gate's inputs are false, then the output of the AND gate is
false.
OR Gate: An OR gate is a digital logic gate that gives an output of 1 when any of its
inputs are 1, otherwise 0. An OR gate performs like two switches in parallel supplying a light, so
that when either of the switches is closed the light is on.
NOR Gate: A NOR gate or a NOT OR gate is a logic gate which gives a positive output
only when both inputs are negative. A single NOR gate. Like NAND gates, NOR gates are so-
called "universal gates" that can be combined to form any other kind of logic gate.

Components Required: Proteus 8 Professional (Simulation Tool), AND gate(7408IC), OR


gate(7432IC) & NOR gate(7402IC).

Procedure:
AND gate:
First open Proteus 8 professional software. Then search AND gate (7408IC) and select.
Search LOGICSTATE, LOGICPROBE(BIG) and selected. Using all step, we will make implement the
gate. Here A, B are the inputs and Y is the output of two input AND gate. If inputs 0,0 then the
output is 0. If inputs 1,1 then the output is 1.
OR gate:
First open Proteus 8 professional software. Then search OR gate (7432IC) and select.
Search LOGICSTATE, LOGICPROBE(BIG) and selected. Using all step, we will make implement the
gate. Here A, B are the inputs and Y is the output of two input OR gate. If inputs 0,0 then the
output is 0. If inputs 0,1 then the output is 1.
NOR gate:
First open Proteus 8 professional software. Then search NOT gate (IC) and select.
Search LOGICSTATE, LOGICPROBE(BIG) and selected. Using all step, we will make implement the
gate. If input 0 then the output is 1. If input 1 then the output is 0.
Circuit Diagram:

Fig: Verifying the truth table of AND, OR & NOR gate.

TRUTH TABLE:
AND GATE OR GATE

A B Y=A.
B A B Y=A
0 0 0 +B
0 1 0 0 0 0
1 0 0 0 1 1
1 1 1 1 0 1
1 1 1
NOR GATE

A Y=A’
0 1
1 0

You might also like