Logic Gates L Al-zaid Math110.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

CT455: Computer Organization Logic gate
Computer Systems – Logic Gates Introduce the basic logic gates Introduce truth tables Introduce Boolean algebra (dont panic!) Examples of combining gates.
Chapter3: Gate-Level Minimization Part 2
Boolean Algebra and Logic Gate
Relationship Between Basic Operation of Boolean and Basic Logic Gate The basic construction of a logical circuit is gates Gate is an electronic circuit.
COMBINATIONAL LOGIC CIRCUITS C.L. x1 x2 xn Z Z = F (x1, x2, ……., Xn) F is a Binary Logic (BOOLEAN ) Function Knowing F Allows Straight Forward Direct Implementation.
Section 10.3 Logic Gates.
Combinational Logic1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
Combinational Logic Circuits Reference: M. Mano, C. Kime, “Logic and Computer Design Fundamentals”, Chapter 2 Dr. Costas Kyriacou and Dr. Konstantinos.
Boolean Algebra and Logic Gates1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
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.
Discrete Mathematics and Its Applications.  The English mathematician George Boole ( ) sought to give symbolic form to Aristotle's system of.
Course contents Chapter 1 - section 1.6 Chapter 2 - all sections Chapter – 4.7, and 4.12 Chapter , Chapter 6 - all sections.
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.
ACOE1611 Combinational Logic Circuits Reference: M. Mano, C. Kime, “Logic and Computer Design Fundamentals”, Chapter 2.
Linear Algebra. Circuits The circuits in computers and other input devices have inputs, each of which is either a 0 or 1, the output is also 0s and 1s.
Nonlinear & Neural Networks LAB. CHAPTER 8 Combinational Circuit design and Simulation Using Gate 8.1Review of Combinational Circuit Design 8.2Design of.
1 EENG 2710 Chapter 2 Algebraic Methods For The Analysis and Synthesis of Logic circuits.
CHAPTER 1 SETS, FUNCTIONs, ELEMENTARY LOGIC & BOOLEAN ALGEBRAs
Chapter 4 Fundamentals of Computer Logic 1 Chapter 4: Fundamental of Computer Logic - IE337.
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.
CHAPTER 5 Combinational Logic Analysis
Logic Gates Chapter 5 Subject: Digital System Year: 2009.
CHAPTER 1 INTRODUCTION TO DIGITAL LOGIC. De Morgan’s Theorem De Morgan’s Theorem.
Chapter 5 Boolean Algebra and Reduction Techniques 1.
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.
Chapter 12. Chapter Summary Boolean Functions Representing Boolean Functions Logic Gates Minimization of Circuits (not currently included in overheads)
Boolean Algebra & Logic Gates
Chapter 5 Combinational Logic 组合逻辑
Digital Logic.
CHAPTER 3 Simplification of Boolean Functions
Chapter 11 (Part 1): Boolean Algebra
Combinational Logic Logic gates. and, or, not Derived gates.
Minimization of Circuits
Minimization of Circuits
Combinational Logic Circuits
EI205 Lecture 5 Dianguang Ma Fall 2008.
CSCI-100 Introduction to Computing
Princess Sumaya University
CHAPTER 3 SETS AND BOOLEAN ALGEBRA
Boolean algebra and Logic Circuits Chapter 5
Boolean Expressions Lecture No. 10.
TN 221: DIGITAL ELECTRONICS 1
Jeremy R. Johnson Wed. Sept. 29, 1999
Dr. Clincy Professor of CS
Karnaugh Maps (K-Maps)
Computer Science 210 Computer Organization
Boolean Algebra L Al-zaid Math1101.
CS Chapter 3 (3A and ) Part 3 of 8
Discrete Mathematics CS 2610
Lecture 20: Combinatorial Circuits I
Representing Boolean Functions
AOI Logic Implementation
ECB2212-Digital Electronics K-Map
CS Chapter 3 (3A and ) – Part 2 of 5
Today You are Learning simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT.
Chapter 10.3 and 10.4: Combinatorial Circuits
Logic Gates Dr.Halimah Alshehri.
Combinational Circuits
Department of Electronics
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
Boolean Algebra and Gate Networks
Principles & Applications
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Course Title : Digital Electronics -1 Course No.: 6841 Course Teacher:Engr: Suvadra Chowdhury Chief Instructor Chittagong Mohila –Polytechnic Institute.
Presentation transcript:

Logic Gates L Al-zaid Math110

Introduction Boolean algebra is used to model the circuitry of electronic devices. Each input and each output of such a device can be thought of as a member of the set {0,1}. The basic elements of circuits are called gates. Each type of gate implements a Boolean operation. The circuits that we will study in this chapter give output that depends only on the input, and not on the current state of the circuit. Such circuits are called combinational circuits or gating networks. L Al-zaid Math110

Basic Types of Gates Gate Input Output Figure Inverter A value of one Boolean variable The complement of the value The OR gate The values of two or more Boolean variables The Boolean sum of their values The AND gate the values of two or more Boolean variables the Boolean product of their values L Al-zaid Math110

Basic Types of Gates L Al-zaid Math110

Combinations of Gates Combinational circuits can be constructed using a combination of inverters, OR gates, and AND gates. output from a gate may be used as input by one or more other elements Both drawings in Figure 3 depict the circuit that produces the output L Al-zaid Math110

EXAMPLE 1 Construct circuits that produce the following outputs: L Al-zaid Math110

Homework Page 765 1 3 5 L Al-zaid Math110