0% found this document useful (0 votes)
3 views12 pages

RBT24IT108

The document provides an overview of logic gates, which are fundamental building blocks of digital circuits that perform basic logical functions. It details various types of gates including AND, OR, NOT, NAND, NOR, XOR, and XNOR, along with their truth tables and output behaviors. Additionally, it highlights applications of logic gates in digital electronics, computers, calculators, alarm systems, and automated systems.

Uploaded by

harshaly607
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views12 pages

RBT24IT108

The document provides an overview of logic gates, which are fundamental building blocks of digital circuits that perform basic logical functions. It details various types of gates including AND, OR, NOT, NAND, NOR, XOR, and XNOR, along with their truth tables and output behaviors. Additionally, it highlights applications of logic gates in digital electronics, computers, calculators, alarm systems, and automated systems.

Uploaded by

harshaly607
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Logic Gates

Presentation By-Harshal Mahajan. RBT24IT108


Introduction
Fundamental building blocks of digital circuits

Perform basic logical functions

Interpret truth tables for logic gates and logic circuits


Basic : AND ,OR, NOT
Types Of
Universal: NAND ,NOR
Logic Gates
Derived : XOR ,XNOR
Input Output

AND Gate A B Q

0 0 0
A
Q 0 1 0
B
1 0 0

Both inputs must be true for a true output. 1 1 1


Input Output

A B Q
OR Gate
0 0 0
A
0 1 1 Q
B
1 0 1

1 1 1 Output is 1 if any input is 1


NOT Gate Input Output

A Q

A Q 0 1

1 0

A single input is reversed for a single ouput.


NAND GATE Input Output

A B Q
Opposite of AND gate.
0 0 1

0 1 1

1 0 1

1 1 0
Input Output

A B Q
NOR Gate
0 0 1

0 1 0

1 0 0

1 1 0 Opposite of OR gate.
Output is 1 only if all inputs are 0
Input Output

A B Q
XOR Gate
0 0 0
A
0 1 1 Q
B
1 0 1

1 1 0 Only one input can be true for a true output.


Input Output

A B Q
XNOR GATE
0 0 1

0 1 0

1 0 0

1 1 1 Output is 1 only if inputs are same


Applications of Logic Gates
Digital electronics
Computers and calculators
Alarm systems
Automated systems

You might also like