 Most of today’s SSIs are cased in DIPs, or dual-in-line packages. Each pin corresponds to a number, with pin number 1 can be as found in the drawing.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

EET 1131 Unit 3 Basic Logic Gates
Princess Sumaya University
CSC 405 Lab 1 - Building a Simple Combinatorial Circuit In this laboratory exercise you will learn about the layout of some small-scale integrated circuits.
Chapter 3 Basic Logic Gates 1.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
08/07/041 CSE-221 Digital Logic Design (DLD) Lecture-8:
Experiment #2: Introduction to Logic Functions and their Gate-Level Hardware Implementations CPE 169 Digital Design Laboratory.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
University College Cork IRELAND Number Systems, Data Types, Codes Logic Gates: An Introduction.
TDC 311 Digital Logic. Truth Tables  AND  OR  NOT  NAND  NOR  XOR  XNOR.
Digital Systems: Combinational Logic Circuits Digital IC Characteristics Wen-Hung Liao, Ph.D.
In this module you will learn: What the various logic gates do. How to represent logic gates on a circuit diagram. The truth tables for the logic gates.
Integrated Circuits. Integrated Circuit (IC) Semiconductor Devices Circuit inside a chip—lots of transistors inside Same Package, Different functions.
Introduction to Digital Electronics:
Lab 3 page 1 ENT-DIGI-210 Lab 3 Notes ©Paul Godin Updated September 2007.
Welcome to the Real World. What to do ? Input from the mangonel sensors Input expected by the software.
Summer Institute 2004 Chips and Gates An Introduction Linda Soulliere
What is an And Gate? It is a digital circuit that produce logical operations The logical operations are call Boolean logical Boolean operation consist.
 In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these.
 Seattle Pacific University EE Logic System Design Standard Gates-1 Logic Chips HD74LS04P HD74LS04P Actual circuit.
Basic Digital Logic 2 Combinational Logic
Chapter 3 (part 2) Basic Logic Gates 1.
LOGIC GATES. Electronic digital circuits are also called logic circuits because with the proper input, they establish logical manipulation paths. Each.
BASIC LOGIC GATES. In studying digital in integrated circuits, one must start with the simples group of circuits, the SSIs or Small Scale Integrated Circuits.
ACOE1611 Combinational Logic Circuits Reference: M. Mano, C. Kime, “Logic and Computer Design Fundamentals”, Chapter 2.
Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate.
CHAPTER 1 : INTRODUCTION
Basic Logic Functions Defined with Truth Tables AND OR Complement ABF ABF AF
Linear Algebra. Circuits The circuits in computers and other input devices have inputs, each of which is either a 0 or 1, the output is also 0s and 1s.
Digital Fundamentals Floyd Chapter 3 Tenth Edition
© 2009 Pearson Education, Upper Saddle River, NJ All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
Logic Gates. AND gate Produces an output only if both inputs are on Input AInput BOutput (Q) Q=
Logic Gates M. AL-Towaileb1. Introduction Boolean algebra is used to model the circuitry of electronic devices. Each input and each output of such a device.
ENG241/ Lab #11 ENG2410 Digital Design LAB #1 Introduction Combinational Logic Design.
ECE 320 Homework #3 1. Simplify the Boolean function F using the don’t care conditions d, in both S.O.P. and P.O.S. form: a) F=A’B’D’+A’CD+A’BC d=A’BC’D+ACD+AB’D’
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
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 CIRCUITLOGIC CIRCUIT. Goal To understand how digital a computer can work, at the lowest level. To understand what is possible and the limitations.
Transistors to Gates © 2011 Project Lead The Way, Inc.Magic of Electrons.
Activity 1 5 minutes Grab a whiteboard and pen, come to the front and work out the Truth Table for the following circuit: R A B C Q.
LOGIC GATE TIMING DIAGRAM.
Digital Fundamentals Floyd Chapter 3 Tenth Edition
Dr.Ahmed Bayoumi Dr.Shady Elmashad
Logic Gates.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Engr. Micaela Renee Bernardo
EI205 Lecture 3 Dianguang Ma Fall, 2008.
Digital Fundamentals Floyd Chapter 3 Tenth Edition
Logic Gates.
Basic Digital Logic.
LAB #1 Introduction Combinational Logic Design
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Logic Gates L Al-zaid Math110.
Digital Fundamentals Floyd Chapter 3 Tenth Edition
Logic Gates.
Michael McGrath Simple DC Motor Michael McGrath
Logic Gates.
Design Example “Date of Birth Problem”
KS4 Electricity – Electronic systems
EET 1131 Unit 3 Basic Logic Gates
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
Logic Gates Dr.Halimah Alshehri.
Binary Logic.
Counter Integrated Circuits (I.C.s)
Digital Logic Experiment
Department of Electronics
Logic Gates AIM: To know the different types of logic gate
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

 Most of today’s SSIs are cased in DIPs, or dual-in-line packages. Each pin corresponds to a number, with pin number 1 can be as found in the drawing. This part of the IC is indicated by the half crescent found on the IC, or by just looking at the IC label, where pin no.1 is found on the lower left as shown. The numbering of the pins are also shown, following a U-shaped pattern.

Each boolean function in the IC corresponds to a code number. Usually for TTL or Transistor-Transistor Logic Integrated Circuits, the SSIs have such code names as 7404s for inverters, 7408s for AND gates and 7432s for OR Gates

Single-input SSIs in Dual-In-Line Packages  In this package there are six logic gates in each DIP  The number 1 to 14 are called pin number  A denotes input of logic gate i  Y denotes output of logic gate i. A1 Y1 A2 Y2 A3 Y3 Vss +Vcc A6 Y6 A5 Y5 A4 Y4