UNIT-V PART-II Combinational Circuits using TTL 74XX ICs.

Slides:



Advertisements
Similar presentations
Chapter 3 Basic Logic Gates 1.
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.
Programmable Logic Controllers.
UNIT 8 DIGITAL LOGIC. (1) To study and understand Boolean algebra and Boolean properties. (2) To design and analyze Logic gates. (3) To design and analyze.
Give qualifications of instructors: DAP
Princess Sumaya University
Chapter 3 Basic Logic Gates 1.
Chapter 3 Basic Logic Gates
Digital Fundamentals CHAPTER 3 Logic Gates.
Chapter 4 Gates and Circuits.
Informationsteknologi Friday, October 19, 2007Computer Architecture I - Class 81 Today’s class Digital Logic.
DIGITAL CIRCUITS Dr. L M Head Sophomore Clinic Fall 2004.
Logic Gates Combinational Circuits
Systems Approach Burglar Alarm Project PROBLEM SITUATION DESIGN
UNIT-8 LOGIC GATES.
Chapter 4 Gates and Circuits.
Logical Circuit Design Week 5: Combinational Logic Circuits Mentor Hamiti, MSc Office ,
Intro to Digital Electronics. Classifications of Electronic Circuits Switching Circuits – by turning electricity on and off. – Figure 1 – Known as the.
MR. KERINS Logic Gates- Electrical Engineering. LOGIC GATES Logic gates are primarily implemented using diodes or transistors acting as electronic switches,
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
CPS120: Introduction to Computer Science
LOGIC GATES A logic gate is an elementary building block of a digital circuit.digital circuit Most logic gates have two inputs and one output terminals.
Combinational Logic By Taweesak Reungpeerakul
1 DIGITAL ELECTRONICS. 2 OVERVIEW –electronic circuits capable of carrying out logical (boolean) and arithmetic operations on information stored as binary.
Digital Logic Design Week 3
Chapter 3 (part 2) Basic Logic Gates 1.
LOGIC GATES.
Chapter 3 Basic Logic Gates William Kleitz Digital Electronics with VHDL, Quartus® II Version Copyright ©2006 by Pearson Education, Inc. Upper Saddle River,
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
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.
4. Computer Maths and Logic 4.2 Boolean Logic Logic Circuits.
EGR101-34R "lecture on hardware- software" FB 7/10/2004 Digital Electronics Logic Gates Logic gates work with the voltage level of the signals. They are.
Logic Gates. The Inverter The inverter (NOT circuit) performs the operation called inversion or complementation. Standard logic symbols: 1 1 input output.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Glossary AND gate to device digital signals to inverter LDR to logic circuit logic.
Digital Fundamentals Floyd Chapter 3 Tenth Edition
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
Synchronous Sequential Logic A digital system has combinational logic as well as sequential logic. The latter includes storage elements. feedback path.
Combinational Logic Logic gates. and, or, not Derived gates. nand, nor, xor John F. Wakerly – Digital Design. 4 th edition. Chapter 4.
The inverter performs the Boolean NOT operation. When the input is LOW, the output is HIGH; when the input is HIGH, the output is LOW. The Inverter AX.
Logic Gates Chapter 5 Subject: Digital System Year: 2009.
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.
Digital Logic Design Ch1-1. Digital Logic Design Ch1-2 Introduction to digital logic (logic gates, flip-flops, circuits) Definition of Digital Logic 
LOGIC GATES. INTRODUCTION TO LOGIC GATES Boolean functions may be practically implemented by using electronic gates. The following points are important.
Basic Gates and ICs 74LS00 Quad 2-Input NAND gate 74LS02 Quad 2-Input NOR gate 74LS04 Quad 2-Input NOT gate 74LS08 Quad 2-Input AND gate 74LS32 Quad 2-Input.
Logic Gates Unit 16.
Digital Fundamentals Floyd Chapter 3 Tenth Edition
Dr.Ahmed Bayoumi Dr.Shady Elmashad
ECE 3130 Digital Electronics and Design
Logic Gates and Logic Circuits
ECE 3130 Digital Electronics and Design
Engr. Micaela Renee Bernardo
EI205 Lecture 3 Dianguang Ma Fall, 2008.
Logic What is logic? Logic is the name given to an electronic component which will monitor a number of inputs and give an output depending on them Input.
Introduction Molecules: made up of atoms of individual elements.
Digital Fundamentals Floyd Chapter 3 Tenth Edition
EI205 Lecture 5 Dianguang Ma Fall 2008.
Exclusive OR Gate.
LOGIc gates Objectives: George Boole, ( )
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Logic & Design Lecture 05
Digital Fundamentals Floyd Chapter 3 Tenth Edition
Logic Gates.
AWIM Series Lawndale High School Experiment 6 Dec, 2017
LOGIC Circuits.
Department of Electronics
Further binary, Logic diagrams and truth tables
Presentation transcript:

