Logic Gates.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Basic Logic Gates Discussion D5.1 Section Sections 13-3, 13-4.
CT455: Computer Organization Logic gate
Digital Electronics Lecture 2 Logic Gates. Lecture 2 outline Announcement:
Combinational Logic Circuits Chapter 2 Mano and Kime.
ECE 238L Computer Logic Design Spring 2010
Morgan Kaufmann Publishers
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.
A Programmable Logic Device Lecture 4.3. A Programmable Logic Device Multiple-input Gates A 2-Input, 1-Output PLD.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Multiplexer as a Universal Function Generator
Introduction to Computer Engineering by Richard E. Haskell Basic Logic Gates Module M1.1 Section 3.1.
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.
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.
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.
What is an And Gate? It is a digital circuit that produce logical operations The logical operations are call Boolean logical Boolean operation consist.
Logic Gates. Outline  Logic Gates  The Inverter  The AND Gate  The OR Gate  The NAND Gate  The NOR Gate  The XOR Gate  The XNOR Gate  Drawing.
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.
Gates and Logic Dr John Cowell phones off (please)
Boolean Logic and Circuits ELEC 311 Digital Logic and Circuits Dr. Ron Hayne Images Courtesy of Cengage Learning.
Logic Gates. The Inverter The inverter (NOT circuit) performs the operation called inversion or complementation. Standard logic symbols: 1 1 input output.
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.
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=
CHAPTER 5 Combinational Logic Analysis
Basic Logic Gates By : Ashima Wadhwa Assistant Professor (giBS)
B OOLEAN A LGEBRA AND LOGIC GATES Chapter2-Lecture5.
Logic Gates and Boolean Algebra Introduction to Logic II.
Boolean Algebra. LO:  Understand why Boolean algebra is used  Understand basic Boolean algebra notation  Understand why Boolean algebra is used  Understand.
LOGIC CIRCUITLOGIC CIRCUIT. Goal To understand how digital a computer can work, at the lowest level. To understand what is possible and the limitations.
Mu.com.lec 9. Overview Gates, latches, memories and other logic components are used to design computer systems and their subsystems Good understanding.
Basic Gates and ICs 74LS00 Quad 2-Input NAND gate 74LS02 Quad 2-Input NOR gate 74LS04 Quad 2-Input NOT gate 74LS08 Quad 2-Input AND gate 74LS32 Quad 2-Input.
Logic Gates Learning Objectives Learn that there is a one-to-one relationship between logic gates and Boolean expressions Learn how logic gates are combined.
Table 2.1 Postulates and Theorems of Boolean Algebra
Eng. Mai Z. Alyazji October, 2016
Logic Gates.
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Principles & Applications
Dr. Clincy Professor of CS
Boolean logic in CMOS.
Boolean Algebra & Logic Circuits
UNIVERSAL GATES.
Schematics 201 Lecture Topic: Electrical Symbols
Universal gates.
Logic Gates.
Logic Gates.
KS4 Electricity – Electronic systems
13 Digital Logic Circuits.
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
GCSE Computer Science – Logic Gates & Boolean Expressions
Table 2.1 Postulates and Theorems of Boolean Algebra
University of Maryland Baltimore County Department of Computer Science and Electrical Engineering   CMPE 212 Laboratory (Discussion 4) Hasib Hasan
Today You are Learning simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT.
Discussion D5.1 Section Sections 13-3, 13-4
Chapter 2 Gates.
Digital Logic Experiment
Department of Electronics
Boolean Algebra and Gate Networks
Eng. Ahmed M Bader El-Din October, 2018
Introduction to Logic diagrams and truth tables
Logic Gates By: Asst Lec. Besma Nazar Nadhem
Introduction to Logic diagrams and truth tables
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

Logic Gates

NOT Gate Also known as an inverter

AND Gate

OR Gate

XOR Gate

What are digital circuits? System of logic components that model some Boolean expression Inputs  Digital Circuit  Output Example: ~x · y = z

Example – Circuit  Expression What Boolean function does the following digital circuit model? Answer: ~x + ~y = z

Example – Circuit  Expression What Boolean function does the following digital circuit model? Answer: f = xy + yz + ~xz

Your Turn What Boolean function does the following digital circuit model?

Example – Expression  Circuit Draw the logic circuit that corresponds to the following Boolean expression: f = ~(xy+z)

Example – Expression  Circuit Draw the logic circuit that corresponds to the following Boolean expression: f = ~(x+z)·(x+y)

Your Turn Draw the logic circuit that corresponds to the following Boolean expression: f = xy + ~xy + ~(yz)

NAND Gate ~(xy)

NOR GATE ~(x+y)