CHAPTER 13 Digital Logic Circuits. Figure 13.1 13-1 Voltage analog of internal combustion engine in-cylinder pressure Figure 13.1.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

CT455: Computer Organization Logic gate
Programmable Logic Controllers.
Figure 4.1. The function f (x1, x2, x3) =  m(0, 2, 4, 5, 6).
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
Appendix A Logic Circuits. Logic circuits Operate on binary variables that assume one of two distinct values, usually called 0 and 1 Implement functions.
Chapter 11_1 (chap 10 ed 8) Digital Logic. Irvine, Kip R. Assembly Language for Intel-Based Computers, NOT AND OR XOR NAND NOR Truth Tables Boolean.
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.
CS 151 Digital Systems Design Lecture 11 NAND and XOR Implementations.
Relationship Between Basic Operation of Boolean and Basic Logic Gate The basic construction of a logical circuit is gates Gate is an electronic circuit.
Lecture 14 Today we will Learn how to implement mathematical logical functions using logic gate circuitry, using Sum-of-products formulation NAND-NAND.
Logic Gates.
Chapter 4 Logic Gates and Boolean Algebra. Introduction Logic gates are the actual physical implementations of the logical operators. These gates form.
CIS 6001 Gates Gates are the building blocks for digital circuits Conventions used is high voltage = 1 and ground = 0 Inverter and NOT Gate are two terms.
Computer Programming Skills Revision Prepared by: Ghader Kurdi.
Erik Jonsson School of Engineering and Computer Science FEARLESS Engineeringwww.utdallas.edu/~pervin EE/CE 2310 – HON/002 Introduction to Digital Systems.
ENGG 1203 Tutorial Combinational Logic (I) 1 Feb Learning Objectives
Chapter 12 Digital Logic Circuit Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Floyd Digital Fundamentals, 9/e Copyright ©2006 by Pearson Education, Inc. Upper Saddle River, New Jersey All rights reserved. Slide 1 Digital Fundamentals.
Boolean Algebra and Logic Simplification
22C:19 Discrete Math Boolean Algebra & Digital Logic Fall 2010 Sukumar Ghosh.
Chapter 10_1 Digital Logic. Irvine, Kip R. Assembly Language for Intel-Based Computers, NOT AND OR XOR NAND NOR Truth Tables Boolean Operators.
Transistors and Logic Circuits. Transistor control voltage in voltage out control high allows current to flow -- switch is closed (on) control low stops.
Digital Logic Basics Chapter 2 S. Dandamudi To be used with S. Dandamudi, “Fundamentals of Computer Organization and Design,” Springer, 
Basic Logic Operations and Standard Logic Gates (Lecture #1) ECE 331 – Digital System Design.
CPS3340 COMPUTER ARCHITECTURE Fall Semester, /05/2013 Lecture 4: Basics of Logic Design Instructor: Ashraf Yaseen DEPARTMENT OF MATH & COMPUTER.
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.
Chapter 7 Logic Circuits 1.State the advantages of digital technology compared to analog technology. 2. Understand the terminology of digital circuits.
Chapter 5 Boolean Algebra and Reduction Techniques 1.
1 EG 32 Digital Electronics Thought for the day You learn from your mistakes..... So make as many as you can and you will eventually know everything.
+ CS 325: CS Hardware and Software Organization and Architecture Gates and Boolean Algebra Part 3.
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.
1/16/ CSEE, UQ Lecture 3 Hardware Description Methods, Review of Switching Algebra.
DKT 122/3 - DIGITAL SYSTEM I Chapter 4A:Boolean Algebra and Logic Simplification) Mohd ridzuan mohd nor
Karnaugh Maps (K-Maps)
Basic Logic Operations and Standard Logic Gates [Lecture:1] Instructor: Sajib Roy Lecturer, ETE, ULAB ETE 204 – Digital Electronics.
Appendix B: Digital Logic
CHAPTER 5 Combinational Logic Analysis
Figure 2.1. A binary switch. x1=x0= (a) Two states of a switch S x (b) Symbol for a switch.
COMPUTER ARCHITECTURE & OPERATIONS I Instructor: Yaohang Li.
BOOLEAN ALGEBRA LOGIC GATES. Introduction British mathematician George Boole( ) was successful in finding the link between logic and mathematics.
ELECTRICAL ENGINEERING: PRINCIPLES AND APPLICATIONS, Third Edition, by Allan R. Hambley, ©2005 Pearson Education, Inc. Chapter 7 Logic Circuits.
Chapter 5 Boolean Algebra and Reduction Techniques 1.
President UniversityErwin SitompulDigital Systems 4/1 Lecture 4 Digital Systems Dr.-Ing. Erwin Sitompul President University
1 Binary Signals Logic gate circuits are designed to input and output only two types of signals: “high” (1) and “low” (0), as represented by a variable.
Circuit Synthesis A logic function can be represented in several different forms:  Truth table representation  Boolean equation  Circuit schematic 
Digital Logic. Boolean Algebra to Logic Gates Logic circuits are built from components called logic gates. The logic gates correspond to Boolean operations.
Computer Architecture & Operations I
Computer Architecture & Operations I
Dr. Ameria Eldosoky Discrete mathematics
Morgan Kaufmann Publishers
Transistors and Logic Circuits
DIGITAL LOGIC CIRCUITS
ECE 331 – Digital System Design
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
DIGITAL LOGIC CIRCUITS
Practice #Digital Logic Mr. Burleson
Schematics 201 Lecture Topic: Electrical Symbols
Universal gates.
Waveforms & Timing Diagrams
KS4 Electricity – Electronic systems
13 Digital Logic Circuits.
Chapter 10.3 and 10.4: Combinatorial Circuits
Chapter 4 Gates and Circuits.
This chapter in the book includes: Objectives Study Guide
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

CHAPTER 13 Digital Logic Circuits

Figure Voltage analog of internal combustion engine in-cylinder pressure Figure 13.1

Digital representation of an analog signal Figure

A binary signal Figure Figure 13.3

Figure 13.11, Table 13.9 Logical addition and the OR gate Figure Rules for logical addition (OR) Table 13.9

Figure 13.12, Table Logical multiplication and the AND gate Figure Rules for logical multiplication (AND) Table 13.10

Figure Example of logic function implementation with logic gates Figure

Figure De Morgan’s laws Figure

Figure Sum-of-products and product-of-sums logic functions Figure

Figure Equivalence of NAND and NOR gates with AND and OR gates Figure

Figure

Figure NOR gate as an inverter Figure

Figure 13.27, XOR gate Figure Realization of an XOR gate Figure 13.28

Figure Truth table and Karnaugh map representations of a logic function Figure

Figure Karnaugh map for a four-variable expression Figure

One- and two-cell subcubes for the Karnaugh map of Figure Figure Figure 13.32

Figure Karnaugh map for the function W · X · Y · Z + W · X · Y · Z + W · X · Y · Z + W · X · Y · Z Figure

Figure to-1 MUX Figure

Figure Internal structure of the 4-to-1 MUX Figure

Figure 13.57, Table Functional diagram of four-input MUX Figure Table 13.13

Figure Read-only memory Figure