Digital Logic Design Ch1-1. Digital Logic Design Ch1-2 Introduction to digital logic (logic gates, flip-flops, circuits) Definition of Digital Logic 

Slides:



Advertisements
Similar presentations
Discrete Mathematical Structures: Theory and Applications
Advertisements

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, every.
Logic Gates.
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
التصميم المنطقي Second Course
Sequential Circuits1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
Sequential circuits The digital circuits considered thus far have been combinational, where the outputs are entirely dependent on the current inputs. Although.
ECE 3130 – Digital Electronics and Design Lab 5 Latches and Flip-Flops Fall 2012 Allan Guan.
Chapter 3 Basic Logic Gates 1.
CHAPTER 3 Digital Logic Structures
SUPLEMENTARY CHAPTER 1: An Introduction to Digital Logic The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Chapter 4 Logic Gates and Boolean Algebra. Introduction Logic gates are the actual physical implementations of the logical operators. These gates form.
Digital Logic Design CHAPTER 5 Sequential Logic. 2 Sequential Circuits Combinational circuits – The outputs are entirely dependent on the current inputs.
Flip_Flops  Logic circuits are classified ito two groups  1. The combinational logic circuits,using the basic gates AND,OR and NOT.  2. Sequential.
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:
Digital Electronics. Introduction to Number Systems & Codes Digital & Analog systems, Numerical representation, Digital number systems, Binary to Decimal.
SUPLEMENTARY CHAPTER 1: An Introduction to Digital Logic The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
1 Logic Gates. 2 Review of Boolean algebra Just like Boolean logic Variables can only be 1 or 0 Instead of true / false Instead of true / false.
1 Boolean Algebra & Logic Gates. 2 Objectives Understand the relationship between Boolean logic and digital computer circuits. Learn how to design simple.
LOGIC GATES.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
ECA1212 Introduction to Electrical & Electronics Engineering Chapter 9: Digital Electronics – Sequential Logic by Muhazam Mustapha, November 2011.
Exclusive OR Gate. Logically, the exclusive OR (XOR) operation can be seen as either of the following operations:exclusive OR (XOR) 1. A AND NOT B OR.
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.
4. Computer Maths and Logic 4.2 Boolean Logic Logic Circuits.
1.8 Binary Storage and Registers
CHAPTER-2 Fundamentals of Digital Logic. Digital Logic Digital electronic circuits are used to build computer hardware as well as other products (digital.
Logic Design / Processor and Control Units Tony Diep.
Chapter-3: BOOLEAN ALGEBRA & LOGIC GATES Analysis and logical design.
Synchronous Sequential Logic A digital system has combinational logic as well as sequential logic. The latter includes storage elements. feedback path.
Chapter 6 – Digital Electronics – Part 1 1.D (Data) Flip Flops 2.RS (Set-Reset) Flip Flops 3.T Flip Flops 4.JK Flip Flops 5.JKMS Flip Flops Information.
ECE DIGITAL LOGIC LECTURE 5: BINARY LOGIC AND DIGITAL LOGIC GATES Assistant Prof. Fareena Saqib Florida Institute of Technology Fall 2016, 01/28/2016.
 Flip-flops are digital logic circuits that can be in one of two states.  Flip-flops maintain their state indefinitely until an input pulse called a.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Logic Gates Chapter 5 Subject: Digital System Year: 2009.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
1 Logic Gates CS 202, Spring 2008 Epp, sections 1.4 and 1.5.
1’S COMPLEMENT REPRESENTATION 1’s complement of a number (binary) is obtained by changing all 1’s to 0 and all 0’s to 1. If one of these numbers is positive.
4–1. BSCS 5 th Semester Introduction Logic diagram: a graphical representation of a circuit –Each type of gate is represented by a specific graphical.
LOGIC CIRCUITLOGIC CIRCUIT. Goal To understand how digital a computer can work, at the lowest level. To understand what is possible and the limitations.
1 Review of Boolean algebra Just like Boolean logic Variables can only be 1 or 0 Instead of true / false Instead of true / false.
Flip-Flop Flip-flops Objectives Upon completion of this chapter, you will be able to :  Construct and analyze the operation of a latch flip-flop made.
1 Review of Boolean algebra Not is a horizontal bar above the number –0 = 1 –1 = 0 Or is a plus –0+0 = 0 –0+1 = 1 –1+0 = 1 –1+1 = 1 And is multiplication.
SAM GIRLS COLLEGE, BHOPAL DEPARTMENT OF COMPUTER SCIENCE.
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.
Logic Gates.
Digital gates and difinition
Exclusive OR Gate.
Flip Flops.
FIGURE 5.1 Block diagram of sequential circuit
Digital Design Lecture 9
DIRECTOR OF MGM’s COE,NANDED
Flip-Flop.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Flip Flop.
ECE Digital logic Lecture 16: Synchronous Sequential Logic
Sequential logic circuits
UNIVERSAL GATES.
JC Technology Logic Gates.
Logic Gates.
KS4 Electricity – Electronic systems
FLIP-FLOPS.
Flip-Flops.
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
Course Title : Digital Electronics -1 Course No.: 6841 Course Teacher:Engr: Suvadra Chowdhury Chief Instructor Chittagong Mohila –Polytechnic Institute.
Presentation transcript:

Digital Logic Design Ch1-1

Digital Logic Design Ch1-2 Introduction to digital logic (logic gates, flip-flops, circuits) Definition of Digital Logic  Digital logic consists of binary variables and a set of logical operations.  The variables are designated by letters of the alphabet, such as A, B, C, x, y, z, etc, with each variable having two and only two distinct possible values: 1 and 0,

Digital Logic Design Ch1-3 Digital systems are said to be constructed by using logic gates. These gates are divided of three types of gate: 1- Basic gates: AND gate OR gate NOT gate 2- Universal gates: NAND gate NOR gate 3- Derived gates: EXOR gate EXNOR gates.

Digital Logic Design Ch1-4 xyz * AND gate z = x y = x y The AND gate is an electronic circuit that gives a high output (1) only if all its inputs are high. A dot (.) is used to show the AND operation i.e. A.B.

Digital Logic Design Ch1-5 xyz * OR gate z = x + y The OR gate is an electronic circuit that gives a high output (1) if one or more of its inputs are high. A plus (+) is used to show the OR operation

Digital Logic Design Ch1-6 xz * NOT gate X =Z=X The NOT gate is an electronic circuit that produces an inverted version of the input at its output. It is also known as an inverter. If the input variable is A, the inverted output is known as NOT A. This is also shown as A', or A with a bar over the top.

Digital Logic Design Ch1-7 Switching Circuits SW1SW2Lamp SW1 SW2 Lamp off on off on off on

Digital Logic Design Ch1-8 SW1 Switching Circuits SW1SW2Lamp SW2 Lamp off on off on

Digital Logic Design Ch1-9 Switching Circuits SWLamp SW Lamp off on off on

Digital Logic Design Ch1-10 Binary Logic Logic gates  Example of binary signals Logic 1 Logic 0 Un-define Figure 1.3 Example of binary signals

Digital Logic Design Ch1-11 Binary Logic Logic gates  Graphic Symbols and Input-Output Signals for Logic gates: Fig. 1.4 Symbols for digital logic circuits Fig. 1.5 Input-Output signals for gates

Digital Logic Design Ch1-12 In PutOut Put The NAND gate represents the complement of the AND operation. Its name is an abbreviation of NOT AND.

Digital Logic Design Ch1-13 In PutOut Put The NOR gate represents the complement of the OR operation. Its name is an abbreviation of NOT OR.

Digital Logic Design Ch1-14 In PutOut Put The output is high when either of inputs A or B is high, but not if both A and B are high. It is consists of a five gates (two AND, two NOT, and one OR)

Digital Logic Design Ch1-15 In PutOut Put This is an X-OR gate with the output inverted. It is consists of a five gates (two AND, two NOT, and one OR)

Digital Logic Design Ch More about logic gates To implement a logic gate in hardware, you use a transistor Transistors are all enclosed in an “IC”, or integrated circuit The current Intel Pentium IV processors have 55 million transistors!

Digital Logic Design Ch1-17

Digital Logic Design Ch1-18 A digital circuit that contains flip-flops is called a Sequential Circuit A flip-flop holds a single bit of memory  The bit “flip-flops” between the two NAND gates In reality, flip-flops are a bit more complicated  Have 5 (or so) logic gates (transistors) per flip- flop

Digital Logic Design Ch R-S flip-flop 2- D flip-flop 3- J-K flip-flops R S

Digital Logic Design Ch Flip-flops R-S Flip-Flope Consider the following circuit: R S Q Q RS Function 10Reset 01Set 11Hold 001/1 holds it’s a single bit of memory.