CHAPTER 2 LOGIC GATES.

Slides:



Advertisements
Similar presentations
Date of Birth Design Problem
Advertisements

Truth Tables and Logic Gates. What are Logic Gates? Logic gates are components used in making logic circuits. Each gate has one or more inputs and produces.
Lab02 :Logic Gate Fundamentals:
Chapter 3 Basic Logic Gates 1.
Chapter 4 Gates and Circuits.
Introduction to Computer Engineering ECE/CS 252, Fall 2010 Prof. Mikko Lipasti Department of Electrical and Computer Engineering University of Wisconsin.
Digital Systems: Logic Gates and Boolean Algebra Wen-Hung Liao, Ph.D.
ENGIN112 L7: More Logic Functions September 17, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 7 More Logic Functions: NAND, NOR,
Announcements mid-term on Thursday 12:30 – be on time. Calculators allowed (required!) No assignment due this week Assignment 6 posted on Thursday Project.
Digital logic gates.
Department of Computer and Information Science, School of Science, IUPUI CSCI 240 Digital Logic.
Chapter 3 Logic Gates.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals with PLD Programming.
CT455: Computer Organization Logic gate
Digital Logic & Design Dr. Waseem Ikram Lecture 06
Chapter 3 (part 1) Basic Logic Gates 1.
Lecture 6 More Logic Functions: NAND, NOR, XOR and XNOR
CS 151 Digital Systems Design Lecture 5 Boolean Algebra.
EET 1131 Unit 3 Basic Logic Gates
Boolean Algebra and Logic Gates
Instructor Dr Sameh Abdulatif
Logic Gates.
Exclusive-OR and Exclusive-NOR Gates
©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Computer Technology Transistor to computer gates
Logic Circuits Situations to explain states What is a logic Gate
Logic Gates & Circuits. AND Gate Input AInput BOutput X AND Logic Gate AND Truth Table X = A. B AND Boolean Expression.
topics Logic gates Gates types Universal gates
Chapter 4 Gates and Circuits.
Verilog Section 3.10 Section 4.5. Keywords Keywords are predefined lowercase identifiers that define the language constructs – Key example of keywords:
CS 121 Digital Logic Design
Chapter 3 Basic Logic Gates 1.
Chapter 3 Basic Logic Gates
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Chapter 4 Gates and Circuits.
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.
IC packages and applications
Chapter 2 Logic Functions and Gates. 2 Basic Logic Functions The three basic logic functions are: –AND –OR –NOT.
LOGIC GATES & TRUTH TABLE – Digital Circuit 1 Choopan Rattanapoka.
Chapter 3 (part 2) Basic Logic Gates 1.
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.
Chapter 3 Basic Logic Gates William Kleitz Digital Electronics with VHDL, Quartus® II Version Copyright ©2006 by Pearson Education, Inc. Upper Saddle River,
Exclusive OR Gate. Logically, the exclusive OR (XOR) operation can be seen as either of the following operations:exclusive OR (XOR) 1. A AND NOT B OR.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
Logic Gates Chapter 5 Subject: Digital System Year: 2009.
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.
DATA REPRESENTATION IN COMPUTER MEMORY.  Describe the coding system:  Sign and magnitude  1’s Complement and 2’s Complement  Binary Coded Decimal.
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Logic Gates.
EI205 Lecture 3 Dianguang Ma Fall, 2008.
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Digital Fundamentals Floyd Chapter 3 Tenth Edition
EI205 Lecture 5 Dianguang Ma Fall 2008.
Exclusive OR Gate.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Universal Gate – NOR Universal Gate - NOR Digital Electronics
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Digital Fundamentals Floyd Chapter 3 Tenth Edition
Waveforms & Timing Diagrams
Logic Gates.
KS4 Electricity – Electronic systems
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
Binary Logic.
Department of Electronics
Logic Gates AIM: To know the different types of logic gate
Basic Logic Operations
Presentation transcript:

