You are on page 1of 7

Rajshahi University Of Engineering & Technology

Computer Science & Engineering

Course Title: Sessional Based on CSE 2203


Course Code: CSE 2204

Submitted To:
Prof. Dr. Boshir Ahmed
Professor
Computer Science & Engineering

Md. Zahirul Islam


Lecturer
Computer Science & Engineering

Submitted By: Md. Khatami


Roll : 1803180
Section : C
Date of Submission: March 13, 2021
Experiment 3.1: Verify the Basic NOR,NAND,X-OR,X-NOR gate (up to 5 Inputs)
for all input combinations.

Objectives:

1. To learn and understand the basic NOR, NAND, X-OR,X-NOR gate.


2. To implement the NOR, NAND, X-OR,X-NOR gate for various combinations.
3. To develop the truth table for the basic NOR,NAND, X-OR,X-NOR gate.
4. To draw the circuit diagram and determine when a switch is on or off.

Theory:
Logic gates are electronic circuits which perform logical functions on one or
more inputs to produce one output. There are seven logic gates. When all the
input combinations of a logic gate are written in a series and their
corresponding outputs written along them, then this input/ output combination
is called Truth Table.
A NOT-OR operation is known as NOR operation. It has n input (n >= 2) and one output.
A NOT-AND operation is known as NAND operation. It has n input (n >= 2) and one output.
XOR or Ex-OR gate is a special type of gate. It can be used in the half adder, full adder and
subtractor. The exclusive-OR gate is abbreviated as EX-OR gate or sometime as X-OR gate. It
has n input (n >= 2) and one output
XNOR gate is a special type of gate. It can be used in the half adder, full adder and subtractor.
The exclusive-NOR gate is abbreviated as EX-NOR gate or sometime as X-NOR gate. It has n
input (n >= 2) and one output.
Experimental Analysis:

Truth Table(NOR):

Circuit Diagram(NOR):
Truth Table(NAND):

Circuit Diagram(NAND):
Truth Table(X-OR):

Circuit Diagram(X-OR):
Truth Table(X-NOR):

Circuit Diagram(X-NOR):
Conclusion:
Form the circuit diagram of the NOR gate we’ve seen that when every input is 0 the output is 1
and the output is turned on , its true only for every output to be zero otherwise its false every
other time.so in order to keep the output true or 1 we need to turn every output to false
And for the NAND gate the output light is true or 1, when the turned ON input is less than or
equals to 4 and false otherwise.
From the circuit of the nor gate we can say that its only true of any one of the output is true and
its false otherwise that’s why when only one input is true the LED is on.
The circuit of theoutput is true when there is no input turned on and the led turned of when only
one of the output is on ,its true otherwise for any amount of input turned on.

You might also like