LSN 3 Logic Gates. ECT 224 Digital Computer Fundamentals. Department of Engineering Technology

Similar documents
IC Logic Families. Wen-Hung Liao, Ph.D. 5/16/2001

Digital Circuits and Operational Characteristics

2 Logic Gates THE INVERTER. A logic gate is an electronic circuit which makes logic decisions. It has one output and one or more inputs.

Digital Fundamentals. Logic gates

This Figure here illustrates the operation for a 2-input OR gate for all four possible input combinations.

In this experiment you will study the characteristics of a CMOS NAND gate.

Digital logic families

Chapter 6 Digital Circuit 6-6 Department of Mechanical Engineering

Basic Logic Circuits

Digital Integrated Circuits - Logic Families (Part II)

Course Outline Cover Page

Digital Systems Principles and Applications TWELFTH EDITION. 3-3 OR Operation With OR Gates. 3-4 AND Operations with AND gates

DIGITAL ELECTRONICS. Methods & diagrams : 1 Graph plotting : - Tables & analysis : - Questions & discussion : 6 Performance : 3

Digital Electronics Part II - Circuits

Positive and Negative Logic

The entire range of digital ICs is fabricated using either bipolar devices or MOS devices or a combination of the two. Bipolar Family DIODE LOGIC

ECE 334: Electronic Circuits Lecture 10: Digital CMOS Circuits

Code No: R Set No. 1

Multiple input gates. The AND gate

Lecture 02: Logic Families. R.J. Harris & D.G. Bailey

36 Logic families and

Design considerations (D)

DIGITAL ELECTRONICS. Digital Electronics - B1 28/04/ DDC Storey 1. Group B: Digital circuits and devices

Digital Fundamentals 8/29/2016. Summary. Summary. Floyd. Chapter 3 A X. The Inverter

Lecture 7: Digital Logic

Appendix B Page 1 54/74 FAMILIES OF COMPATIBLE TTL CIRCUITS PIN ASSIGNMENT (TOP VIEWS)

