9
LOGIC GATES AN 2015 ~AN~ 1

Logic Gates

Embed Size (px)

Citation preview

Page 1: Logic Gates

~AN~ 1

LOGIC GATES

AN 2015

Page 2: Logic Gates

~AN~ 2

DIGITAL CIRCUITS

• A binary number has only 2 digits – 0

and 1. There can be a voltage

corresponding to 0 (say 0V) and 1 (say

5V). In digital electronics only these

two levels of voltages are used. Such

signals are called Digital Signals.

Page 3: Logic Gates

~AN~ 3

LOGIC GATES

• A Gate is a digital circuit that follows

certain logical relationships between the

input and output voltages. Thus, they

are generally known as logic gates.

• They consist of one or more input

signals but only one output signal.

Page 4: Logic Gates

~AN~ 4

NOT GATE or INVERTERS

• An Inverter is a gate with only 1

input signal and 1 output signal

• The output state is always the

opposite of the input state

Page 5: Logic Gates

~AN~ 5

NOT GATE

• Logic Symbol

• Boolean Expression Z = X’

Page 6: Logic Gates

~AN~ 6

AND GATE

• 2 or more input signals and 1 output

signal

• All inputs must be high to get a

high output.

Page 7: Logic Gates

~AN~ 7

AND GATE

• Boolean Expression Z = X .

Y

• Logic Symbol

X

YZ

If X is TRUE AND Y is TRUE then Z will be TRUE otherwise Z is FALSE.

Page 8: Logic Gates

~AN~ 8

OR GATE

• 2 or more input signals and 1 output

signal

• If any input signal is high, the

output signal is high.

Page 9: Logic Gates

~AN~ 9

OR GATE

• Boolean Expression Z = X +

Y

• Logic Symbol

X

YZ

If X is TRUE OR Y is TRUE then Z will be TRUE otherwise Z is FALSE.