Logic Gates Some Most All Learning Objective

Slides:



Advertisements
Similar presentations
Truth Tables and Logic Gates. What are Logic Gates? Logic gates are components used in making logic circuits. Each gate has one or more inputs and produces.
Advertisements

Chapter 4 Gates and Circuits.
Logic Gates.
Digital logic gates.
Logic Gates.
Programmable Logic Controllers.
LO: Were learning to understand how logic applies to us when building applications.
Logic Gates. Digital Signals Logic Gates NOT (Inverter) Gate AND Gate OR Gate NAND Gate NOR Gate XOR Gate.
Logic Gates.
Lesson Objectives Understand and produce simple logic diagrams using the operation NOT, AND and OR Produce a truth table from a given logic diagram.
Computer Logic & Logic Gates Justin Champion. IITCT Contents Introduction to Logic Look at the different Logic Gates Summary.
EXPLAIN THE LOGIC OPERATION APPLYING BASIC DIGITAL ENGINEERING By Sri Wahyuni, S.Pd.
GK-12 Student designed project (AP physics) Digital logic and Boolean algebra exercise. IC logic gates brought from Stevens were used in making simple.
3. DIGITAL ELECTRONICS..
Assessment booklet Complete the long exam type question in your assessment booklet - Read the question carefully and highlight key phrases What is the.
UNIT-8 LOGIC GATES.
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.
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 Lesson Objectives: George Boole, ( )
 In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these.
