Summer Institute 2004 Chips and Gates An Introduction Linda Soulliere

Slides:



Advertisements
Similar presentations
Chapter 4 Gates and Circuits.
Advertisements

Logic Gates.
CT455: Computer Organization Logic gate
Computer Science 210 Computer Organization Introduction to Logic Circuits.
Programmable Logic Controllers.
L14: Boolean Logic and Basic Gates
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Chapter 4 Gates and Circuits.
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.
Programmable Logic Controllers
ECE2030 Introduction to Computer Engineering Lecture 9: Combinational Logic, Mixed Logic Prof. Hsien-Hsin Sean Lee School of Electrical and Computer Engineering.
Advanced Chips and Gates Simulation with TINA Linda Soulliere & Janet Dudek
Chapter 3 Basic Logic Gates 1.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Chapter 4 Gates and Circuits.
Experiment #2: Introduction to Logic Functions and their Gate-Level Hardware Implementations CPE 169 Digital Design Laboratory.
Lab 1 Structure of a PLD Module M1.4 Experiment 1 (p. 40)
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.

Lab 1:Logic Gate Systems :
Introduction to Digital Electronics:
Decoders and Multiplexers Prof. Sin-Min Lee Department of Computer Science San Jose State University.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lab 2P. 1Winter Quarter Digital Electronics Lab 2.
Chapter 4 Gates and Circuits. 4–2 Chapter Goals Identify the basic gates and describe the behavior of each Describe how gates are implemented using transistors.
Chapter 4 Gates and Circuits.
Chapter 4 Gates and Circuits. Integrated Circuits aka CHIPS What’s in this thing???? 4–2.
1 Introduction to Abstract Mathematics Applications : Digital Logic Circuits 2.4 and Number Systems 2.5 Instructor: Hayk Melikya
Chapter 4 Gates and Circuits.
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
Logic Gates How Boolean logic is implemented. Transistors used as switches to implement Boolean logic: ANDOR Logic with Transistors.
CPS120: Introduction to Computer Science
1 The Chinese University of Hong Kong Faculty of Education Diploma in Education (Part-Time) Winter 1997 Educational Communications and Technology Assignment.
 In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these.
First, let’s review the structure and use of a breadboard.
Course contents Chapter 1 - section 1.6 Chapter 2 - all sections Chapter – 4.7, and 4.12 Chapter , Chapter 6 - all sections.
Basic Digital Logic 2 Combinational Logic
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
4. Computer Maths and Logic 4.2 Boolean Logic Logic Circuits.
Basic Logic Functions Defined with Truth Tables AND OR Complement ABF ABF AF
Logic Design CS 270: Mathematical Foundations of Computer Science Jeremy Johnson.
PROGRAMMABLE LOGIC CONTROLLER “ FUNDAMENTALS OF LOGIC…”
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.
How does a Computer Add ? Logic Gates within chips: AND Gate A B Output OR Gate A B Output A B A B
Logic Gates and Boolean Algebra Introduction to Logic II.
Logic Gates Unit 16.
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.
Dr.Ahmed Bayoumi Dr.Shady Elmashad
Logic Gates Binary Day 3 PEOPLE 2016.
Eng. Mai Z. Alyazji October, 2016
Questions Describe the following gates
Logic Gates.
Basic Digital Logic.
CSCI-100 Introduction to Computing
Digital Signals Digital Signals have two basic states:
Chapter 4 Gates and Circuits.
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Computer Science 210 Computer Organization
Schematics 201 Lecture Topic: Electrical Symbols
Digital Electronics Lab 2 Instructor:
Logic Gates.
Logic Gates.
Introduction to Digital System and Microprocessor Design
Logic Gates.
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
GCSE Computer Science – Logic Gates & Boolean Expressions
Today You are Learning simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT.
Logic Gates.
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
Logic Gates AIM: To know the different types of logic gate
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

Summer Institute 2004 Chips and Gates An Introduction Linda Soulliere

Summer Institute 2004 Linda Soulliere Agenda Expectations Prior Learning Breadboard Fundamental Logic Gates Integrated Chips Classroom Activities

Summer Institute 2004 Linda Soulliere Expectations Describe the function of the fundamental logic gates including the function of each pin. Derive the truth tables for the fundamental logic gates. Write Boolean equations for the fundamental logic gates.

Summer Institute 2004 Linda Soulliere Prior Learning Introductory Electricity – Serial, parallel circuits,Ohm’s Law, Resistors – 002/resources/presenters.htm Breadboard – Layout, wiring, input/output Wire Stripping – Binary Numbers – Binary conversions, addition

Summer Institute 2004 Linda Soulliere Breadboard Top Rail Connected Bottom Rail Connected Connected In Fives Divider

Summer Institute 2004 Linda Soulliere Fundamental Logic Gates AND OR NOT NAND NOR XOR (EOR) NOT Brackets EOR AND OR

Summer Institute 2004 Linda Soulliere Fundamental Logic Gates Name Schematic Chip Number Truth Table Boolean Equation

Summer Institute 2004 Linda Soulliere Integrated Chips Integrated circuits or chips contain from two to a few hundred gates. Number, direction Pin layout – 74 series Notch on left side of gate Chip Number Pins 1 - 7

Summer Institute 2004 Linda Soulliere Truth Table Activity Wire appropriate gate. Record chip number. Use inputs A and B, record output X in truth table. Draw and label schematic. Write out Boolean Expression

Summer Institute 2004 Linda Soulliere Install Chip Pins on both sides of gap Notch to the left

Summer Institute 2004 Linda Soulliere Power to Circuit Board Bottom Rail to Ground +5V to top rail Shadow…don’t worry

Summer Institute 2004 Linda Soulliere Power to Chip Wire from top rail to pin 14 (power to chip) Wire from pin 7 to bottom rail (ground chip)

Summer Institute 2004 Linda Soulliere Wire the Chip Input A to pin 1 Input B to pin 2 Pin 3 to output (S) Dip Switches

Summer Institute 2004 Linda Soulliere Classroom Activities Wire schematic and record results in a truth table. From schematic, write out Boolean expression. From Boolean expression, draw schematic. Design a circuit that adds two binary numbers. E.g , 0 + 1, 1 + 0, Troubleshooting and safety guide.

Summer Institute 2004 Linda Soulliere Classroom Activities Research – We have taken a look at the results of the six fundamental logic gates but haven’t looked inside. What is the internal circuitry? Where are the gates used? How many gates are needed to complete a simple task such as addition? – Answer these questions with your group members and prepare a poster to be presented to class members.

Summer Institute 2004 Linda Soulliere Sources Computer Engineering: An activities based approach Students