syen 3330 digital systems

12
SYEN 3330 Digital Systems Jung H. Kim Chapter 2-2 1 SYEN 3330 Digital Systems Chapter 2 -Part 2

Upload: blair-cain

Post on 30-Dec-2015

28 views

Category:

Documents


0 download

DESCRIPTION

SYEN 3330 Digital Systems. Chapter 2 -Part 2. Truth Tables. Truth tables list the output of a function for all possible inputs :. Hardware Example 1 – Switch Networks. For light, logic “1” is on and logic “0” is off. V DD. Fixed 1. Switch closes for 0 on input. A. F. B. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: SYEN 3330 Digital Systems

SYEN 3330 Digital Systems Jung H. Kim Chapter 2-2 1

SYEN 3330Digital Systems

Chapter 2 -Part 2

Page 2: SYEN 3330 Digital Systems

SYEN 3330 Digital Systems Chapter 2-2 2

Truth Tables

• Truth tables list the output of a function for all possible inputs:

AND

x y z = x y

0 0

0 1

1 0

1 1

OR

x y z = x y

0 0

0 1

1 0

1 1

NOT

x z = x

0

1

Page 3: SYEN 3330 Digital Systems

SYEN 3330 Digital Systems Chapter 2-2 3

Hardware Example 1 – Switch Networks

For inputs, “logic 1” is switch closed, and “logic 0” is switch open.

For outputs, logic “1” is path closed and “logic 0” is path open.

For light, logic “1” is on and logic “0” is off.

Page 4: SYEN 3330 Digital Systems

SYEN 3330 Digital Systems Chapter 2-2 4

Hardware Example 2 – Logic Gate

VDD

A

B

F

Switch closes for 0 on input

Switch closes for 1 on input Fixed 0

Fixed 1For A = 1 or B = 1, a path is closed to Fixed 0, so X = 0. With X = 0, the path to Fixed 1 is closed, so that F = 1.

For A = 0 and B = 0, a path is closed to Fixed 1, so X = 1. With X = 1, the path from Fixed 0 to F is closed, so that F = 0.

What is the logic function?

Page 5: SYEN 3330 Digital Systems

SYEN 3330 Digital Systems Chapter 2-2 5

Logic Gate Symbols

• Logic Gates are physical devices that implement binary logical functions.

• Logic gates are drawn as below and have a behavior with time as shown:

Page 6: SYEN 3330 Digital Systems

SYEN 3330 Digital Systems Chapter 2-2 6

Logic Diagrams and Expressions

Boolean expresions, truth tables, and logic diagrams

DESCRIBE THE SAME FUNCTION!

X

Y F

Z

Logic DiagramTruth Table

X Y Z F = X + Y Z 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 0 1 0 0 1 1 0 1 1 1 1 0 1 1 1 1 1

Expression:

F = X + Y Z

Page 7: SYEN 3330 Digital Systems

SYEN 3330 Digital Systems Chapter 2-2 7

Boolean Algebra

• An algebraic structure defined on a set of at least two elements, B together with two binary operators (denoted + and ) that satisfies the following identities:

Closure with respect to +, on B.Identity elements 0 and 1 such that:1. X + 0 = X 2. X 1 = X3. X + 1 = 1 4. X 0 = 0 5. X + X = X 6. X X = XFor each element X, an element X such that:7. X + X = 1 8. X X = 09. X = X

Page 8: SYEN 3330 Digital Systems

SYEN 3330 Digital Systems Chapter 2-2 8

Boolean Algebra (Continued)10. X + Y = Y + X 11. XY = YX

12. X + (Y + Z) = (X + Y) + Z 13. X(YZ) = (XY)Z

14. X(Y + Z) = XY + XZ 15. X + YZ = (X + Y)(X + Z)

16. X + Y = X Y 17. X Y = X + Y• The identities above are organized into dual pairs. These

pairs have names as follows:

1-4 Existence of 0 and 1 5-6 Idempotence

7-8 Existence of complement 9 Involution

10-11 Communtive Laws 12-13 Associativity

14-15 Distributive Laws 16-17 DeMorgan’s Laws• We leave out the symbol if the meaning is unambiguous.

Page 9: SYEN 3330 Digital Systems

SYEN 3330 Digital Systems Chapter 2-2 9

Properties of Identities & Algebra

• The dual of an algebraic expression is obtained by interchanging + and and interchanging 0’s and 1’s.

• The identities appear in dual pairs. When there is only one identity on a line the identity is self-dual, i. e., the dual expresssion = the original expression.

• There can be more that 2 elements in B, i. e., elements other than 1 and 0. What are some common useful Boolean algebras with more than 2 elements? 1. 2.

• If B contains only 1 and 0, then B is called the switching algebra which is the algebra we usually use in this course.

Page 10: SYEN 3330 Digital Systems

SYEN 3330 Digital Systems Chapter 2-2 10

Boolean Algebraic Proofs - Example 1

• X + XY = X

Page 11: SYEN 3330 Digital Systems

SYEN 3330 Digital Systems Chapter 2-2 11

Boolean Algebraic Proofs - Example 2

• XY + XZ + YZ = XY + XZ

Page 12: SYEN 3330 Digital Systems

SYEN 3330 Digital Systems Chapter 2-2 12

Properties of Identities & Algebra

• The dual of an algebraic expression is obtained by interchanging + and and interchanging 0’s and 1’s.

• The identities appear in dual pairs. When there is only one identity on a line the identity is self-dual, i. e., the dual expresssion = the original expression.

• There can be more that 2 elements in B, i. e., elements other than 1 and 0. What are some common useful Boolean algebras with more than 2 elements? 1. 2.

• If B contains only 1 and 0, then B is called the switching algebra which is the algebra we usually use in this course.