1.) If a 3 input NOR gate has eight input possibilities, how many of those possibilities result in a HIGH output? (a.) 1 (b.) 2 (c.) 3 (d.) 7 (e.

Schmitt Trigger Inputs, Decoders

4-bit counter circa bit counter circa 1990

Digital Fundamentals 9/4/2017. Summary. Summary. Floyd. Chapter 3. The Inverter

Abu Dhabi Men s College, Electronics Department. Logic Families

EXPERIMENT 5 Basic Digital Logic Circuits

Chapter 2 Combinational Circuits

Classification of Digital Circuits

ECE 471/571 The CMOS Inverter Lecture-6. Gurjeet Singh

Electronic Circuits EE359A

Logic diagram: a graphical representation of a circuit

Digital Fundamentals

Digital Logic Circuits

Logic Families. Describes Process used to implement devices Input and output structure of the device. Four general categories.

Chapter 6 DIFFERENT TYPES OF LOGIC GATES

Module-1: Logic Families Characteristics and Types. Table of Content

Gates and Circuits 1

Exercise 2: OR/NOR Logic Functions

OBJECTIVE TYPE QUESTIONS FOR PRACTICAL EXAMINATION Subject : Electronics-I ( EC 112)

Module-3: Metal Oxide Semiconductor (MOS) & Emitter coupled logic (ECL) families

LOGIC FAMILY LOGIC FAMILY

CHAPTER 3 BASIC & COMBINATIONAL LOGIC CIRCUIT

In this lecture: Lecture 3: Basic Logic Gates & Boolean Expressions

Lab 2 Revisited Exercise

Lab 7 (Hands-On Experiment): CMOS Inverter, NAND Gate, and NOR Gate

4-bit counter circa bit counter circa 1990

Propagation Delay, Circuit Timing & Adder Design. ECE 152A Winter 2012

Propagation Delay, Circuit Timing & Adder Design

CMOS Digital Logic Design with Verilog. Chapter1 Digital IC Design &Technology

Name EGR 2131 Lab #2 Logic Gates and Boolean Algebra Objectives Equipment and Components Part 1: Reading Pin Diagrams 7400 (TOP VIEW)

Topic 6. CMOS Static & Dynamic Logic Gates. Static CMOS Circuit. NMOS Transistors in Series/Parallel Connection

Exercise 1: AND/NAND Logic Functions

IES Digital Mock Test

CHAPTER 3 PERFORMANCE OF A TWO INPUT NAND GATE USING SUBTHRESHOLD LEAKAGE CONTROL TECHNIQUES

Digital Electronics - B1 18/03/ /03/ DigElnB DDC. 18/03/ DigElnB DDC. 18/03/ DigElnB DDC

Lecture 9 Transistors

Department of EECS. University of California, Berkeley. Logic gates. September 1 st 2001

Lecture Summary Module 1 Switching Algebra and CMOS Logic Gates

FAMILIARIZATION WITH DIGITAL PULSE AND MEASUREMENTS OF THE TRANSIENT TIMES

ET475 Electronic Circuit Design I [Onsite]

1. Short answer questions. (30) a. What impact does increasing the length of a transistor have on power and delay? Why? (6)

Obsolete Product(s) - Obsolete Product(s)

CS/ECE 252: INTRODUCTION TO COMPUTER ENGINEERING UNIVERSITY OF WISCONSIN MADISON

Quad 2-Input NAND Gate High-Voltage Silicon-Gate CMOS

74ACT00B QUAD 2-INPUT NAND GATE

CHAPTER 6 DIGITAL INSTRUMENTS

Chapter 4: FLIP FLOPS. (Sequential Circuits) By: Siti Sabariah Hj. Salihin ELECTRICAL ENGINEERING DEPARTMENT EE 202 : DIGITAL ELECTRONICS 1

Objective Questions. (a) Light (b) Temperature (c) Sound (d) all of these

Practical Aspects Of Logic Gates

Digital Logic Circuits

Power-Area trade-off for Different CMOS Design Technologies

CHAPTER 6 DIGITAL CIRCUIT DESIGN USING SINGLE ELECTRON TRANSISTOR LOGIC

Logic Families. A-PDF Split DEMO : Purchase from to remove the watermark. 5.1 Logic Families Significance and Types. 5.1.

1. Draw the circuit diagram of basic CMOS gate and explain the operation. VOUT=VDD

Lab# 13: Introduction to the Digital Logic

LOGIC GATES AND LOGIC CIRCUITS A logic gate is an elementary building block of a Digital Circuit. Most logic gates have two inputs and one output.

74ACT541TTR OCTAL BUS BUFFER WITH 3 STATE OUTPUTS (NON INVERTED)

ECE/CoE 0132: FETs and Gates

Chapter 6 DIFFERENT TYPES OF LOGIC GATES

Chapter 15 Integrated Circuits

Name: Class: Date: 1. As more electronic systems have been designed using digital technology, devices have become smaller and less powerful.

B.C.A 2017 DIGITAL ELECTRONICS BCA104T MODULE SPECIFICATION SHEET. Course Outline

ECE 2300 Digital Logic & Computer Organization

UNISONIC TECHNOLOGIES CO., LTD CD4069

IC Logic Families and Characteristics. Dr. Mohammad Najim Abdullah

Module -18 Flip flops

Gates and and Circuits

The Non Inverting Buffer

E-Tec Module Part No

EXPERIMENT 12: DIGITAL LOGIC CIRCUITS

MM74HC86 Quad 2-Input Exclusive OR Gate

M74HCT244TTR OCTAL BUS BUFFER WITH 3 STATE OUTPUTS (NON INVERTED)

74VHCT00ATTR QUAD 2-INPUT NAND GATE

UNIVERSITI MALAYSIA PERLIS

Transcription:

LSN 3 Logic Gates Department of Engineering Technology

LSN 3 Inverter One input and one output Produces a compliment of the input Negation indicator Truth table Active low output In Out 0 1 1 0 Active low input

LSN 3 Inverter Timing diagram Logic expression Compliment (inversion)

LSN 3 AND Gate Two or more inputs and one output Produces a high output when all of its inputs are high Truth table A B Out 0 0 0 0 1 0 1 0 0 1 1 1

LSN 3 AND Gate Timing diagram Logic expression Boolean multiplication

LSN 3 OR Gate Two or more inputs and one output Produces a high output when any of its inputs are high Truth table A B Out 0 0 0 0 1 1 1 0 1 1 1 1

LSN 3 OR Gate Timing diagram Logic expression Boolean addition

LSN 3 NAND Gate Two or more inputs and one output Produces a low output only when all inputs are high Truth table A B Out 0 0 1 0 1 1 1 0 1 1 1 0

LSN 3 NAND Gate Timing diagram Logic expression

LSN 3 NAND Gate NAND as negative-or Inputs are active low Output produces a high when any input is low Used to detect when any input is low

LSN 3 NOR Gate Two or more inputs and one output Produces a low output when any of its inputs are high Truth table A B Out 0 0 1 0 1 0 1 0 0 1 1 0

LSN 3 NOR Gate Timing diagram Logic expression

LSN 3 NOR Gate NOR as negative-and Inputs are active low Output produces a high when all inputs are low

LSN 3 Exclusive-OR / Exclusive-NOR Two inputs and one output Produces a high output when the inputs are at opposite logic levels or same logic level Truth table A B Out 0 0 0 0 1 1 1 0 1 1 1 0 A B Out 0 0 1 0 1 0 1 0 0 1 1 1

LSN 3 Exclusive-OR / Exclusive-NOR Timing diagram Logic expression

LSN 3 Logic Gates Fixed Function Logic CMOS, TTL, ECL CMOS Dominant technology Low power Improved switching speeds 5v or 3.3v operations TTL Original logic technology Less susceptible to static discharge High switching speeds 5v operation only

LSN 3 Logic Gates Logic package identification Series Designator XXX YYY Series designator: Identifier Digits 74 74S 74AS 74LS 74ALS 74F 74HC 74AC 74AHC 74LV 74LVC 74ALVC Standard TTL Schottky TTL Advanced Schottky TTL Low-power Schottky TTL Advanced Low-power Schottky TTL Fast TTL High-speed CMOS Advanced CMOS Advanced High-speed CMOS Low-voltage CMOS Low-voltage CMOS Advanced Low-voltage CMOS

LSN 3 Logic Gates Identifier digits:

LSN 3 Logic Gates Performance metrics Propagation delay: time interval between application of an input pulse and the occurrence of the associated output pulse Power dissipation: Product of the supply voltage and average supply current Speed-Power product Measure of the performance of a logic circuit by looking at propagation delay time and power dissipation Fan-out and loading Fan-out is the maximum number of similar gate inputs that can be connected to an output and still maintain proper output voltage levels Example datasheet

LSN 3 Homework Reading Chapter 3.1 3.7 Problems HW4 Chapter 3, problems 2, 5, 12, 16, 20, 24 Show all work and graph all waveforms on engineering/graph paper for credit References Datasheets http://www.alldatasheet.com/ http://www.chipcatalog.com/ http://focus.ti.com/logic/docs/logicportal.tsp?templateid=5985 (TI) http://focus.ti.com/lit/an/szza036b/szza036b.pdf (how to read them)