electronics club

15
Electronics Club Introductory Lecture on Digital Electronics

Upload: shafira-ramos

Post on 03-Jan-2016

72 views

Category:

Documents


0 download

DESCRIPTION

Electronics Club. Introductory Lecture on Digital Electronics. Why Learn Digital ??. Is it because computers are digital or the world is going Digital ?? As Samsung says “The new realm of DigitAll Technology” One to One functions Virtually immune to noise - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Electronics Club

Electronics ClubIntroductory Lecture on Digital Electronics

Page 2: Electronics Club

Why Learn Digital ?? Is it because computers are digital or

the world is going Digital ?? As Samsung says “The new realm of

DigitAll Technology”

One to One functions Virtually immune to noise Easy to rectify mistakes ( Why?? )

Page 3: Electronics Club

What is Digital Electronics?? A Digital circuit is based on a number of discrete

voltage levels, as distinct from an analog circuit that uses continuous voltages to represent variables directly.

In most cases the number of states is two, and these states are represented by two voltage levels: one near to zero volts and one at a higher level depending on the supply voltage in use.

These 2 discrete states might be called “Low” and “High”, 1 or 0 , True or False.

Simple intuitive Boolean algebra !!!!

Page 4: Electronics Club

Wanna See Noise Immunity !!

Technology

Low Level

High Level

Supply Voltage

CMOS 0 to Vcc/2 Vcc/2 to Vcc

Vcc = 5V

TTL 0 to 0.8V 2V to Vcc Vcc = 5V

Page 5: Electronics Club

What is common to Digital Circuits??

Supply Voltage 5V (at the club ) A term called CLOCK

Will you change Mr. Logical OneMr. Clock

Says :

Yes Sir !!Right away

Mr. Logical OneResponds:

Page 6: Electronics Club

In Electronics Terms A clock is simply a square wave , which

is mostly common to all components put in a digital circuit. We may classify it as a parameter in measuring speed of the circuit.

5V

0V

A Logical One

A Logical Zero

Page 7: Electronics Club

The Binary Number System Representing Nos. as a

sequence of 1’s and 0’s. Nos. in Base 2 Decimal to Binary Conversion Binary to Decimal Conversion Intuitivism here too!!!!

Page 8: Electronics Club

Logic Gates

Simple Boolean functions AND OR NOT XOR NAND NOR

Page 9: Electronics Club

AND Gate

Input 1 Input 2 Output

0 0 0

0 1 0

1 0 0

1 1 1

Input 1(A)

Input 2(B)Output (Y)

Y = A & B

Page 10: Electronics Club

OR Gate

Input 1 Input 2 Output

0 0 0

0 1 1

1 0 1

1 1 1

Y = A | B

Input 1 (A)

Input 2 (B)Output (Y)

Page 11: Electronics Club

NOT Gate

Input Output

1 0

0 1

Y = ~A

Input A Output Y

Page 12: Electronics Club

XOR NOR NAND XNOR Gates

A B A XOR B

0 0 0

0 1 1

1 0 1

1 1 0

A B ~(A&B)

0 0 1

0 1 1

1 0 1

1 1 0

A B ~(A|B)

0 0 1

0 1 0

1 0 0

1 1 0

A B A XNOR B

0 0 1

0 1 0

1 0 0

1 1 1

Page 13: Electronics Club

Dear Transistor Most simple use as a switch

Input

Load Device

Supply

Page 14: Electronics Club

You did not understand something ??? Read the handout Even better come to the

workshop Lets work One to One

Register for the workshop

Finally Be there !!!!

Page 15: Electronics Club

Thank You