CH 03

You might also like

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

Digital Fundamentals

CHAPTER 3
Logic Gates
Logic Gates
 Inverter
 AND Gate
 OR Gate
 Exclusive-OR Gate
 NAND Gate
 NOR Gate
 Exclusive-NOR Gate

2
The Inverter

Truth table Boolean expression


0 = LOW
Pulsed waveforms
1 = HIGH

The output of an inverter is always the complement (opposite) of the input


3
The AND Gate 1

Boolean expression

Truth table
0 = LOW
1 = HIGH
Pulsed waveforms

The output of an AND gate is HIGH only when all inputs are HIGH 4
The AND Gate 2

3-Input AND Gate

4-Input AND Gate

5
The OR Gate 1

Boolean expression

Truth table
0 = LOW
1 = HIGH
Pulsed waveforms

The output of an OR gate is HIGH whenever one or more inputs are HIGH
6
The OR Gate 2

3-Input OR Gate

4-Input OR Gate
7
The NAND Gate 1

Boolean expression

Truth table
0 = LOW
1 = HIGH
Pulsed waveforms

The output of a NAND gate is HIGH whenever one or more inputs are LOW
8
The NAND Gate 2

3-Input NAND Gate 4-Input NAND Gate

9
The NOR Gate 1

Boolean expression

Truth table
0 = LOW
1 = HIGH
Pulsed waveforms

The output of a NOR gate is LOW whenever one or more inputs are HIGH10
The NOR Gate 2

3-Input NOR Gate 4-Input NOR Gate

11
Exclusive-OR Gate

Boolean expression

Truth table
0 = LOW
1 = HIGH
Pulsed waveforms

The output of an XOR gate is HIGH whenever the two inputs are different
12
Exclusive-NOR Gate

Boolean expression

Truth table
0 = LOW
1 = HIGH
Pulsed waveforms

The output of an XNOR gate is HIGH whenever the two inputs are identical
13
Programmable Logic

 Programmable AND array


 Programmable link technology
 Device programming
 In-system programming (ISP)

14
Programmable AND Array

15
Programmable Link Technology

 Fuse technology
 Anti-fuse technology
 EPROM technology
 EEPROM technology
 SRAM technology

16
Device Programming

 Design entry
 Text entry
 Graphic (schematic) entry

17
In-System Programming (ISP)
 Joint Test Action Group (JTAG)

 Imbedded processor

18
Fixed-Function Logic

 CMOS

 TTL

19

You might also like