boolean logic and circuits

10
Boolean Logic and Circuits ELEC 311 Digital Logic and Circuits Dr. Ron Hayne Images Courtesy of Cengage Learning

Upload: chinara

Post on 20-Mar-2016

35 views

Category:

Documents


0 download

DESCRIPTION

Boolean Logic and Circuits. ELEC 311 Digital Logic and Circuits Dr. Ron Hayne Images Courtesy of Cengage Learning. Exclusive-OR (XOR). Boolean Algebra. Identity laws: 1. X + 0 = X 1D. X • 1 = X 2. X + 1 = 12D. X • 0 = 0 Idempotent laws: - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Boolean  Logic and Circuits

Boolean Logic and Circuits

ELEC 311Digital Logic and Circuits

Dr. Ron Hayne

Images Courtesy of Cengage Learning

Page 2: Boolean  Logic and Circuits

311_03 3

Exclusive-OR (XOR)

Page 3: Boolean  Logic and Circuits

311_02 4

Boolean Algebra

Identity laws:1. X + 0 = X 1D. X • 1 = X2. X + 1 = 1 2D. X • 0 = 0 Idempotent laws:3. X + X = X 3D. X • X = X Involution law:4. (X')' = X Laws of complements:5. X + X' = 1 5D. X • X' = 0 

Page 4: Boolean  Logic and Circuits

311_02 5

Boolean AlgebraCommutative laws:6. X + Y = Y + X 6D. XY = YX Associative laws:7. (X + Y) + Z = X + (Y + Z) 7D. (XY)Z = X(YZ) = XYZ  Distributive laws:8. X(Y + Z) = XY + XZ 8D. X + YZ = (X + Y)(X + Z)  DeMorgan's laws:9. (X + Y )' = X'Y' 12D. (XY)' = X' + Y'

Simplification theorem:10. XY + XY' = X (Adjacency Theorem)

Page 5: Boolean  Logic and Circuits

311_04 6

Minterms and Maxterms

Page 6: Boolean  Logic and Circuits

311_02 7

Sum of Products (SOP)

AB' + CD'E + AC'E'

Page 7: Boolean  Logic and Circuits

311_02 8

Product of Sums (POS)

(A + B')(C + D' + E)(A + C' + E')

Page 8: Boolean  Logic and Circuits

311_07 9

NAND and NOR Gates

Page 9: Boolean  Logic and Circuits

311_07 10

DeMorgan's Laws

(X ∙ Y)' = X' + Y' (X + Y)' = X' ∙ Y'

Page 10: Boolean  Logic and Circuits

311_07 11

SOP to NAND-NAND

G = WXY + YZ