Erik Jonsson School of Engineering and Computer Science FEARLESS Engineeringwww.utdallas.edu/~pervin EE/CE 2310 – HON/002 Introduction to Digital Systems.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

CT455: Computer Organization Logic gate
Introduction to Computer Engineering by Richard E. Haskell Basic Digital Design Module M1.2 Section 3.2.
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
ECE 2373 Modern Digital System Design Exam 2. ECE 2372 Exam 2 Thursday March 5 You may use two 8 ½” x 11” pages of information, front and back, write.
CSE 171 Introduction to Digital Logic and Microprocessors Prof. Richard E. Haskell 115 Dodge Hall.
Chapter 4 Logic Gates and Boolean Algebra. Introduction Logic gates are the actual physical implementations of the logical operators. These gates form.
Combinational Logic Circuits Reference: M. Mano, C. Kime, “Logic and Computer Design Fundamentals”, Chapter 2 Dr. Costas Kyriacou and Dr. Konstantinos.
TDC 311 Digital Logic. Truth Tables  AND  OR  NOT  NAND  NOR  XOR  XNOR.
22C:19 Discrete Math Boolean Algebra & Digital Logic Fall 2010 Sukumar Ghosh.
XOR and XNOR Logic Gates. XOR Function Output Y is TRUE if input A OR input B are TRUE Exclusively, else it is FALSE. Logic Symbol  Description  Truth.
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
Digital Electronics Lecture 4 Simplification using Boolean Algebra, Combinational Logic Circuit Design.
Erik Jonsson School of Engineering and Computer Science FEARLESS Engineeringwww.utdallas.edu/~pervin EE/CE 2310 – HON/002 Introduction to Digital Systems.
Logic and Computer Design Simon Petruc-Naum CS 147 – Dr. S.M. Lee.
Logic Gates Shashidhara H S Dept. of ISE MSRIT. Basic Logic Design and Boolean Algebra GATES = basic digital building blocks which correspond to and perform.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Basic logic gates  AND gate:The truth table is given by A.BBA
ACOE1611 Combinational Logic Circuits Reference: M. Mano, C. Kime, “Logic and Computer Design Fundamentals”, Chapter 2.
PRASAD A. PAWASKAR SPN. NO DETE 2 SEMESTER lec1-11.
CH51 Chapter 5 Combinational Logic By Taweesak Reungpeerakul.
CHAPTER 1 SETS, FUNCTIONs, ELEMENTARY LOGIC & BOOLEAN ALGEBRAs
1 Digital Logic Design Week 5&6 cont’d Revision for Quiz 2/Exam.
Lecture 4 Introduction to Boolean Algebra. Binary Operators In the following descriptions, we will let A and B be Boolean variables and define a set of.
CHAPTER 5 Combinational Logic Analysis
ELECTRICAL ENGINEERING: PRINCIPLES AND APPLICATIONS, Third Edition, by Allan R. Hambley, ©2005 Pearson Education, Inc. Chapter 7 Logic Circuits.
School of Computer and Communication Engineering, UniMAP DKT 122/3 - DIGITAL SYSTEM I Chapter 4A:Boolean Algebra and Logic Simplification) Mohd ridzuan.
Dr. Nermin Hamza. x · y = y · x x + y = y + x x · (y · z) = (x · y) · z x + (y + z) = (x + y) + z x · (y + z) = (x · y) + (x · z) x + (y · z) = (x + y)
Logic Gates and Boolean Algebra Introduction to Logic II.
CHAPTER 13 Digital Logic Circuits. Figure Voltage analog of internal combustion engine in-cylinder pressure Figure 13.1.
Mu.com.lec 9. Overview Gates, latches, memories and other logic components are used to design computer systems and their subsystems Good understanding.
Table 2.1 Postulates and Theorems of Boolean Algebra
Eng. Mai Z. Alyazji October, 2016
Logic Gates and Boolean Algebra
Combinational Logic Circuits
EE/CE 2310 – HON/002 Introduction to Digital Systems
ECE 2110: Introduction to Digital Systems
Logic Gates, Boolean Algebra and Karnaugh Maps
Digital Logic.
CSNB163 Digital Logic Design
Princess Sumaya University
CHAPTER 3 SETS AND BOOLEAN ALGEBRA
Basic Logical Operations (Fascinating)
EE/CE 2310 – HON/002 Introduction to Digital Systems
XOR, XNOR, and Binary Adders
Karnaugh Maps (K-Maps)
Computer Science 210 Computer Organization
Combinational Logic Design Process
XOR, XNOR, & Binary Adders
Example Question: Consider the expressions: (a) F = XY + XY'
Logic Gates.
Week 7: Gates and Circuits: PART II
CSE 171 Introduction to Digital Logic and Microprocessors
CSC 220: Computer Organization Logic Gates and Functions
13 Digital Logic Circuits.
Table 2.1 Postulates and Theorems of Boolean Algebra
Chapter 10.3 and 10.4: Combinatorial Circuits
Logic Gates.
Chapter 2 Gates.
XOR, XNOR, and Binary Adders
Digital Logic Chapter-2
XOR Function Logic Symbol  Description  Truth Table 
Digital Logic Chapter-2
Karnaugh Maps (K maps).
XOR, XNOR, and Binary Adders
Principles & Applications
Eng. Ahmed M Bader El-Din October, 2018
EE/CE 2310 – HON/002 Introduction to Digital Systems
Computer Architecture
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

Erik Jonsson School of Engineering and Computer Science FEARLESS Engineeringwww.utdallas.edu/~pervin EE/CE 2310 – HON/002 Introduction to Digital Systems T5 Tuesday: Read Chapter T5 Thursday

Overview (T4) Other Logic Gates –NAND (Universal Gate) –NOR –XOR –XNOR (T5) Simplifying Logic Circuits –Sum of Products –Karnaugh Maps

Boolean Algebra and Truth Tables or not xor

Additional Boolean Operators nand nor xnor

All Binary Operators

Universal NAND Gate

Thursday T5 (T5) Simplifying Logic Circuits Download and install PCSPIM from the web (Dr. James R. Larus) Look at the assignments on the web page

Sum of Products Minterm Boolean Expression = Truth Table = Circuit A’B’C’+A’B’C+A’BC’+A’BC+AB’C’+AB’C+ABC’+ABC=

Logic Axioms