Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP 2610 1.

Slides:



Advertisements
Similar presentations
Date of Birth Design Problem
Advertisements

A Simple ALU Binary Logic.
Logic Gate Objects This document contains various images created by Andrew C. M. Rodger, 4 October Tools used:LibreOffice Impress 3 Microsoft Powerpoint.
Summary of Chapter II 1.Data Transmission. Step 1: what we have Analog signal Carry wave (carrier) Received singal ??
Princess Sumaya University
Introduction to CAFE Yu Hen Hu September 25, 2000.
Truth Tables and Logic Gates. What are Logic Gates? Logic gates are components used in making logic circuits. Each gate has one or more inputs and produces.
Lab02 :Logic Gate Fundamentals:
Introduction to Computer Engineering ECE/CS 252, Fall 2010 Prof. Mikko Lipasti Department of Electrical and Computer Engineering University of Wisconsin.
Chapter 3 Digital Logic Structures
Digital Systems: Logic Gates and Boolean Algebra Wen-Hung Liao, Ph.D.
ENGIN112 L7: More Logic Functions September 17, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 7 More Logic Functions: NAND, NOR,
Discrete Mathematical Structures: Theory and Applications
Announcements mid-term on Thursday 12:30 – be on time. Calculators allowed (required!) No assignment due this week Assignment 6 posted on Thursday Project.
Digital Logical Structures
Department of Computer and Information Science, School of Science, IUPUI CSCI 240 Digital Logic.
Logic Gates.
CT455: Computer Organization Logic gate
Digital Logic & Design Dr. Waseem Ikram Lecture 06
FPGA-Based System Design: Chapter 2 Copyright 2003 Prentice Hall PTR Gate Design n Static complementary logic gate structures. n Switch logic. n Other.
Lecture 6 More Logic Functions: NAND, NOR, XOR and XNOR
CHAPTER 2 LOGIC GATES.
Boolean Algebra and Logic Gates
Instructor Dr Sameh Abdulatif
Logic Gates Some Most All Learning Objective
GCSE Computing#BristolMet Session Objectives#5 MUST explain why data is represented in computer systems in binary SHOULD understand and produce simple.
(CSC 102) Discrete Structures Lecture 5.
©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Computer Technology Transistor to computer gates
Logic Circuits Situations to explain states What is a logic Gate
Logic Gates & Circuits. AND Gate Input AInput BOutput X AND Logic Gate AND Truth Table X = A. B AND Boolean Expression.
Chapter 3 Digital Logic Structures
topics Logic gates Gates types Universal gates
 Which number is in exponential form: -10,, 10  Identify the Base of that number  What is the exponent in that number? - the number being multiplied.
CS 121 Digital Logic Design
Morgan Kaufmann Publishers
Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP
ASCII Code Table (7 bit) UNICODE (16 bit) - UTF-8 provides a 16 bit superset of ASCII.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
30 September 2004Comp 120 Fall September 2004 Chapter 4 – Logic Gates Read in Chapter 4 pages , , section 4.8 through top of page.
Chapter 3 Continued Logic Gates Logic Chips Combinational Logic Timing Sequential Logic Flip Flops Registers Memory State Machines.
Faculty of Computer Science © 2006 CMPUT 229 Digital Logic From Switches to Memories.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Lecture 5 Dr. Shi Dept. of Electrical and Computer Engineering.
10-7 Metal-Oxide Semiconductor ( MOS )  Field-Effect Transistor ( FET ) Unipolar transistor Depend on the flow of only one type of carrier JFET, MOS 
CIS 6001 Gates Gates are the building blocks for digital circuits Conventions used is high voltage = 1 and ground = 0 Inverter and NOT Gate are two terms.
Recall Last Lecture Voltage Transfer Characteristic A plot of V o versus V i Use BE loop to obtain a current equation, I B in terms of V i Use CE loop.
Chapter 3 Digital Logic Structures. 3-2 Transistor: Building Block of Computers Microprocessors contain millions of transistors Intel Pentium 4 (2000):
CSIS CSIS Input AND from Transistors Illustrates basic use of IDL-800 Illustrates construction of gates Illustrates the “transistor bleed-through”
Digital Logic Structures MOS transistors logic gates functional units of a computer.
Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP
CS 8421 Computing Systems, Dr. Hoganson Copyright © 2004, 2006 Dr. Ken Hoganson CS Class Will Start Momentarily… CS8421 Computing Systems.
CMOS Logic.  The CMOS Logic uses a combination of p-type and n-type Metal-Oxide-Semiconductor Field Effect Transistors (MOSFETs) to implement logic gates.
Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP
Combinational Logic Digital Design Department of Software Development Faculty of Information Technology Islamic University of Gaza Dr. Rebhi Baraka
Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP
Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP
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 3 Digital Logic Structures
CHAPTER 5 Combinational Logic Analysis
CMPUT Computer Organization and Architecture I1 CMPUT229 - Fall 2002 Topic 2: Digital Logic Structure José Nelson Amaral.
Assoc. Prof. Dr. Ahmet Turan ÖZCERİT.  Logic gates used in digital electronics  How to use logic gates to implement logic equations You will learn:
Logic Gates Chapter 5 Subject: Digital System Year: 2009.
Bits, Data types, and Operations: Chapter 2 COMP 2610 Dr. James Money COMP
Logic gates.
LOGIC GATE TIMING DIAGRAM.
The MOS Transistor Figures from material provided with Digital Integrated Circuits, A Design Perspective, by Jan Rabaey, Prentice Hall, 1996.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Waveforms & Timing Diagrams
KS4 Electricity – Electronic systems
Digital Logic Experiment
Presentation transcript:

Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP

Logic Gates One level up from the transistor is a logic gate We use individual MOS transistors to construct our basic logic structures We will consider AND, OR, and NOT gates

The NOT Gate (Inverter) To construct a NOT gate, we need – One n-type transistor – One p-type transistor These are connected together to obtain the NOT gate This is sometimes called an inverter

The NOT Gate (Inverter) InOut 0 V2.9 V 0 V InOut Volts 0 Volts

The NOT Gate (Inverter)

OR and NOR Gates ABC 0 V 2.9 V 0 V2.9 V0 V 2.9 V0 V 2.9 V 0 V

OR and NOR Gates ABC = A NOR B

OR and NOR Gates How to we obtain the OR gate now? We chain the NOT gate to the end of the NOR gate NOT (NOR) = OR We do this b/c it is cheaper to produce NOT type gates versus regular ones

OR and NOR Gates OR Gate