Digital Logic & Design Dr. Waseem Ikram Lecture 05

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Logic Gates.
Digital Logic & Design Dr. Waseem Ikram Lecture 06
Exclusive-OR and Exclusive-NOR Gates
Lecture #9 EGR 277 – Digital Logic
Chapter 4 Logic Gates and Boolean Algebra. Introduction Logic gates are the actual physical implementations of the logical operators. These gates form.
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.

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:
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.
©zaher elsir Sudan Academy for Banking & Financial Sciences Decimal Number System Base (Radix)10 Digits0, 1, 2, 3, 4, 5, 6, 7, 8, 9 e.g The magnitude.
Transistors and Logic Circuits. Transistor control voltage in voltage out control high allows current to flow -- switch is closed (on) control low stops.
Digital Logic Design Week 3
Chapter 3 (part 2) Basic Logic Gates 1.
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.
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.
Digital Logic & Design Dr. Waseem Ikram Lecture 01
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,
Logic Design CS221 1 st Term combinational circuits Cairo University Faculty of Computers and Information.
Logic Design EE-2121 Manesh T. Digital Systems  Introduction  Binary Quantities and Variables  Logic Gates  Boolean Algebra  Combinational Logic.
CHAPTER 5 Combinational Logic Analysis
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
Digital logic representation In digital logic system,events are described as either 0 or 1 Two logic states 1= logic High 0 = logic Low.
Lecture No. 14 Combinational Functional Devices. Digital Logic &Design Dr. Waseem Ikram Lecture 14.
DATA REPRESENTATION IN COMPUTER MEMORY.  Describe the coding system:  Sign and magnitude  1’s Complement and 2’s Complement  Binary Coded Decimal.
Dr. Ameria Eldosoky Discrete mathematics
Logic Gates and Boolean Algebra
Transistors and Logic Circuits
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Lecture No. 4 Number Systems
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
EI205 Lecture 5 Dianguang Ma Fall 2008.
Digital Logic & Design Dr. Waseem Ikram Lecture No. 28.
Exclusive OR Gate.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Principles & Applications
University of Gujrat Department of Computer Science
Digital Logic and Design
Schematics 201 Lecture Topic: Electrical Symbols
Digital Logic & Design Dr. Waseem Ikram Lecture 13.
Universal gates.
Lecture No. 24 Sequential Logic.
Digital Logic & Design Dr. Waseem Ikram Lecture No. 31.
Digital Logic & Design Dr. Waseem Ikram Lecture No. 16.
Digital Logic & Design Lecture 05
Programmable Logic Devices
King Fahd University of Petroleum and Minerals
JC Technology Logic Gates.
Logic Gates.
Combinational Functional Devices
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
DIGITAL ELECTRONICS B.SC FY
Digital Logic & Design Dr. Waseem Ikram Lecture No. 36.
Table 1.1 Powers of Two.
Programmable Logic Devices
XOR Function Logic Symbol  Description  Truth Table 
Department of Electronics
Boolean Algebra and Gate Networks
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:

Digital Logic & Design Dr. Waseem Ikram Lecture 05 Asalam O Aleikum students. I am Waseem Ikram. This is the fifth lecture in a series of 45 lectures on Digital Logic Design.

Recap Octal Number System Alternate Representations Excess Code BCD Code Gray Code Alphanumeric Code (ASCII) Error Detection using Parity Bit

Logic Gates Basic Building Blocks Logic Gate Symbol Unique function Truth or Function Table Function Expression Timing Diagram

AND Gate 1 output 2 inputs 3 inputs 4 inputs Multiple inputs

AND Gate function Logical Multiplication function Input Output A B F 1

AND Gate Timing Diagram

OR Gate 1 output 2 inputs 3 inputs 4 inputs Multiple inputs

OR Gate function Boolean Add function Input Output A B F 1

OR Gate Timing Diagram

NOT Gate 1 input 1 output

NOT Gate function Invert function Input Output A F 1

NOT Gate Timing Diagram

AND Gate Applications Enable/Disable Device Counter counts when it receives pulses

OR Gate Applications Car door open alarm

NOT Gate Applications 1’s Complement

Alternate Representations

NAND Gate 1 output 2 inputs 3 inputs 4 inputs Multiple inputs

NAND Gate function NOT-AND function Input Output A B F 1

NAND Gate Timing Diagram

NAND Universal Gate Input Output A B F 1

NAND Universal Gate Input Output A B F1 F 1

NAND Universal Gate Input Output A B F 1

NOR Gate 1 output 2 inputs 3 inputs 4 inputs Multiple inputs

NOR Gate function NOT-OR function Input Output A B F 1

NOR Gate Timing Diagram