CHAPTER 2 LOGIC GATES

BASIC LOGIC GATES 7 types of Logic Gates: Logic gates are the basic building blocks to form digital circuit. It has 1 o/p terminal. O/p either HIGH (logic 1) or LOW (logic 0) depend on digital level at i/p. 7 types of Logic Gates: INVERTER AND OR NAND NOR Exclusive – OR Exclusive - NOR ECE351 Chapter 2: Logic Gates

2.1.1 NOT / INVERTER Used to complement a digital signal. It has only 1 output. INPUT OUTPUT A X 1 ECE351 Chapter 2: Logic Gates

2.1.2 AND GATE It has 2 or more input. 2n possible input combinations, where n = no. of bit. Operation for AND gates is multiplication (x ). O/p is HIGH when both input (A and B) are HIGH. INPUT OUTPUT A B X 0 0 0 1 1 0 1 1 1 ECE351 Chapter 2: Logic Gates

TIMING DIAGRAM Draw the waveform of X where X = A.B ECE351 Chapter 2: Logic Gates

2.1.3 OR GATE It has 2 or more input. 2n possible input combinations, where n is no. of bit. Operation for OR gates is adding (+). O/p is HIGH whenever input A and B are HIGH or both i/p are HIGH. INPUT OUTPUT A B X 0 0 0 1 1 1 0 1 1 ECE351 Chapter 2: Logic Gates

2.1.4 NAND GATE The operation is SAME as AND gate. The o/p of NAND gate is inverted from o/p of AND gate. Denotes inversion INPUT Output AND NAND A B X 0 0 1 0 1 1 0 1 1 ECE351 Chapter 2: Logic Gates

2.1.5 NOR GATE The operation is the SAME as OR gate. The o/p NOR gate is inverted from OR gate. INPUT OUTPUT A B X 0 0 1 0 1 1 0 1 1 ECE351 Chapter 2: Logic Gates

2.1.6 EXCLUSIVE – OR GATE INPUT OUTPUT A B X 0 0 0 1 1 1 0 1 1 ECE351 0 0 0 1 1 1 0 1 1 ECE351 Chapter 2: Logic Gates

2.1.7 EXCLUSIVE-NOR GATE INPUT OUTPUT A B X 0 0 1 0 1 1 0 1 1 ECE351 0 0 1 0 1 1 0 1 1 ECE351 Chapter 2: Logic Gates

SUMMARY of LOGIC GATES ECE351 Chapter 2: Logic Gates

2.2 IC GATES Digital logic gate circuits are manufactured as integrated circuits. A number of gates is enclosed in a single package called Dual Inline Package (DIP) housing for plug in or feedthrough mounting, or Small Outline Integrated Circuit (SOIC) for surface mounting. Part numbers specify what type of gates are enclosed. These part numbers are industry standards, meaning that a "74LS02" manufactured by Motorola will be identical in function to a "74LS02" manufactured by Fairchild or by any other manufacturer. Logic circuit part numbers beginning with "74" are commercial-grade TTL. If the part number begins with the number "54", the chip is a military-grade unit: having a greater operating temperature range, and typically more robust in regard to allowable power supply and signal voltage levels. ECE351 Chapter 2: Logic Gates

Packaging - DIP Packaging - SOIC ECE351 Chapter 2: Logic Gates

Common TTL "DIP" circuit packages ECE351 Chapter 2: Logic Gates

Universality of NAND & NOR Gates NAND & NOR gates can be used as: Inverter gates AND gates OR gates ECE351 Chapter 2: Logic Gates

Universality of NAND ECE351 Chapter 2: Logic Gates

Universality of NOR ECE351 Chapter 2: Logic Gates

Exercise 1.Draw the output waveform C and D, given the input waveforms A and B as shown below. ECE351 Chapter 2: Logic Gates

Exercise (cont’d) 2. Refer to the circuit and complete the truth table given. A B C Z 1 ECE351 Chapter 2: Logic Gates