dr.bmn logic gates

5
Introduction to Logic Introduction to Logic Circuit & Digital Design Circuit & Digital Design Basic Logic Gates

Upload: snehal-deshmukh

Post on 26-Jan-2017

103 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Dr.bmn logic gates

Introduction to Logic Circuit Introduction to Logic Circuit & Digital Design& Digital Design

Basic Logic Gates

Page 2: Dr.bmn logic gates

Basic Logic GatesBasic Logic Gates and Basic Digital Design and Basic Digital Design

NOT Gate AND Gate OR Gates

Page 3: Dr.bmn logic gates

NOT Gate -- Inverter

X Y

01

10

X Y

Y

NOTX Y

Y = ~X

NOT

Page 4: Dr.bmn logic gates

AND GateAND GateAND

X

Y

Z

Z = X & Y

X Y Z0 0 00 1 01 0 01 1 1

Page 5: Dr.bmn logic gates

OR GateOR Gate

OR

X

YZ

Z = X | Y

X Y Z0 0 00 1 11 0 11 1 1