Basic Digital Logic 2 Combinational Logic

Slides:



Advertisements
Similar presentations
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.
Advertisements

Chapter 3 Basic Logic Gates 1.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Chapter 4 Gates and Circuits.
9/19/06 Hofstra University – Overview of Computer Science, CSC005 1 Chapter 4 Gates and Circuits.
Boolean Algebra and Truth Table The mathematics associated with binary number system (or logic) is call Boolean: –“0” and “1”, or “False” and “True” –Calculation.
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.
Introduction to Digital Design Lab Project
Lab 3 page 1 ENT-DIGI-210 Lab 3 Notes ©Paul Godin Updated September 2007.
A key element of electrical engineering
Chapter 2 Logic Functions and Gates. 2 Basic Logic Functions The three basic logic functions are: –AND –OR –NOT.
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.
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,
Summer Institute 2004 Chips and Gates An Introduction Linda Soulliere
Logic Gates How Boolean logic is implemented. Transistors used as switches to implement Boolean logic: ANDOR Logic with Transistors.
TS 1.1 Basic Digital Troubleshooting 1 ©Paul Godin Updated August 2013 gmail.com.
School of Computer Science G51CSA 1 Computer Systems Architecture Fundamentals Of Digital Logic.
ASIC 121: Practical VHDL Digital Design for FPGAs Tutorial 1 September 27, 2006.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
LOGIC GATES.
WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses.
1 Basic Digital Logic. Prof Jess 2008 ◊Digital Electronics ◊Number Systems and Logic ◊Electronic Gates ◊Combinational Logic ◊Sequential Circuits.
Basic Gates 3.1 Basic Digital Logic: NAND and NOR Gates ©Paul Godin Created September 2007 Last Update Sept 2009.
Basic Digital Logic: NAND and NOR Gates Technician Series ©Paul Godin Last Update Dec 2014.
Basic Gates 1.1 Basic Digital Logic: AND, OR and NOT gates ©Paul Godin Created August 2007 Last Update Sept 2013.
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
Digital Logic Circuits. Overview Objectives Background Materials Procedure Report/Presentation Closing.
Lab 2 page 1 ENT-DIGI-210 Lab 2 Notes ©Paul Godin Updated September 2007.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
Digital electronics 4–1 Gates and Circuits SANJAYBHAI RAJGURU COLLEGE OF ENGG.
Dr. Nermin Hamza. x · y = y · x x + y = y + x x · (y · z) = (x · y) · z x + (y + z) = (x + y) + z x · (y + z) = (x · y) + (x · z) x + (y · z) = (x + y)
Logic Gates Digital Logic Design. What is a logic gate? A switch with an output that will only turn on when inputs are in particular positions.
LOGIC GATES. INTRODUCTION TO LOGIC GATES Boolean functions may be practically implemented by using electronic gates. The following points are important.
Logic Gates Unit 16.
Digital Logic Circuits
Logic gates.
Digital Logic Circuits
Logic Gates Binary Day 3 PEOPLE 2016.
ECE 3130 Digital Electronics and Design
EKT 124 / 3 DIGITAL ELEKTRONIC 1
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.
Logic Gates.
Logic Gates.
Basic Digital Logic.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Digital Logic Circuits
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Date of Birth Design Problem
Schematics 201 Lecture Topic: Electrical Symbols
Digital Electronics Lab 2 Instructor:
Waveforms & Timing Diagrams
JC Technology Logic Gates.
Digital Logic Circuits
Logic Gates.
Date of Birth Design Problem
Introduction to Wiring Logic Gates
Logic Gates.
Digital Logic Circuits
KS4 Electricity – Electronic systems
EET 1131 Unit 3 Basic Logic Gates
Digital Logic Circuits
Basic Digital Logic: AND, OR and NOT gates Technician Series
Digital Logic Experiment
Department of Electronics
Logic Gates AIM: To know the different types of logic gate
Presentation transcript:

Basic Digital Logic 2 Combinational Logic Created for the Western Canadian Robotics Society Paul Godin godinp@telusplanet.net February 2004

Basic Digital Logic 2 Review

Review Digital Electronics makes use of 2 states: Logic High, or “1” Logic Low, or “0”

Review There are 3 basic digital gates: AND OR NOT

Review AND, where ALL inputs must be “1” for the output to be “1” OR, where ANY of the inputs can be “1” for the output to be “1” NOT (or the Inverter) where the output is the opposite (compliment) of the input.

Review Questions What is the outcome of the following: 1 1 1 1 1

Basic Combinational Logic, NAND and NOR gates Basic Digital Logic 2 Basic Combinational Logic, NAND and NOR gates

Combinational Logic A circuit that utilizes more that 1 logic function has Combinational Logic. As an example, if a circuit has an AND gate connected to an Inverter gate, this circuit has combinational logic.

Combinational logic How would your describe the output of this combinational logic circuit?

NAND Gate The NAND gate is the combination of an NOT gate with an AND gate. The Bubble in front of the gate is an inverter.

Combinational logic How would your describe the output of this combinational logic circuit?

NOR gate The NOR gate is the combination of the NOT gate with the OR gate. The Bubble in front of the gate is an inverter.

NAND and NOR gates The NAND and NOR gates are very popular as they can be connected in more ways that the simple AND and OR gates.

Exercise 1 – a bit challenging Complete the Truth Table for the NAND and NOR Gates NAND NOR Input Output 1 Input Output 1 Hint: Think of the AND and OR truth tables. The outputs for the NAND and NOR are inverted.

Exercise 2 – more challenging Turn the NAND and NOR gates into inverter (NOT) gates. Include a switch for the input.

Basic Digital Logic 2 Chips and Gates

Basic Digital Chips Digital Electronics devices are usually in a chip format. The chip is identified with a part number or a model number. A standard series starts with numbers 74, 4, or 14. 7404 is an inverter 7408 is an AND 7432 is an OR 4011B is a NAND

Chips Basic logic chips often come in 14-pin packages. Package sizes and styles vary. Pin 1 is indicated with a dot or half-circle Numbers are read counter-clockwise from pin 1 (viewed from the top) Pin 14 Pin 8 Pin 1 Pin 7

Chips Chips require a voltage to function Vcc is equal to 5 volts and is typically pin 14 Ground is typically pin 7 Pin 14 Pin 8 Pin 1 Pin 7

Chips – Specification Sheet Voltage The voltage and ground pins must be connected for the device to function. Check the specification sheet to make sure. Ground Diagram from http://www.onsemi.com

Chips – Specification Sheet B C D Diagrams from http://www.onsemi.com

Wiring a chip IN Vcc IN OUT Probe Vcc

Useful Resources Textbooks on Digital Electronics (used is ok!) Electronics Workbench or other electronic simulation software Craig Maynard’s Virtual Vulcan The following web sites: http://learnat.sait.ab.ca/ict/digi240_godin/default.htm http://learnat.sait.ab.ca/ict/cmph200/Default.htm http://learnat.sait.ab.ca/ict/cmph200_godin/default.htm http://focus.ti.com/docs/logic/logichomepage.jhtml http://www.onsemi.com http://www.national.com/ http://www.play-hookey.com/digital/ http://www.crhc.uiuc.edu/~drburke/databookshelf.html http://www.digikey.ca/

Lab Exercise Using the experimenter’s boards, connect the circuit provided to you in the following pages.

Layout of the SK-10 Experimenter's Board

Layout of the SK-10 Experimenter's Board Flat Side 7400 Wires

Logic Diagram of Lab

End of Basic Digital Logic 2 Copyright WCRS and Paul Godin For non-profit use only