Daily Sprint 1)A water tank is filled with 2000 gallons of water. Each day, 4% of the water evaporates. No water is added to the tank. To the nearest gallon,
Week 6: Gates and Circuits: PART I READING: Chapter 4.
Chapter 33 Basic Logic Gates. 2 Objectives –After completing this chapter, the student should be able to: Identify and explain the function of the basic.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
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.
LOGIC GATES “ Logic, like whiskey, loses its beneficial effect when taken in too large quantities “
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.
Modular Electronics Use the systems approach.
CHAPTER-2 Fundamentals of Digital Logic. Digital Logic Digital electronic circuits are used to build computer hardware as well as other products (digital.
Electronic. Analog Vs. Digital Analog –Continuous –Can take on any values in a given range –Very susceptible to noise Digital –Discrete –Can only take.
Logic Gates. AND gate Produces an output only if both inputs are on Input AInput BOutput (Q) Q=
CMOS Logic Gates. NMOS transistor acts as a switch 2 When gate voltage is 0 V No channel is formed current does not flow easily “open switch” When gate.
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.
LOGIC CIRCUITLOGIC CIRCUIT. Goal To understand how digital a computer can work, at the lowest level. To understand what is possible and the limitations.
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.
PHYSICS – Digital electronics. LEARNING OBJECTIVES Core Supplement Explain and use the terms analogue and digital in terms of continuous variation and.
Logic Gates Learning Objectives Learn that there is a one-to-one relationship between logic gates and Boolean expressions Learn how logic gates are combined.
Logic gates.
Basics of Logic gates - Part 1
Eng. Mai Z. Alyazji October, 2016
LOGIc gates Lesson Objectives: George Boole, ( )
Logic Gates.
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.
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.
Circuits Logic in Hardware.
Logic Gates.
Exclusive OR Gate.
Chapter 2.3 Binary Logic.
LOGIc gates Objectives: George Boole, ( )
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Thursday, 22 November 2018 Logic Gates
All very logical I think!
Logic Gates.
JC Technology Logic Gates.
Logic Gates.
KS4 Electricity – Electronic systems
GCSE Computer Science – Logic Gates & Boolean Expressions
ELECTRONIC SYSTEMS Note: There is no compulsory question set on Section 25 of the syllabus. Questions set on topics within Section 25 are always set as.
Logic Gates.
Binary Logic.
XOR Function Logic Symbol  Description  Truth Table 
Logic Gates AIM: To know the different types of logic gate
Introduction to Logic diagrams and truth tables
Further binary, Logic diagrams and truth tables
Introduction to Logic diagrams and truth tables
Presentation transcript:

Logic Gates Some Most All Learning Objective 13 March 2014 Logic Gates Learning Objective To be able to describe and use logic gates. All Most Some Design a circuit to use logic gates to control circuits. (B+) Construct truth tables for logic gates. (C) Describe the functions of logic gates. (C)

LOGIc gates George Boole, (1815-1864) Did you know? George Boole Inventor of the idea of logic gates. He was born in Lincoln, England and he was the son of a shoemaker in a low class family. We describe the functions that logic gates use as parts of Boolean Algebra. George Boole, (1815-1864) About G. Boole: http://www.google.co.uk/imgres?imgurl=http://library.thinkquest.org/C0126120/boole.jpg&imgrefurl=http:// http://www.kerryr.net/pioneers/boole.htm All – describe the functions of logic gates. (C) Most – construct truth tables for logic gates. (C+) Some – Design a circuit to use logic gates to control circuits. (B+)

A logic gate is a digital circuit which either allows a signal to pass through it or to stop it. There are seven basic logic gates: AND, OR, XOR, NOT, NAND, NOR, and XNOR. NOT GATE OR GATE AND GATE http://www.kpsec.freeuk.com/gates.htm Note that logic gates are not always required because simple logic functions can be performed with switches or diodes:Switches in series (AND function)Switches in parallel (OR function)Combining IC outputs with diodes (OR function) Did you know? Logic gates allow the computer to do things such as add, divide, multiply, do simple yes and no reasoning in certain situations along with other things. ?Logic ! All – describe the functions of logic gates. (C) Most – construct truth tables for logic gates. (C+) Some – Design a circuit to use logic gates to control circuits. (B+)

ON/OFF ON/OFF ON /OFF Input Y = A OR B OR Output Input OR An OR gate can have two or more inputs. The output will be positive (True) if at least one input is true. Y = A OR B OR GATE Output Input ON/OFF ON/OFF FRONT DOORBELL SWITCH OR GATE DOORBELL BACK DOORBELL SWITCH ON /OFF The output is "true" if either or both of the inputs are "true." If both inputs are "false," then the output is "false.” It is doesn’t matter if one input will be off- the output will be on http://www.kpsec.freeuk.com/gates.htm All – describe the functions of logic gates. (C) Most – construct truth tables for logic gates. (C+) Some – Design a circuit to use logic gates to control circuits. (B+)

ON/OFF ON/OFF ON /OFF Input AND Output Input AND BURGLAR ALARM GATE An AND gate can have two or more inputs. The output will be positive (true) when both inputs (the input one AND the input two) are positive (true). Y = A AND B Input AND GATE Output Input ON/OFF c ON/OFF PERSON SENSOR AND GATE BURGLAR ALARM ON SWITCH FOR ALARM The output is "true" when both inputs are "true.” Otherwise, the output is "false." If one input will be off – the output will be off as well. http://whatis.techtarget.com/definition/0,,sid9_gci213512,00.html ON /OFF All – describe the functions of logic gates. (C) Most – construct truth tables for logic gates. (C+) Some – Design a circuit to use logic gates to control circuits. (B+)

ON OFF NOT Output Input CENTRAL NOT HEATING A NOT gate (inverter) has only one input. It reverses the logic state. Y = NOT A NOT GATE Input Output NOT GATE HEAT DETECTOR (ABOVE 20 C) CENTRAL HEATING ON OFF NOT gate has only one input. It reverses the logic state. If the input will be on – the output will be off If the input will be off –the output will be on.

ON OFF Is the Final Output ON (True) or OFF (false) ? OR AND GATE AND NOT ON OFF FINAL OUTPUT ON ? OFF ? All – describe the functions of logic gates. (C) Most – construct truth tables for logic gates. (C+) Some – Design a circuit to use logic gates to control circuits. (B+)

GreeNhouse controller: Name the logic gates. Test it by answering True or false (Yes or No) for each Input. ? ON YES, Turn sprinklers on High temp = 1 Weather dry = 1 Daytime = 1 Soil in plants wet? Yes = 1 All – describe the functions of logic gates. (C) Most – construct truth tables for logic gates. (C+) Some – Design a circuit to use logic gates to control circuits. (B+)

ON Design A burglar alarm Write conditions in the logic boxes that would alert you to someone breaking into your house. You can choose the logic gates you have learnt. Name the logic gates. Test the alarm system by answering Yes or No ( True or false ). ON YES, Alert police All – describe the functions of logic gates. (C) Most – construct truth tables for logic gates. (C+) Some – Design a circuit to use logic gates to control circuits. (B+)

To add more sensors to alarm GATE AND BEDROOM SENSOR FRONT ROOM BURGLAR ALARM ON SWITCH FOR ALARM ON or OFF ? NO ONE IN EITHER ROOM All – describe the functions of logic gates. (C) Most – construct truth tables for logic gates. (C+) Some – Design a circuit to use logic gates to control circuits. (B+)

Test 1: ? ? ? ? ? ? The output is ON or OFF ? 1. 4. ON OFF ON OFF 5. 2. ? ON ? ON OFF 6. ? ON OFF 1- off, 2- on, 3-off, 4- on, 5-off, 6-on 3. ? ON OFF The output is ON or OFF ?

Test 2: ? ? ? ? The output is ON or OFF ? 7. 10. OFF ON ON OFF OFF 8. 9. ON ? ON 7- on, 8-off, 9-off, 10- on ON ON ON ON The output is ON or OFF ?

Can you construct an OR gate using transistors? If a current is flowing through wire A, it enters the transistor through the Base. This switches the current on between the collector and the emitter. This current can only flow through the lower transistor if there is a current flowing through wire B so that the lower transistor is also switched on. Complete a labelled diagram to show how two transistors can be connected to form an “AND” gate. Explain how this works.... Can you construct an OR gate using transistors? 7- on, 8-off, 9-off, 10- on All – describe the functions of logic gates. (C) Most – construct truth tables for logic gates. (C+) Some – Design a circuit to use logic gates to control circuits. (B+)

Can you construct an OR gate using transistors? The collectors of both transistors are connected to the same positive input – you can think of them being in parallel with each other. If input A OR input B have a current flowing then a current will flow through either or both transistors to the output Q – so that the output is high if either of the inputs A and B are high. 7- on, 8-off, 9-off, 10- on All – describe the functions of logic gates. (C) Most – construct truth tables for logic gates. (C+) Some – Design a circuit to use logic gates to control circuits. (B+)

Can you construct a NOT gate using transistors? When the input at A is 0 no current flows through the transistor and all of it flows through the output at Q. When the input at A is 1, a current flows through the base which switches the current through the transistor on. As it is easier for the current to flow through the transistor than to output Q, the output at Q is zero when A is 1. 7- on, 8-off, 9-off, 10- on All – describe the functions of logic gates. (C) Most – construct truth tables for logic gates. (C+) Some – Design a circuit to use logic gates to control circuits. (B+)

Logic gates Logic gates can have only one of two values 0 or 1, low or high. As the signals can only have one of two values, they are DIGITAL signals. The outputs for logic gates depend upon the inputs and are shown in a truth table. All – describe the functions of logic gates. (C) Most – construct truth tables for logic gates. (C+) Some – Design a circuit to use logic gates to control circuits. (B+)

Logic gate Circuit symbol NOT OR AND All – describe the functions of logic gates. (C) Most – construct truth tables for logic gates. (C+) Some – Design a circuit to use logic gates to control circuits. (B+)

Logic gate Circuit symbol NOR NAND All – describe the functions of logic gates. (C) Most – construct truth tables for logic gates. (C+) Some – Design a circuit to use logic gates to control circuits. (B+)

NOT Input Output 1 1 NOT gate inverts the input signal

OR Input A Input B Output 1 1 1 1 1 1 1 1 Output is 1 if either of the inputs is 1, or if both inputs are 1.

AND Input A Input B Output 1 1 1 1 Output is 1 only if both of the inputs is 1.

NAND Input A Input B Output 1 1 1 1 Output is opposite of AND gate.

NOR Input A Input B Output 1 1 Output is opposite of OR gate.