Logic Gates.

Slides:



Advertisements
Similar presentations
Basic Logic Gate Sayed Mahbub Hasan Amiri Dhaka Residential Model College.
Advertisements

Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Module 7 Hardware. Introduction Switches are the basic blocks of computer hardware. We build increasingly complex hardware from these simple switches.
SYEN 3330 Digital SystemsJung H. Kim Chapter SYEN 3330 Digital Systems Chapter 2 – Part 1.
ECE 265 – LECTURE 13 Interface to switches and LEDs 7/3/ ECE265.
Analog and Digital Measurements living with the lab 14 digital input / output pins 6 analog input pins © 2011 LWTL faculty team.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
AND, OR and NOT. The AND gate needs to be both on, So number wise both 1. So then you will get a 1 as you can see in the last image on the right, If 1.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lab 2P. 1Winter Quarter Digital Electronics Lab 2.
CS 210.  How do we represent data in a computer? ◦ Easy to recognize two conditions:  1. Presence of a voltage – we’ll call this state “1”  2. Absence.
LOGIC GATES Logic generally has only 2 states, ON or OFF, represented by 1 or 0. Logic gates react to inputs in certain ways. Symbol for AND gate INPUT.
 In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these.
Basic Digital Logic 2 Combinational Logic
Logic Gates It’s Only Logical. Logic Gates Are the switches that computers and similar devices use. They hold their state until something changes. Are.
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.
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.
ENG241/ Lab #11 ENG2410 Digital Design LAB #1 Introduction Combinational Logic Design.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
How does a Computer Add ? Logic Gates within chips: AND Gate A B Output OR Gate A B Output A B A B
Digital logic representation In digital logic system,events are described as either 0 or 1 Two logic states 1= logic High 0 = logic Low.
 A transistor is the basic building block of electronic components.  The average computer may have millions of them within its circuits.  Essentially,
Transistors to Gates © 2011 Project Lead The Way, Inc.Magic of Electrons.
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 Review. Logic Gates OR gate – 1 if either input is 1 – 0 if they both are 0.
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
LOGIC GATES. INTRODUCTION TO LOGIC GATES Boolean functions may be practically implemented by using electronic gates. The following points are important.
1 Op-Amps. 2 Purpose ComparatorAmplifier An Op-Amp can be used to either compare two voltages and see which one is greater, or amplify a given voltage.
Basics of Logic gates - Part 2
Logic Gates Binary Day 3 PEOPLE 2016.
Logic Gates.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Multiplication table. x
Lab02 :Logic Gate Fundamentals:
Basic Digital Logic.
Exclusive OR Gate.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Summary Half-Adder Basic rules of binary addition are performed by a half adder, which has two binary inputs (A and B) and two binary outputs (Carry out.
ECET 405Possible Is Everything/tutorialrank.com
ECET 405Education for Service/tutorialrank.com
Practice #Digital Logic Mr. Burleson
Chapter 4 Gates and Circuits.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Digital Electronics Lab 2 Instructor:
For OCR GCSE Computing Unit 1 - Theory
Logic Gates.
JC Technology Logic Gates.
Tri-state Buffers and Drivers By Taweesak Reungpeerakul
Transistors to Gates Transistors to Gates Gateway To Technology
Introduction to Wiring Logic Gates
Design Example “Date of Birth Problem”
KS4 Electricity – Electronic systems
Function Rules and Tables.
GCSE Computer Science – Logic Gates & Boolean Expressions
AWIM Series Lawndale High School Experiment 6 Dec, 2017
Logic Gates.
Logic Gates Truth Table Challenge
Making) LED table lamp.
Binary Logic.
Lecture 5 Binary Operation Boolean Logic. Binary Operations Addition Subtraction Multiplication Division.
LED and a Button.
Functions and Tables.
Department of Electronics
Logic Gates AIM: To know the different types of logic gate
Arduino程式範例.
Logic Gates and Memory.
Arithmatic Logic Unit (ALU). ALU Input Data :  A0-A3  B0-B3 Output Data :  F0 – F3.
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

Logic Gates

Logic Gate Operation A logic gates senses inputs, in the form of voltage, and determines the output based on a predetermined set of rules

Gates The two most basic types of Gates are “OR” and “AND”

OR - Gates “OR” gates output a voltage if EITHER input senses voltage

AND - Gates “AND” gates output a voltage when BOTH inputs sense voltage

Wiring

Wiring For an “OR” gate, EITHER pins 6 or 7 being HIGH could turn on the LED For an “AND” gate, BOTH would need to be HIGH

Wiring Each Logic Gate chip contains multiple individual Logic Gates

Wiring

Wiring

Wiring

Wiring

Symbols Logic gate types can be shown using specific symbols

Logic Tables Every logic gate has a table summarizing its logic

NOTES A lack of 5V does not constitute 0V The output of one logic gate can be the input to another

NOTES Gates can be designed with multiple inputs

NOTES There are many ways to produce a gate’s inputs, such as a button, or Arduino pin

Complete the Logic Gate Lab in Unit 11 of your textbook