Digital Electronics Lesson 6 Logic Gates
Digital Electronics Lesson 6 Logic Gates
09/22/2021
LOGIC GATES
Digital Computers
- Imply that the computer deals with digital information, i.e., it deals
with the information that is represented by binary digits
- Why BINARY ? instead of Decimal or other number system ?
* Consider electronic signal
1 7
6
5 signal
4
3 range
2
1
0 0
binary octal
0 1 2 3 4 5 6 7 8 9
* Consider the calculation cost - Add 0 0 1 2 3 4 5 6 7 8 9
1 1 2 3 4 5 6 7 8 9 10
0 1 2
3
2 3 4 5 6 7 8 9 1011
3 4 5 6 7 8 9 101112
0 0 1 4 4 5 6 7 8 9 10111213
5 5 6 7 8 9 1011121314
1 1 10 6 6 7 8 9 101112131415
7 7 8 9 10111213141516
8 8 9 1011121314151617
9 9 101112131415161718
LOGIC GATES
Binary Binary
Digital Gate Digital
. Output
Input .
. Signal
Signal
Types of Basic Logic Blocks
x
F
Logic y
Diagram
z
SOP or Sum-of-Products circuits
LOGIC GATES
Many different logic diagrams are possible for a given Function
F = ABC + ABC’ + A’C .......…… (1)
= AB(C + C’) + A’C [13] ..…. (2)
= AB • 1 + A’C [7]
= AB + A’C [4] ...…. (3)
A
B
(1) C
F
A
(2) B
F
C
A
B
(3) F
C
Packaging of digital circuits
Pin diagrams of TTL digital circuits