Sum of Products Section 2.7.

Slides:



Advertisements
Similar presentations
Introduction to Logic Circuits
Advertisements

Morgan Kaufmann Publishers
ITEC 352 Lecture 4 Boolean logic / Karnaugh Maps.
KARNAUGH MAP Introduction Strategy for Minimization Minimization of Product-of-Sums Forms Minimization of More Complex Expressions Don't care Terms 1.
ECE 301 – Digital Electronics Karnaugh Maps (Lecture #7) The slides included herein were taken from the materials accompanying Fundamentals of Logic Design,
ECE 301 – Digital Electronics Minterm and Maxterm Expansions and Incompletely Specified Functions (Lecture #6) The slides included herein were taken from.
CS 140 Lecture 2 Combinational Logic CK Cheng 4/04/02.
1 CS 140 Lecture 3 Combinational Logic Professor CK Cheng CSE Dept. UC San Diego.
1 Homework Reading –Tokheim, Section 5-1, 5-2, 5-3, 5-7, 5-8 Machine Projects –Continue on MP4 Labs –Continue labs with your assigned section.
Basic Digital Design Discussion D5.4 Section 13.6.
CS 151 Digital Systems Design Lecture 6 More Boolean Algebra A B.
COMBINATIONAL LOGIC CIRCUITS C.L. x1 x2 xn Z Z = F (x1, x2, ……., Xn) F is a Binary Logic (BOOLEAN ) Function Knowing F Allows Straight Forward Direct Implementation.
CK Cheng Tuesday 10/2/02 CS 140 Lecture 2. Part I. Combinational Logic I) Specification –a. Language –b. Truth Table –c. Boolean Algebra –d. Incompletely.
Lecture 1: Introduction to Digital Logic Design CK Cheng Tuesday 4/1/02.
1 CS 140 Lecture 3 Combinational Logic Professor CK Cheng CSE Dept. UC San Diego.
Combinational Logic Circuits Reference: M. Mano, C. Kime, “Logic and Computer Design Fundamentals”, Chapter 2 Dr. Costas Kyriacou and Dr. Konstantinos.
Boolean Algebra and Logic Gates1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
Canonical Forms and Logic Miniminization
Logic Functions and their Representation. Slide 2 Combinational Networks x1x1 x2x2 xnxn f.
ENEE244-02xx Digital Logic Design Lecture 4. Announcements HW 1 due today. HW 2 up on course webpage, due on Thursday, Sept. 18. “Small quiz” in recitation.
Digital Logic Gates. Sum of Products (Review) Procedure: 1.Form a minterm for each combination of the variables that produces a 1 2.OR all the minterms.
Logical Circuit Design
9/15/09 - L6 Standard FormsCopyright Joanne DeGroat, ECE, OSU1 Standard Forms.
1 COMBINATIONAL LOGIC One or more digital signal inputs One or more digital signal outputs Outputs are only functions of current input values (ideal) plus.
©2004 Brooks/Cole FIGURES FOR CHAPTER 4 APPLICATIONS OF BOOLEAN ALGEBRA MINTERM AND MAXTERM EXPANSIONS Click the mouse to move to the next page. Use the.
Switching functions The postulates and sets of Boolean logic are presented in generic terms without the elements of K being specified In EE we need to.
Combinational Logic 1.
ECE 2110: Introduction to Digital Systems PoS minimization Don’t care conditions.
ACOE1611 Combinational Logic Circuits Reference: M. Mano, C. Kime, “Logic and Computer Design Fundamentals”, Chapter 2.
ENGIN112 L6: More Boolean Algebra September 15, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 6 More Boolean Algebra A B.
ece Parity Used to check for errors Can be either ODD or EVEN Left most bit used as the indicator For EVEN, insert a 0 or a 1 so as to make the.
ECE2030 Introduction to Computer Engineering Lecture 6: Canonical (Standard) Forms Prof. Hsien-Hsin Sean Lee School of Electrical and Computer Engineering.
1 Homework Reading –Tokheim, Section 5-1, 5-2, 5-3, 5-7, 5-8 Machine Projects –Continue on MP4 Labs –Continue labs with your assigned section.
BR 2/1/991 Truth Tables (again) Recall that a boolean equation can be represented by a Truth Table A B C F
ECE DIGITAL LOGIC LECTURE 8: BOOLEAN FUNCTIONS Assistant Prof. Fareena Saqib Florida Institute of Technology Spring 2016, 02/11/2016.
Figure 5–5 Exclusive-OR logic diagram and symbols. Open file F05-05 to verify the operation. Thomas L. Floyd Digital Fundamentals, 9e Copyright ©2006 by.
School of Computer and Communication Engineering, UniMAP DKT 122/3 - DIGITAL SYSTEM I Chapter 4A:Boolean Algebra and Logic Simplification) Mohd ridzuan.
CHAPTER 1 INTRODUCTION TO DIGITAL LOGIC. De Morgan’s Theorem De Morgan’s Theorem.
DE MORGAN’S THEOREM. De Morgan’s Theorem De Morgan’s Theorem.
CEC 220 Digital Circuit Design Minterms and Maxterms Monday, January 26 CEC 220 Digital Circuit Design Slide 1 of 11.
UNIT 4 APPLICATIONS OF BOOLEAN ALGEBRA MINTERM AND MAXTERM EXPANSIONS Click the mouse to move to the next page. Use the ESC key to exit this chapter. This.
Discrete Systems I Lecture 09 Minterms and Decoders Profs. Koike and Yukita.
Gunjeet kaur Dronacharya Group of Institutions. Demultiplexers.
Homework Reading Machine Projects Labs
Table 2.1 Postulates and Theorems of Boolean Algebra
De Morgan’s Theorem,.
Prof. Hsien-Hsin Sean Lee
Combinational Logic Circuits
ECE 2110: Introduction to Digital Systems
Complement of a Function
ECE/CS 352 Digital Systems Fundamentals
CHAPTER 3 SETS AND BOOLEAN ALGEBRA
Boolean Expressions Lecture No. 10.
Karnaugh Maps.
Instructor: Alexander Stoytchev
SYEN 3330 Digital Systems Chapter 2 – Part 4 SYEN 3330 Digital Systems.
Instructor: Alexander Stoytchev
ECE 331 – Digital System Design
ECE 331 – Digital System Design
ECE 331 – Digital System Design
Lecture 4 Minterm and Maxterm
EE121 John Wakerly Lecture #3
Table 2.1 Postulates and Theorems of Boolean Algebra
Faculty of Cybernetics, Statistics and Economic Informatics
Applications of Boolean Algebra Minterm and Maxterm Expansions
CSE 140 Lecture 3 Combinational Logic: Implementation
Digital Logic Chapter-2
Instructor: Alexander Stoytchev
Digital Logic Chapter-2
Presentation transcript:

Sum of Products Section 2.7

Home Alarm Example (Truth Table) (Boolean Algebra)

Truth Table Definition: Alarm Response (AR) Sound Alarm→AR=1 Else: AR=0 (Truth Table)

Determine a Boolean Function from a Truth Table When is AR=1? 𝑃 𝐷 𝑊1 𝑊2 𝑃 𝐷𝑊1 𝑊2 What about these terms?

Exercise Use the following properties to simplify the home alarm logic: X ∙(Y+Z)=X ∙ Y+X ∙ Z 𝑋+ 𝑋 =1

W1=0V, P=W2=5V

P=W1=5V, W2=0 V

Minterm/maxterm

Minterms Procedure: Form a minterm for each combination of the variables that produces a 1 OR all the minterms.

Example 𝑓1= 𝑥 𝑦 𝑧+𝑥 𝑦 𝑧 +𝑥𝑦𝑧

f1 Form a maxterm for each term that produces a 0 AND all of those terms 𝑓1=(𝑥+𝑦+𝑧)(𝑥+ 𝑦 +𝑧) (𝑥+ 𝑦 + 𝑧 )( 𝑥 +𝑦+ 𝑧 )( 𝑥 + 𝑦 +𝑧) Interpretation: Each maxterm can zero out f1

Standard Forms The minterm representation leads to Sum of Products implementation The maxterm representation leads to Products of Sums implementation

Exercise F2 A B C 1

F1 A B C 1