Basic Concept Digital
Basic Concept Digital
And
Microprocessor
Boolean Algebra And Logic Gates
Introduction
• Definition
• Need of Digital Systems.
• Developments
Analog Signal: A continuous signal that
can have any value in a given range.
Analog Systems: An electronic System that
consists of analog Circuits and devices.
A
Y = AB
B
Truth Table
Inputs Output
A B Y=AB
0 0 0
0 1 0
1 0 0
1 1 1
OR GATE
Y=A+B+ •••• N
Truth Table
Inputs Output
A B Y=A+B
0 0 0
0 1 1
1 0 1
1 1 1
NOT GATE
Input Output
A Y=A
0 1
1 0
NAND GATE
Y = AB • • • N
NAND GATE
Truth Table
Inputs Output
A B Y=AB
0 0 1
0 1 1
1 0 1
1 1 0
Realization of Basic Logic Operations
Using NAND Gate
NOR Gate
Y = A + B + ••• + N
Symbol
Truth Table
Inputs Output
A B Y=A+B
0 0 1
0 1 0
1 0 0
1 1 0
Realization Of Basic Logic Operation using
NOR Gate
EXCLUSIVE – OR GATE (XOR)
Y = A` B + A B`
Y=A⊕ B
EXCLUSIVE – OR GATE
Truth Table
Inputs Output
A B Y=A⊕B
0 0 0
0 1 1
1 0 1
1 1 0
EXCLUSIVE – NOR GATE
Y = A B + A`B`
Y = (A ⊕ B)`
EXCLUSIVE – NOR GATE
Truth Table
Inputs Output
A B Y=(A⊕B)`
0 0 1
0 1 0
1 0 0
1 1 1