Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

CSE-1202

DLD

Logic gates
# Introduction:

# AND Operation:
CSE-1202
DLD

# OR Operation:
CSE-1202
DLD
CSE-1202
DLD

# NOT Operation:

# NAND Operation:
CSE-1202
DLD
CSE-1202
DLD

# NOR Operation:
CSE-1202
DLD

# X-OR (Exclusive OR) Operation:


CSE-1202
DLD

# X-NOR (Exclusive NOR) Operation:


CSE-1202
DLD

## Wired Logic Operation: (Only for Knowledge)


# Wired AND Operation:

# Wired OR Operation:

…………
CSE-1202
DLD

# The universal property of NAND and NOR gates:


In digital systems, any logic expression can be implemented by using a combination of
the basic gates: AND, OR, and NOT gates.

It is also possible to design any digital circuit by using either only NAND gates or only
NOR gates. That is, if we have a sufficient number of NAND or NOR gates only, we can
implement the desired circuit. No other gates (AND, OR, NOT) are required.
This is why NAND and NOR gates are called universal gates.
CSE-1202
DLD

You might also like