Basic Logic Gates By : Ashima Wadhwa Assistant Professor (giBS)

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Logic Gates.
CT455: Computer Organization Logic gate
Logic Design Fundamentals - 1 Lecture L1.1. Logic Design Fundamentals - 1 Basic Gates Basic Combinational Circuits Basic Sequential Circuits.
Boolean Algebra and Logic Gate
6/16/2004P.B-Dr M.A.kashem(CS&E- 221,TLDD2) 1 CSE-221 Digital Logic Design (DLD) Lecture-2: Logic Operations & Digital Logic Gates.
Basic Logic Gates and De Morgan's Theorem Discussion D5.1 Appendix D.
EE 231 Digital Electronics Fall 01 week 1-slide 1 Digital Hardware Systems Digital Systems Digital vs. Analog Waveforms Analog: values vary over a broad.
Logic Design Review – 1 Basic Gates Lecture L14.1 Verilog.
Introduction to Computer Engineering by Richard E. Haskell Basic Logic Gates Module M1.1 Section 3.1.
Chapter 4 Logic Gates and Boolean Algebra. Introduction Logic gates are the actual physical implementations of the logical operators. These gates form.
Basic Gates Verilog Discussion D5.2. Basic Gates NOT Gate AND Gate OR Gate XOR Gate NAND Gate NOR Gate XNOR Gate.
Number Systems & Logic Gates Day 2. Octal Number System Base (Radix)8 Digits0, 1, 2, 3, 4, 5, 6, 7 e.g = =648 1 =88 0 =1 The digit.
Logical Circuit Design Week 5: Combinational Logic Circuits Mentor Hamiti, MSc Office ,
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.
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
NOCTI Review Lesson 4 Objectives:
LOGIC GATES & TRUTH TABLE – Digital Circuit 1 Choopan Rattanapoka.
Digital Logic Design Week 3
COMPSCI 210 Semester Tutorial 2: Logic Gates.
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.
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.
4. Electrons and electronics 4.5 Digital electronics.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
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.
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.
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 1 SETS, FUNCTIONs, ELEMENTARY LOGIC & BOOLEAN ALGEBRAs
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
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,
Combinational Logic Logic gates. and, or, not Derived gates. nand, nor, xor John F. Wakerly – Digital Design. 4 th edition. Chapter 4.
Logic Gates Chapter 5 Subject: Digital System Year: 2009.
Combinational Logic Analysis. Basic Combinational Logic Circuits AND-OR logic AND-OR logic AND-OR logic produces an SOP expression. AND-OR logic produces.
NAND, NOR, and EXOR (more primitive logical gates) CS Computer Architecture David Mayer.
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 CIRCUITLOGIC CIRCUIT. Goal To understand how digital a computer can work, at the lowest level. To understand what is possible and the limitations.
4–1 Gates Let’s examine the processing of the following six types of gates NOT AND OR XOR NAND NOR Typically, logic diagrams are black and white, and the.
LOGIC GATES. INTRODUCTION TO LOGIC GATES Boolean functions may be practically implemented by using electronic gates. The following points are important.
11/20/2016SKD1 Logic gates. 11/20/2016SKD2 Logic gates Prepared By: Rashidul Islam Instructor (Civil Construction) Deptt. Of S S C Vocational Alamdanga.
Dr. Ameria Eldosoky Discrete mathematics
Eng. Mai Z. Alyazji October, 2016
Logic Gates.
ECE 331 – Digital System Design
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
Discussion D5.1 Section Sections 13-3, 13-4
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Logic Gates.
KS4 Electricity – Electronic systems
GCSE Computer Science – Logic Gates & Boolean Expressions
Discussion D5.1 Section Sections 13-3, 13-4
DIGITAL ELECTRONICS B.SC FY
Discussion D5.1 Section Sections 13-3, 13-4
Basic Logic Gates.
Chapter 2 Gates.
Basic Logic Gates.
Truth tables Mrs. Palmer.
Department of Electronics
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
What are Logic Gates?.
DIGITAL ELECTRONICS AND LOGIC GATES. ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal.
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:

Basic Logic Gates By : Ashima Wadhwa Assistant Professor (giBS)

Digital Systems Digital vs. Analog Waveforms Analog: values vary over a broad range continuously Digital: only assumes discrete values

Algebra: variables, values, operations In Boolean algebra, the values are the symbols 0 and 1 If a logic statement is false, it has value 0 If a logic statement is true, it has value 1 Operations: AND, OR, NOT Boolean Algebra and Logical Operators

Logic Gates A computer carries out all operations internally by means of combination of signals passing through standard blocks of built in circuits known as logic gates. A Logic Gate is an electronic circuit that operates on one or more input signals to produce standard output signals.

Basic Logic Gates NOT, AND, and OR Gates NAND and NOR Gates Exclusive-OR (XOR) Gate Exclusive-NOR Gate

NOT Gate -- Inverter X Y

Y = ~X Y = !X Y = not X Y = X’ Y = X not(Y,X) NOT

X~X~~X = X X ~X ~~X

AND Gate AND X Y Z Z = X & Y X Y Z

X & Y X and Y X Y X * Y XY and(Z,X,Y) AND U V

OR Gate OR X Y Z Z = X | Y X Y Z

OR X | Y X # Y X or Y X + Y X V Y X U Y or(Z,X,Y)

Basic Logic Gates and Basic Digital Design NOT, AND, and OR Gates NAND and NOR Gates Exclusive-OR (XOR) Gate Exclusive-NOR Gate

NAND Gate NOT-AND X Y Z W = X & Y Z = ~W = ~(X & Y) X Y W Z W

NAND Gate NAND X Y Z X Y Z Z = ~(X & Y) nand(Z,X,Y)

NOR Gate NOT-OR X Y W = X | Y Z = ~W = ~(X | Y) X Y W Z Z W

NOR Gate NOR X Y Z X Y Z Z = ~(X | Y) nor(Z,X,Y)

Basic Logic Gates and Basic Digital Design NOT, AND, and OR Gates NAND and NOR Gates Exclusive-OR (XOR) Gate Exclusive-NOR Gate

Exclusive-OR Gate X Y Z XOR X Y Z Z = X ^ Y xor(Z,X,Y) AOB = ~A.B + A. ~B

XOR X ^ Y X $ Y Y xor(Z,X,Y)

Basic Logic Gates and Basic Digital Design NOT, AND, and OR Gates NAND and NOR Gates Exclusive-OR (XOR) Gate Exclusive-NOR Gate

X Y Z XNOR X Y Z Z = ~(X ^ Y) Z = X ~^ Y xnor(Z,X,Y) A O B=A.B + ~A.~B

XNOR X ~^ Y !(X $ Y) Y xnor(Z,X,Y)

Queries?