Intro to Digital Logic. What does Digital mean? A method of storing, processing and transmitting information through the use of distinct electronic or.

Slides:



Advertisements
Similar presentations
DAT2343 Basic Logic Gates © Alan T. Pinck / Algonquin College; 2003.
Advertisements

Computer Science 210 Computer Organization Introduction to Logic Circuits.
Logic Gates Some Most All Learning Objective
Basic Electricity and Electronics Mr. McClean Concepts of Engineering and Technology Copyright © Texas Education Agency, All rights reserved.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, Java Version, Third Edition.
60 Hz Variations in Pins Plugged probe into temperature controller output pins: pins 1, 2, 3, 4 all show 1V p-p variations Plugged probe into pins at other.
Section 10.3 Logic Gates.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, C++ Version, Fourth Edition.
Module 2: Hardware and Terminology
In a not gate, if the input is on(1) the output is off (0) and vice versa.
Lab 04 :Serial Data Control Systems : Slide 2 Slide 3 Slide 4 NOR Gate: NAND Gate: NOR / NAND Alternate Symbols: Slide 5 XOR and XNOR Gate: Serial Data.
Logic Gate A logic gate is an electronic circuit which makes logic decisions. It has one output and one or more inputs. The output signal appears only.
3. DIGITAL ELECTRONICS..
Boolean math is the cornerstone of digital communications, whether you are talking computers, PLC, or Cisco Routers on the Internet. ©Emil Decker, 2009.
Intro to Digital Electronics. Classifications of Electronic Circuits Switching Circuits – by turning electricity on and off. – Figure 1 – Known as the.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Binary Logic.
COMPUTER SYSTEM ARCHITECTURE By Sohaib.  The digital computer is a digital system that performs various computational tasks.  The word digital implies.
Logic Gates How Boolean logic is implemented. Transistors used as switches to implement Boolean logic: ANDOR Logic with Transistors.
TECH LOGIC CIRCUIT PROJECT BY: JUAN ESTEBAN ARENAS 8: ROOK.
Digital Electronics. Introduction to Number Systems & Codes Digital & Analog systems, Numerical representation, Digital number systems, Binary to Decimal.
Fall 2012: FCM 708 Foundation I Lecture 2 Prof. Shamik Sengupta
Computer Science 210 Computer Organization Introduction to Boolean Algebra.
Boolean Algebra and Logic Gates CSE-1108 Ahsanullah University of Science and Technology (AUST)
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
Basic Electricity and Electronics Module Three Microprocessor Basics Copyright © Texas Education Agency, All rights reserved.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Boolean Algebra Boolean algebra was introduced by George Boole in his first book The Mathematical Analysis of Logic (1847), perfected in the late 19th.
DIGITAL ELECTRONICS. Everything in digital world is based on binary system. Numerically it involves only two symbols 0 or 1. –0 = False = No –1 = True.
 A transistor is the basic building block of electronic components.  The average computer may have millions of them within its circuits.  Essentially,
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
Logic Gates Unit 16.
Logic gates.
3 – Boolean Logic and Logic Gates 4 – Binary Numbers
Invitation to Computer Science, C++ Version, Fourth Edition
Unit 1 Logical operators.
GCSE OCR Computing A451 Binary logic Computing hardware 6.
Creating logic gates with Minecraft
Logic Gates Binary Day 3 PEOPLE 2016.
Component 1 Logical operators.
Logic Gates.
Computer Science 210 Computer Organization
Starter Write down a list of what your perfect partner would be like. Can include things to do with looks, hobbies and general habits and traits. Include.
You have 5 minutes to look over your table of sensor and outputs ready for a spot check on the different symbols Start Timer 5 mins
Lab02 :Logic Gate Fundamentals:
You have 5 minutes to look over your homework and with a green pen answer the question in your book or make a correction Start Timer 5 mins
Chapter 2.3 Binary Logic.
Digital electronics and logic gates
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Aberdeen Grammar School
CS140 Lecture 02a: The Machinery of Computation: Circuits and Gates
How Boolean logic is implemented
Computer Science 210 Computer Organization
SOLIDS AND SEMICONDUCTOR DEVICES - IV
Intro to Logic Gates Intro to ECSE Analysis K. A. Connor
Digital Electronics Lab 2 Instructor:
JC Technology Logic Gates.
Week 7: Gates and Circuits: PART II
Computer Science 210 Computer Organization
SOLIDS AND SEMICONDUCTOR DEVICES - IV
KS4 Electricity – Electronic systems
Combinational Circuits
Digital Logic Experiment
Lecture 5 Binary Operation Boolean Logic. Binary Operations Addition Subtraction Multiplication Division.
Objectives Construct truth tables for the following logic gates:
Introductory Concepts
SOLIDS AND SEMICONDUCTOR DEVICES - IV
ECE Digital Electronics
ECE 352 Digital System Fundamentals
DIGITAL ELECTRONICS AND LOGIC GATES. ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal.
Presentation transcript:

Intro to Digital Logic

What does Digital mean? A method of storing, processing and transmitting information through the use of distinct electronic or optical pulses that typically represent the binary digits 0 and 1. This is typically represented by transistors switched on or off Data carrying signals carry one of two possible values. 1/0,on/off,high/low, or pulse present/pulse absent

What was the earliest digital communication? Morse code? Does it have different states? 5 different states, but still digital Semaphore? What about smoke signals? One if by air, two if by sea? All digital, as they are using a code to represent a message

Logic! Why is this unit called digital logic? What is logic? Logic in these gates is based on theories from a book called An investigation in the laws of thought by George Boole. This came to be known as Boolean Logic or Boolean Algebra

Thoughts There IS a transition between the low and high, and back to low signals. In the ideal setting, there would be no transition. Real world circuits approximate this well enough that we will not take it into consideration

Gates There are seven gates. The first two are AND and OR gates

AND gate The AND gate logic is such that BOTH outputs must be high to trigger a high output This is like two doors in a row that both must be open to pass a beam of light through

The switch analogy We can build a manual approximation of the circuit using switches very easily.

The OR gate The OR gate is such that when a high signal is sent on either input, the output will be high. This is like a double door that either side can open to let the light through.

The switch analogy We can build a manual approximation of the circuit using switches very easily.

Positive Logic Vs Negative Logic

Positive Logic Vs. Negative Logic When describing the input states, we can use positive or negative logic For example, the AND gate: Positive Logic When both inputs are high, the output is high Negative Logic When either input is low, the output is low

Interesting coincidence On the and gate: If either input 1 OR input 2 are low, the output is low OR? How did OR get in there? This Positive AND gate is also a Negative OR gate! On an OR gate, both input 1 AND input 2 have to be low in order to have a low output! AND!? A positive OR gate is a Negative AND gate!

Truth Table (or trooth, if you rather) A truth table is helpful in determining what type of gate you have, or what you should expect based on your gate A and B represent the two inputs C represents output What type of gate is this?

Lab Time

Materials Power Supply (Use +5V DC) Digital Display Module Bread Board Interface Module 2 Data Switches Quad AND Gate Quad OR Gate Ribbon Cable Power Supply Leads Wire

How to set it up Plug the AND gates and Data switches together so they share a common strip in between. Plug in the Interface Module 2 in above the 2 other modules. Run a ground wire from the ground side of the AND gate to the ground on the Interface Module. Plug on end of the ribbon cable into the Interface Module and the other into the DDM on J2 Turn on power supply and set to +5v DC and hook the leads to the + and – side of the circuit.

Build a Single AND Gate Build a truth table for this circuit

Build a two AND Gate Circuit Build a truth table for this circuit

Build a three AND Gate Circuit Build a truth table for this circuit

Build a Single OR Gate Build a truth table for this circuit

Build a two OR Gate Circuit Build a truth table for this circuit

Build a circuit with one AND and one OR Build a truth table for this circuit