Principles & Applications

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Logic Gates.
CT455: Computer Organization Logic gate
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
In this module you will learn: What the various logic gates do. How to represent logic gates on a circuit diagram. The truth tables for the logic gates.
Floyd Digital Fundamentals, 9/e Copyright ©2006 by Pearson Education, Inc. Upper Saddle River, New Jersey All rights reserved. Slide 1 Digital Fundamentals.

Principles & Applications
GK-12 Student designed project (AP physics) Digital logic and Boolean algebra exercise. IC logic gates brought from Stevens were used in making simple.
Principles & Applications
Logical Circuit Design Week 5: Combinational Logic Circuits Mentor Hamiti, MSc Office ,
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.
NOCTI Review Lesson 4 Objectives:
Chapter 3 (part 2) Basic Logic Gates 1.
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.
Chapter 33 Basic Logic Gates. 2 Objectives –After completing this chapter, the student should be able to: Identify and explain the function of the basic.
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
Logic Gates. The Inverter The inverter (NOT circuit) performs the operation called inversion or complementation. Standard logic symbols: 1 1 input output.
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
CHAPTER 5 Combinational Logic Analysis
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR and parity check Circuits.
Chapter 33 Basic Logic Gates. Objectives After completing this chapter, you will be able to: –Identify and explain the function of the basic logic gates.
Principles & Applications
Chapter 5 Combinational Logic 组合逻辑
Universal Gate – NOR Universal Gate - NOR Digital Electronics
LOGIC GATE TIMING DIAGRAM.
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Digital Fundamentals Floyd Chapter 3 Tenth Edition
Eng. Mai Z. Alyazji October, 2016
EI205 Lecture 3 Dianguang Ma Fall, 2008.
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Digital Fundamentals Floyd Chapter 3 Tenth Edition
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
EI205 Lecture 5 Dianguang Ma Fall 2008.
Principles & Applications
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Universal gates.
Universal Gate – NAND Universal Gate - NAND Digital Electronics
King Fahd University of Petroleum and Minerals
Digital Fundamentals Floyd Chapter 3 Tenth Edition
Logic Gates.
Logic Gates.
Principles & Applications
KS4 Electricity – Electronic systems
CS Chapter 3 (3A and ) – Part 2 of 5
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
Universal Gate – NOR Universal Gate - NOR Digital Electronics
GCSE Computer Science – Logic Gates & Boolean Expressions
Today You are Learning simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT.
Logic Gates.
Chapter 4 Gates and Circuits.
Chapter 2 Gates.
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Department of Electronics
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
Basic Logic Operations
Principles & Applications
Eng. Ahmed M Bader El-Din October, 2018
Logic Gates By: Asst Lec. Besma Nazar Nadhem
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

Principles & Applications Digital Electronics Principles & Applications Fifth Edition Roger L. Tokheim Chapter 3 Logic Gates ©1999 Glencoe/McGraw-Hill

CHAPTER 3 PREVIEW Gates with More Than Two Inputs The AND Gate Using Inverters to Convert Gates TTL & CMOS Logic Gates Troubleshooting Gate Circuits IEEE Logic Symbols The AND Gate The OR Gate The Inverter The NAND Gate The NOR Gate The XOR Gate The XNOR Gate NAND as Universal Gate

“All or Nothing Gate” Boolean Expression: A · B = Y Truth Table (See next slide) The AND Gate

TRUTH TABLE - AND GATE

What is the output of the AND gate? TEST What is the output of the AND gate? L ? H ? High Low L H ? ? H L Low Low Unique Output: Output HIGH only when all inputs are HIGH.

The OR Gate “Any or All Gate” Boolean Expression: A + B = Y Truth Table (See next slide) The OR Gate

TRUTH TABLE - OR GATE

What is the output of the OR gate? TEST What is the output of the OR gate? ? ? H H L High High ? ? L L H Low High Unique Output: Output LOW only when all inputs are LOW.

The Inverter NOT Circuit Gives output that is not the same as the input. Boolean Expression: Y = A or Y = A' Double inverting: A = A The Inverter

The NAND Gate NOT AND or inverted AND function. Boolean Expression: A · B = Y or (A · B)' = Y Truth Table (See next slide) The NAND Gate

TRUTH TABLE - NAND GATE

What is the output of the NAND gate? TEST What is the output of the NAND gate? ? ? L L H High High ? ? H L H Low High Unique Output: Output LOW only when all inputs are HIGH.

NOT OR or Inverted OR Boolean Expression: A + B = Y or (A + B)' = Y Truth Table (See next slide) The NOR Gate

TRUTH TABLE - NOR GATE

TEST What is the output of the NOR gate? ? ? ? ? L L Low High H H H Unique Output: Output HIGH when all inputs are LOW.

Known as “Exclusive OR” Gate “Anything but not all” Gate Boolean Expression: A  B = Y Truth Table (See next slide) The XOR Gate

TRUTH TABLE - XOR GATE

What is the output from the XOR gate? TEST What is the output from the XOR gate? L ? ? L H ? Low High ? H ? H L High ? Low XOR output is HIGH only when odd number of inputs are HIGH

The XNOR Gate Known as the Exclusive NOR Gate The Inverted XOR Boolean Expression: A  B = Y or (A  B)' = Y Truth Table (See next slide) The XNOR Gate

TRUTH TABLE - XNOR GATE

TEST What is the output from this XNOR gate? ? ? ? High Low High ? Low XNOR output is HIGH only when odd number of inputs are LOW

THE NAND AS A UNIVERSAL GATE “Universal gate” can be used in combination to create any other logic function. Example: A + B A + B

USING INVERTERS TO CONVERT GATES For example:

PRACTICAL LOGIC GATES ICs - Integrated circuits TTL Family of ICs CMOS (MOS - Metal oxide semiconductor) Family of ICs

TROUBLESHOOTING SIMPLE GATE CIRCUITS Logic probe - equipment used to test circuits Feel top of IC to determine if it is hot Look for broken connections, signs of excessive heat Smell for overheating Check power source Trace path of logic through circuit

1 IEEE LOGIC SYMBOLS A different set of symbols without unique shapes. Not very popular at this time. Examples: & A B Y AND gate A B Y 1 OR gate