Logic Gates.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Logic Gates.
Programmable Logic Controllers.
Computer Systems – Logic Gates Introduce the basic logic gates Introduce truth tables Introduce Boolean algebra (dont panic!) Examples of combining gates.
EXPLAIN THE LOGIC OPERATION APPLYING BASIC DIGITAL ENGINEERING By Sri Wahyuni, S.Pd.
Chapter 4 Logic Gates and Boolean Algebra. Introduction Logic gates are the actual physical implementations of the logical operators. These gates form.
Digital Logic Systems Combinational Circuits. Basic Gates & Truth Tables.
Simple One and Two Input Logic Gates Truth Tables and Function Tables Based Upon TTL Levels.
Digital Systems Presented by Prof Tim Johnson
Logical Circuit Design Week 5: Combinational Logic Circuits Mentor Hamiti, MSc Office ,
MR. KERINS Logic Gates- Electrical Engineering. LOGIC GATES Logic gates are primarily implemented using diodes or transistors acting as electronic switches,
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:
Basic Logic Operations and Standard Logic Gates (Lecture #1) ECE 331 – Digital System Design.
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.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Circuit Simplification Truth Table  Minimized Logic Gates.
Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate.
Basic Gates 3.1 Basic Digital Logic: NAND and NOR Gates ©Paul Godin Created September 2007 Last Update Sept 2009.
Logic Gates. The Inverter The inverter (NOT circuit) performs the operation called inversion or complementation. Standard logic symbols: 1 1 input output.
Basic Digital Logic: NAND and NOR Gates Technician Series ©Paul Godin Last Update Dec 2014.
1 EENG 2710 Chapter 2 Algebraic Methods For The Analysis and Synthesis of Logic circuits.
Logic Gates. A logic gate is an elementary building block of a digital circuit. Most logic gates have two inputs and one output. At any given moment,
Module 7.  In Module 3 we have learned about NAND gate – it is a combination of AND operation followed by NOT operation  Symbol A. B = Y  Logic Gate.
CHAPTER 5 Combinational Logic Analysis
Chapter 5 Boolean Algebra and Reduction Techniques 1.
Digital logic representation In digital logic system,events are described as either 0 or 1 Two logic states 1= logic High 0 = logic Low.
1 Ch.3 Logic Gates and Boolean Algebra – Part 1
Logic Gates and Boolean Algebra Introduction to Logic II.
Circuits, Truth Tables & Boolean Algebra. Expressions Can describe circuits in terms of Boolean expression.
Circuit Synthesis A logic function can be represented in several different forms:  Truth table representation  Boolean equation  Circuit schematic 
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.
Hoda Roodaki Boolean Algebra Hoda Roodaki
Logic gates.
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Eng. Mai Z. Alyazji October, 2016
Logic Gates and Boolean Algebra
Chapter 3 Notes – Part II Review Questions
Logic Gates.
Logic Gates and Boolean Algebra
Universal Gate – NAND Universal Gate - NAND Digital Electronics
ECE 331 – Digital System Design
Logic Gates Benchmark Companies Inc PO Box Aurora CO
EI205 Lecture 5 Dianguang Ma Fall 2008.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Agenda – 2/12/18 Questions? Readings: CSI 4, P
Circuits, Truth Tables & Boolean Algebra
Universal gates.
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Logic Gates.
Logic Gates.
KS4 Electricity – Electronic systems
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
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.
Binary Logic.
Chapter 4 Gates and Circuits.
Basic Digital Logic: AND, OR and NOT gates Technician Series
Circuits, Truth Tables & Boolean Algebra
XOR Function Logic Symbol  Description  Truth Table 
Truth tables Mrs. Palmer.
Department of Electronics
Logic Gates By: Asst Lec. Besma Nazar Nadhem
DIGITAL ELECTRONICS AND LOGIC GATES. ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal.
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

Logic Gates

AND Function Output Y is TRUE if inputs A AND B are TRUE, else it is FALSE. Logic Symbol  Text Description  Truth Table  Boolean Expression  AND A B Y AND Symbol Y = A x B = A • B = AB

OR Function Output Y is TRUE if input A OR B is TRUE, else it is FALSE. Logic Symbol  Text Description  Truth Table  Boolean Expression  A B Y OR OR Symbol Y = A + B

NOT Function (inverter) Output Y is TRUE if input A is FALSE, else it is FALSE. Y is the inverse of A. Text Description  Logic Symbol  A Y NOT Truth Table  Y = A’ Alternative Notation Y = !A NOT Bar Boolean Expression  Y = A

NAND Function Output Y is FALSE if inputs A AND B are TRUE, else it is TRUE. Logic Symbol  Text Description  Truth Table  Boolean Expression  A bubble is an inverter This is an AND Gate with an inverted output A B Y NAND Y = A x B = AB

NOR Function Output Y is FALSE if input A OR B is TRUE, else it is TRUE. Logic Symbol  Text Description  Truth Table  Boolean Expression  A bubble is an inverter. This is an OR Gate with its output inverted. A B Y NOR Y = A + B

Circuit-to-Truth Table Example OR A Y NOT AND B C 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y 2# of Inputs = # of Combinations 2 3 = 8

Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y

Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y

Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y 1

Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y 1

Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y 1

Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y 1

Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y 1

Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y 1

Circuit-to-Boolean Equation A B OR A Y NOT AND B C = A B + A C A 1 } 1 } A C 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y

A - O - I Logic AND Gates NAND - NAND Logic OR Gates NOR - NOR Logic Y NOT AND B C AND Gates Other Logic Arrangements: NAND - NAND Logic NOR - NOR Logic OR Gates INVERTER Gates

NAND Gate – Special Application S T 0 1 A B Y NAND 1 1 0 Equivalent To An Inverter Gate

NOR Gate - Special Application S T 0 1 A B Y NOR 1 1 0 Equivalent To An Inverter Gate