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.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Basic Logic Gates Discussion D5.1 Section Sections 13-3, 13-4.
Logic Gates.
Charles Kime & Thomas Kaminski © 2004 Pearson Education, Inc. Terms of Use (Hyperlinks are active in View Show mode) Terms of Use Chapter 2 – Combinational.
Computer Systems – Logic Gates Introduce the basic logic gates Introduce truth tables Introduce Boolean algebra (dont panic!) Examples of combining gates.
Charles Kime & Thomas Kaminski © 2008 Pearson Education, Inc. (Hyperlinks are active in View Show mode) Chapter 2 – Combinational Logic Circuits Part 3.
topics Logic gates Gates types Universal gates
Combinational Circuits
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
Chapter 3 Basic Logic Gates 1.
Universal Gates Sum of Products Products of Sum
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.
UNIT-8 LOGIC GATES.
Logical Circuit Design Week 5: Combinational Logic Circuits Mentor Hamiti, MSc Office ,
Module 3.  Binary logic consists of :  logic variables  designated by alphabet letters, e.g. A, B, C… x, y, z, etc.  have ONLY 2 possible values:
NOCTI Review Lesson 4 Objectives:
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
LOGIC GATES & TRUTH TABLE – Digital Circuit 1 Choopan Rattanapoka.
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.
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.
LOGIC GATES AND CIRCUITS Digital systems are said to be constructed by using logic gates. These gates are the AND, OR, NOT, NAND, NOR, EXOR and EXNOR gates.
Basic logic gates  AND gate:The truth table is given by A.BBA
Gates and Logic Dr John Cowell phones off (please)
Logic Gates. The Inverter The inverter (NOT circuit) performs the operation called inversion or complementation. Standard logic symbols: 1 1 input output.
1 EENG 2710 Chapter 2 Algebraic Methods For The Analysis and Synthesis of Logic circuits.
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
Chapter-3: BOOLEAN ALGEBRA & LOGIC GATES Analysis and logical design.
Logic Gates. AND gate Produces an output only if both inputs are on Input AInput BOutput (Q) Q=
Logic Gates M. AL-Towaileb1. Introduction Boolean algebra is used to model the circuitry of electronic devices. Each input and each output of such a device.
Combinational Logic: Other Gate Types
The inverter performs the Boolean NOT operation. When the input is LOW, the output is HIGH; when the input is HIGH, the output is LOW. The Inverter AX.
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR and parity check Circuits.
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.
Logic Gates and Boolean Algebra Introduction to Logic II.
DATA REPRESENTATION IN COMPUTER MEMORY.  Describe the coding system:  Sign and magnitude  1’s Complement and 2’s Complement  Binary Coded Decimal.
Chapter 5 Combinational Logic 组合逻辑
Eng. Mai Z. Alyazji October, 2016
Logic Gates.
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.
Exclusive OR Gate.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Principles & Applications
Logic Gates L Al-zaid Math110.
King Fahd University of Petroleum and Minerals
Logic Gates.
Boolean Algebra.
Logic Gates.
KS4 Electricity – Electronic systems
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.
Logic Gates Dr.Halimah Alshehri.
Discussion D5.1 Section Sections 13-3, 13-4
Binary Logic.
Chapter 4 Gates and Circuits.
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Department of Electronics
Basic Logic Operations
Introduction to Logic diagrams and truth tables
Introduction to Logic diagrams and truth tables
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

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 logic gates. Draw the symbols for the basic logic gates. Develop truth tables for the basic logic gates.

3 AND gates –A logic circuit that has two or more inputs and a single output. –Produce an output of 1, only when all its inputs are 1. –Perform the basic operation of multiplication.

4 OR gates –Produce a 1 output if any of its inputs are 1’s. –The output is a 0 if all the inputs are 0’s. –Performs the basic operation of addition.

5 NOT gates –Simplest logic circuit. –Performs the function called inversion, commonly referred to as an inverter. –Makes the output the opposite of the input state.

6 NAND gates –Combine an inverter and an AND gate. –Most commonly used logic gate. –Can be used to construct an AND gate, an OR gate, an inverter, or any combination of these functions. –The availability and flexibility allow them to be used for other types of gates.

7

8 NOR gates –Combine an inverter and an OR gate. –Can be used to construct an AND gate or an OR gate and an inverter.

9

10 Exclusive OR gates (XOR) –Has only two inputs. –Generates a 1 output if either input is a 1. –When both inputs are 1’s or 0’s, the output is 0.

11 Exclusive NOR gates (XNOR) –The complement of the XOR gate. –Produces a 1 output only when both inputs are different.

12 BUFFER gate –A logic circuit that isolates conventional gates from other circuitry and –Provides a high-driving current for heavy circuit loads or fan-out. –Provides noninverting input and output.

13

14 3-STATE BUFFER gate –Another type of buffer that has the usual 1 and 0 output states, but it also has third state. –Third state is referred to as a high impedance state.

15 –This state provides an open circuit between the input circuitry and the output and is controlled by the EN line. –The EN line represents an enable/disable control input.

16

17 In Summary –An AND gate: Produces a 1 output when all of its inputs are 1’s. Performs the basic operation of multiplication. –An OR gate: Produces a 1 output if any of its inputs are 1’s. Performs the basic operation of addition. –A NOT gate: Performs the function called inversion or complementation.

18 Converts the input state to an opposite output state. –A NAND gate: Is a combination of an AND gate and an inverter. Produces 1 output when any of the inputs are 0’s. –A NOR gate: Is a combination of an OR gate and an inverter. Produces a 1 output only when both inputs are 0’s.

19 –An exclusive OR (XOR) gate: Produces a 1 output only if both inputs are different. Produces a 1 output only when both inputs are the same.