UNIT-V PART-II Combinational Circuits using TTL 74XX ICs

Study of Logic gates NOT Gate AND Gate OR Gate NAND Gate NOR Gate EX-OR Gate EX-NOR Gate

List of Ic’s used for Logic Gates

NOT (Inverter) Gate The Inverter performs the operation called inversion (or) complementation. Inverter changes one logic level to opposite level. In terms of bits, it changes a 1 to 0 and a 0 to 1.

Negation indicator is a “bubble” (o), indicates Inversion or complementation when it appears on the input or output of any logic element. Polarity (or) Level indicator is a “triangle”,indicates inversion when it appears on the input or output of a logic element. When appearing on the input, means that a Low level is the active or asserted input state. When appearing on the output, means that a Low level is the active or asserted output state.

Pin Diagram HEX Inverter Logic Diagram

Application Circuit for producing 1’s complement of an 8- bit binary number. Bits of the binary number are applied to the inverter inputs and 1’s complement of the number appears on the outputs.

AND Gate It is one of the basic gates that can be combined to form any logic function. It has two or more inputs and performs “logical multiplication”.

Pin Diagram 1) 7408-Quad 2-input AND gate 2) 7411-Triple 3-input AND gate Logic Diagram 3) 7421-Dual 4-input AND gate

Application AND gate as an Enable/Inhibit device It will enable (allow) the passage of a signal from one point to another at certain times and to inhibit(prevent) the passage at other times. Enable pulse is applied at B input. When enable pulse is HIGH, waveform A passes through the gate. When the enable pulse is LOW, waveform A is prevented from passing through the gate.

OR Gate It can have two or more inputs and performs known as logical addition.

Pin Diagram 7432-Quad 2-input OR gate Logic Diagram

Application OR gate as Intrusion detection and alarm system This system is used for one room in a home-a room with two windows and a door. The sensors are magnetic switches that produce a HIGH output when open and a LOW output when closed. As long as the windows and door are secured, the switches are closed and all three of the OR gate inputs are LOW. When one of the windows or door is opened, a HIGH is produced on that input to the OR gate and gate output goes HIGH. It then activates and latches an alarm circuit to warn of the intrusion.

NAND Gate

Pin Diagram 1) 7400-Quad 2-input NAND gate 2) 7410-Triple 3-input NAND gate Logic Diagram 3) 7420-Dual 4-input NAND gate

Application A manufaturing plant uses two tanks to store a certain liquid chemical that is required in a manufacturing process. Each tank has a sensor that detects when the chemical level drops to 25% of full. The sensors produce a 5V level when the tanks are more than one-quarter full. When the volume of chemical in a tank drops to one-quarter full, the sensor puts out a 0V level. It is required that a single red light-emitting diode on an indicator panel show when both tanks are more than one-quarter full. Show how a NAND gate can be used to implement this function. If tank A and tank B are above one-quarter full, LED is off. As long as both sensor outputs are LOW(0V), indicating that both tanks are less than one-quarter full, NAND gate output is LOW(0V). red LED circuit is arranged so that a LOW voltage turns it on.

NOR gate

Pin Diagram 1) 7402-Quad 2-input NOR gate 2) 7427-Triple 3-input NOR gate Logic Diagram

Application A part of the aircrafts functional monitoring system, a circuit is required to indicate the status of the landing gears prior to landing. A green LED display turns on if all three gears are properly extended when the “gear down” switch has been activated in preparation for landing. A red LED display turns on if any of the gears fail to extend properly prior to landing. When a landing gear is extended, its sensor produces a LOW voltage. When a landing gear is retraced, its sensor produces a HIGH voltage. Implement a circuit to meet this requirement. Power is applied to the circuit only when the “gear down” switch is activated. One NOR gate operates as a negative-AND to detect a LOW from each of the three landing gear sensors. When all the three of the gate inputs are LOW, three landing gears are properly extended and resulting HIGH output from negative-AND gate turns on the green LED display. Other NOR gate operates as NOR to detect if one or more of the landing gears remain retracted when the “gear down” switch is activated. When one or more of the landing gears remains retracted, resulting HIGH from the sensor is detected by the NOR gate, which produces a LOW output to turn on the red LED warning display.

EX-OR gate

Pin Diagram Logic Diagram 7486/74386-Quad EX-OR gate

Application 1) A certain system contains two identical circuits operating in parallel. As long as both are operating properly, the outputs of both circuits are always same. If one of the circuits fails, the outputs will be at opposite levels at some time. Device a way to detect that a failure has occurred in one of the circuits. A failure in either one of the circuits produces differing outputs, which cause the XOR inputs to be at opposite levels. This condition produces a HIGH on the output of the XOR gate, indicating a failure in one of the circuits.

Application 2) Ex-OR gate as a two-bit adder

EX-NOR gate