Basic Logic Operations

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Basic Logic Gates Discussion D5.1 Section Sections 13-3, 13-4.
Logic Gates.
topics Logic gates Gates types Universal gates
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
Lecture. Outline Bits Gates Combinatorial Logic Spice Hands-On Stuff.
Universal Gates Sum of Products Products of Sum
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
ECE 331 – Digital System Design Basic Logic Functions, Truth Tables, and Standard Logic Gates.
Lab 04 :Serial Data Control Systems : Slide 2 Slide 3 Slide 4 NOR Gate: NAND Gate: NOR / NAND Alternate Symbols: Slide 5 XOR and XNOR Gate: Serial Data.

Logical Circuit Design Week 5: Combinational Logic Circuits Mentor Hamiti, MSc Office ,
LOGIC GATES Logic generally has only 2 states, ON or OFF, represented by 1 or 0. Logic gates react to inputs in certain ways. Symbol for AND gate INPUT.
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:
LOGIC GATES & TRUTH TABLE – Digital Circuit 1 Choopan Rattanapoka.
Basic Logic Operations and Standard Logic Gates (Lecture #1) ECE 331 – Digital System Design.
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.
Basic logic gates  AND gate:The truth table is given by A.BBA
ECE 301 – Digital Electronics Basic Logic Operations, Boolean Expressions, and Boolean Algebra (Lecture #3)
Logic Gates. The Inverter The inverter (NOT circuit) performs the operation called inversion or complementation. Standard logic symbols: 1 1 input output.
Chapter-3: BOOLEAN ALGEBRA & LOGIC GATES Analysis and logical design.
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,
Basic Logic Operations and Standard Logic Gates [Lecture:1] Instructor: Sajib Roy Lecturer, ETE, ULAB ETE 204 – Digital Electronics.
ECE 331 – Digital System Design Basic Logic Operations, Boolean Expressions and Truth Tables, and Standard Logic Gates The slides included herein were.
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR and parity check Circuits.
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 Review. Logic Gates OR gate – 1 if either input is 1 – 0 if they both are 0.
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.
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Digital Logic.
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Eng. Mai Z. Alyazji October, 2016
Logic What is logic? Logic is the name given to an electronic component which will monitor a number of inputs and give an output depending on them Input.
Logic Gates and Boolean Algebra
Universal Gate – NAND Universal Gate - NAND Digital Electronics
ECE 331 – Digital System Design
Logic Gates.
EI205 Lecture 5 Dianguang Ma Fall 2008.
Boolean Expressions Lecture No. 10.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
ECE 331 – Digital System Design
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Practice #Digital Logic Mr. Burleson
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Elec 2607 Digital Switching Circuits
Schematics 201 Lecture Topic: Electrical Symbols
Universal gates.
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Logic Gates.
JC Technology Logic Gates.
Boolean Algebra.
Logic Gates.
CSC 220: Computer Organization Logic Gates and Functions
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
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Logic Gates.
Discussion D5.1 Section Sections 13-3, 13-4
XOR Function Logic Symbol  Description  Truth Table 
Department of Electronics
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
Eng. Ahmed M Bader El-Din October, 2018
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

Basic Logic Operations Lecture No. 9 Basic Logic Operations

Basic Logic Operations AND OR NOT (Complement) Order of Precedence NOT can be modified using parenthesis ECE 301 - Digital Electronics

Basic Logic Operations ECE 301 - Digital Electronics

Basic Logic Operations ECE 301 - Digital Electronics

Additional Logic Operations NAND F = (A . B)' NOR F = (A + B)' XOR Output is 1 iff either input is 1, but not both. XNOR (aka. Equivalence) Output is 1 iff both inputs are 1 or both inputs are 0. ECE 301 - Digital Electronics

Additional Logic Operations NAND XOR NOR denotes inversion XNOR ECE 301 - Digital Electronics

Additional Logic Operations Exercise: Derive the Truth table for each of the following logic operations: 1. 2-input NAND 2. 2-input NOR ECE 301 - Digital Electronics

Additional Logic Operations Exercise: Derive the Truth table for each of the following logic operations: 1. 2-input XOR 2. 2-input XNOR ECE 301 - Digital Electronics