27
Logic Gates

Logic Gates Powerpoint

Embed Size (px)

DESCRIPTION

About Logic Gate for Computer Engineering Students

Citation preview

Page 1: Logic Gates Powerpoint

Logic Gates

Page 2: Logic Gates Powerpoint

Analog Digital

- A system with a continuous  variable signal.

- A signal with discrete bands

of analog levels.

Page 3: Logic Gates Powerpoint

Waveforms

Noise vulnerable

Noise protected

Page 4: Logic Gates Powerpoint

Analog Digital

Page 5: Logic Gates Powerpoint

Logic Gates History Diode-Resistor Logic (DRL)

Transistor-Transistor Logic (TTL)&

Complementary Metal-Oxide Silicon (CMOS)

Diode-Transistor Logic (DTL)

Page 6: Logic Gates Powerpoint

Analog Logic Gates

DRL DTL TTL

CMOS

Page 7: Logic Gates Powerpoint

TTL (74 Series)CMOS (40

Series)

• +5 V • +3-15 V• high power consumption

• low power consumption

• cheap • expensive• not prone to static

electricity

• susceptible to static

electricity

Page 8: Logic Gates Powerpoint

Digital Logic Gates Integrated Circuit (IC) - a device made by

semiconductor companies from various electronic

components by combining it together.

Page 9: Logic Gates Powerpoint

Integrated Circuit Engr. Werner Jacobi

(1949) Siemens – 2 stage amplifierRobert Noyce

(1960)Texas Instruments – p-n junction (diode)Federico Faggin

(1968)Intel Corporation – Intel 4004

Page 10: Logic Gates Powerpoint

Digital Logic Gates Example of

IC:

Page 11: Logic Gates Powerpoint

Semiconductor

Digital Logic Gates

- a material that has resistivity between a

conductor and insulator. Static Electricity

- a charge generated by nature and transferred to

our body.

Page 12: Logic Gates Powerpoint

Digital Logic Gates Schematic

Symbol- represents a certain

electronic component. Schematic Diagram

- shows the detailed design of a circuit.

Page 13: Logic Gates Powerpoint

Digital Logic Gates Example of Schematic

Symbol:

Page 14: Logic Gates Powerpoint

Digital Logic Gates Example of Schematic

Diagram:

Page 15: Logic Gates Powerpoint

Digital Logic Gates

Truth Table/Function Table- a list of all possible output of a particular

expression.

Boolean Equation

- a statement that shows equality.

Page 16: Logic Gates Powerpoint

Digital Logic Gates Example of Boolean

Equation:

A + B = XExample of Truth Table:

A B X0 0 00 1 11 0 11 1 1

Page 17: Logic Gates Powerpoint

Digital Logic Gates Datashee

t - document made by semiconductor

companies which contains information

about the IC.

Page 18: Logic Gates Powerpoint

Digital Logic Gates Example of Datasheet:

Page 19: Logic Gates Powerpoint

Basic Logic GatesNOT Gate (SN7404 -

CD4009)

Truth TableA Q0 11 0

A

-simply inverts input signal.

Page 20: Logic Gates Powerpoint

Basic Logic GatesOR Gate (SN7432 -

CD4071)

Truth TableA B Q0 0 00 1 11 0 11 1 1

A + B = Q

-output signal is 0 if both inputs are 0.

Page 21: Logic Gates Powerpoint

Basic Logic GatesAND Gate (SN7408 -

CD4081)

Truth TableA B Q0 0 00 1 01 0 01 1 1A B = Q

-output signal is 1 if both inputs are 1.

Page 22: Logic Gates Powerpoint

Compound Logic Gates

Truth TableA B Q0 0 10 1 01 0 01 1 0

NOR Gate (SN7402 - CD4001)

A + B = Q

-output signal is 1 if both inputs are 0.

Page 23: Logic Gates Powerpoint

Compound Logic GatesNAND Gate (SN7400 -

CD4011)

Truth TableA B Q0 0 10 1 11 0 11 1 0A B = Q

-output signal is 0 if both inputs are 1.

Page 24: Logic Gates Powerpoint

Special Logic GatesXOR Gate (SN7486 -

CD4030)

Truth TableA B Q0 0 00 1 11 0 11 1 0

A + B = Q

-output signal is 0 if both inputs are the same.

Page 25: Logic Gates Powerpoint

Special Logic GatesXNOR Gate (SN7426 -

CD4077)

Truth TableA B Q0 0 10 1 01 0 01 1 1

A + B = Q

-output signal is 1 if both inputs are the same.

Page 26: Logic Gates Powerpoint

Example

(A + B) (AB) = Q

Draw the schematic diagram. Create truth

table.

Page 27: Logic Gates Powerpoint

Truth TableA B Not A (Y) AB (B) (Not A)+B

(R)Not AB (G) Q (W)

0 0 1 0 1 1 1

0 1 1 0 1 1 1

1 0 0 0 0 1 0

1 1 0 1 1 0 0

(A + B) (AB) = Q