Logic Gates By: Asst Lec. Besma Nazar Nadhem

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Logic Gates.
CT455: Computer Organization Logic gate
EXPLAIN THE LOGIC OPERATION APPLYING BASIC DIGITAL ENGINEERING By Sri Wahyuni, S.Pd.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
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.
Floyd Digital Fundamentals, 9/e Copyright ©2006 by Pearson Education, Inc. Upper Saddle River, New Jersey All rights reserved. Slide 1 Digital Fundamentals.
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,
Module 3.  Binary logic consists of :  logic variables  designated by alphabet letters, e.g. A, B, C… x, y, z, etc.  have ONLY 2 possible values:
Lecture 17: Digital Design Today’s topic –Intro to Boolean functions Reminders –HW 4 due Wednesday 10/8/2014 (extended) –HW 5 due Wednesday 10/15/2014.
Logic Gates How Boolean logic is implemented. Transistors used as switches to implement Boolean logic: ANDOR Logic with Transistors.
Digital Electronics Lecture 4 Simplification using Boolean Algebra, Combinational Logic Circuit Design.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
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.
Lecture 22: 11/19/2002CS170 Fall CS170 Computer Organization and Architecture I Ayman Abdel-Hamid Department of Computer Science Old Dominion University.
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.
Combinational Logic Digital Design Department of Software Development Faculty of Information Technology Islamic University of Gaza Dr. Rebhi Baraka
Chapter 4 Fundamentals of Computer Logic 1 Chapter 4: Fundamental of Computer Logic - IE337.
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
Digital electronics 4–1 Gates and Circuits SANJAYBHAI RAJGURU COLLEGE OF ENGG.
Logic Gates and Boolean Algebra Introduction to Logic II.
Logic Gates Review. Logic Gates OR gate – 1 if either input is 1 – 0 if they both are 0.
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.
Dr.Ahmed Bayoumi Dr.Shady Elmashad
Eng. Mai Z. Alyazji October, 2016
Logic Gates and Boolean Algebra
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
Digital Logic & Design Dr. Waseem Ikram Lecture 05
EI205 Lecture 5 Dianguang Ma Fall 2008.
Exclusive OR Gate.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Agenda – 2/12/18 Questions? Readings: CSI 4, P
Schematics 201 Lecture Topic: Electrical Symbols
Universal gates.
Digital Logic & Design Lecture 05
Waveforms & Timing Diagrams
JC Technology Logic Gates.
Logic Gates.
Lecture 20: Combinatorial Circuits I
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
DIGITAL ELECTRONICS B.SC FY
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
Chapter 4 Gates and Circuits.
Digital Logic Experiment
Parity Generator and Checkers
Truth tables Mrs. Palmer.
Adder Circuits By: Asst Lec. Basma Nazar
Department of Electronics
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
Arithmetic Operation By: Asst Lec. Besma Nazar Nadhem
Number Systems By: Asst Lec. Besma Nazar Nadhem
Boolean Algebra By: Asst Lec. Besma Nazar Nadhem
Karnaugh Map Method By: Asst Lec. Besma Nazar Nadhem
Conversion between Systems
What are Logic Gates?.
Comparator By: Asst Lec. Besma Nazar Nadhem
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.
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

Logic Gates By: Asst Lec. Besma Nazar Nadhem College of Engineering, Electrical Engineering Department Class : Second Year Subject : Digital Techniques Logic Gates By: Asst Lec. Besma Nazar Nadhem Master of Science in Electrical Engineering (Electronic and Communication)  

Logic Gates The building blocks used to create digital circuits are logic gates Each gate has its own logic symbol which allows complex functions to be represented by a logic diagram The function of each gate can be represented by a truth table or using Boolean notation

The NOT gate (or inverter)

The AND gate

The NAND gate

The OR gate

The NOR gate

The Exclusive OR gate

The Exclusive NOR gate

Combinational Logic combinational logic where the outputs are determined solely by the current states of the inputs sequential logic where the outputs are determined not only by the current inputs but also by the sequence of inputs that led to the current state In this lecture we will look at combination logic

Example(1) : Implementing a function from a Boolean expression

Example(2) :Implementing a function from a Boolean expression

Example (3):Generating a Boolean expression from a logic diagram

HW. (1):Generating a Boolean expression from a logic diagram HW.(2) :Implementing a function from a Boolean expression