Lesson Objectives Understand and produce simple logic diagrams using the operation NOT, AND and OR Produce a truth table from a given logic diagram.

Slides:



Advertisements
Similar presentations
Lab02 :Logic Gate Fundamentals:
Advertisements

DAT2343 Basic Logic Gates © Alan T. Pinck / Algonquin College; 2003.
Discrete Mathematical Structures: Theory and Applications
Computer Science 210 Computer Organization Introduction to Logic Circuits.
Logic Gates. Digital Signals Logic Gates NOT (Inverter) Gate AND Gate OR Gate NAND Gate NOR Gate XOR Gate.
Logic Gates Some Most All Learning Objective
GCSE Computing#BristolMet Session Objectives#5 MUST explain why data is represented in computer systems in binary SHOULD understand and produce simple.
Programming for GCSE Topic 9.1: Logic Circuits T eaching L ondon C omputing William Marsh School of Electronic Engineering and Computer Science Queen Mary.
1 Computer Programming Boolean Logic Copyright © Texas Education Agency, 2013.
Logic Circuits Situations to explain states What is a logic Gate
Logic Gates & Circuits. AND Gate Input AInput BOutput X AND Logic Gate AND Truth Table X = A. B AND Boolean Expression.
ADDER, HALF ADDER & FULL ADDER
Basic Electronic Systems
08/07/041 CSE-221 Digital Logic Design (DLD) Lecture-8:
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.
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.
Intro to Digital Electronics. Classifications of Electronic Circuits Switching Circuits – by turning electricity on and off. – Figure 1 – Known as the.
Think about the following expression If the number entered is greater than 15 but less than 25 or the number is 100 and the letter chosen is after p but.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Binary Logic.
GCSE Computing: A451 Computer Systems & Programming Activity 1 Grab a whiteboard and pen, come to the front and work out the.
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.
Chapter 2: Binary logic OCR Computing for GCSE © Hodder Education 2011.
Truth tables AND Gate Input 1Input output ? ? ? ? Input 1Input output ? ? ? ? OR Gate.
LOGIC GATES A logic gate is an elementary building block of a digital circuit.digital circuit Most logic gates have two inputs and one output terminals.
Digital Electronics Truth tables for several gates Aberdeen Grammar School.
 In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these.
Starter Changes in technology are moving at a fast pace. Communication devices such as laptops, MP3 players, and mobile phones have become more and more.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Glossary AND gate to device digital signals to inverter LDR to logic circuit logic.
1 GCSE Computing Binary Logic. GCSE Computing 2 Candidates should be able to understand and produce simple logic diagrams using the operations NOT, AND,
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.
Activity 1 Grab a whiteboard and pen, come to the front and work out the Truth Table for the following circuit: 5 minutes R A B C Q.
Binary Logic Derrington KCL CPD/SKE Binary We’ve seen how data of all different sorts and kinds can be represented as binary bits… 0s and 1s 1 is.
 A transistor is the basic building block of electronic components.  The average computer may have millions of them within its circuits.  Essentially,
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 The processor is made up of millions of logic gates. These are used to make decisions. Each gate takes an electric input and outputs a result.
© 2016 AQA. Created by Teachit for AQA Boolean logic Lesson 1.
Author : Khairi LOGIC GATES Logic gate Input Output  Logic gates are electronic switches with one or more input but only one output ogic gates are commonly.
Logic Gates Unit 16.
Unit 1 Logical operators.
GCSE OCR Computing A451 Binary logic Computing hardware 6.
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.
Creating logic gates with Minecraft
Logic Gates and Truth Tables
Component 1 Logical operators.
Logic Gates.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Lab02 :Logic Gate Fundamentals:
Chapter 2.3 Binary Logic.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
How Boolean logic is implemented
Computer Science 210 Computer Organization
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
3.4 Computer systems Boolean logic Lesson 2.
For OCR GCSE Computing Unit 1 - Theory
JC Technology Logic Gates.
Boolean Logic Boolean Logic is considered to be the basic of digital electronics. We know that a computer’s most basic operation is based on digital electronics.
KS4 Electricity – Electronic systems
GCSE Computer Science – Logic Gates & Boolean Expressions
Binary Logic.
Digital Logic Experiment
Objectives Construct truth tables for the following logic gates:
Logic Gates AIM: To know the different types of logic gate
Further binary, Logic diagrams and truth tables
Presentation transcript:

Lesson Objectives Understand and produce simple logic diagrams using the operation NOT, AND and OR Produce a truth table from a given logic diagram

Logic Gates The digital computer uses an arrangement of tiny electronic switches (transistors) called logic gates connected together. These logic gates are used to manipulate the signals within the processor. The arrangement of the switches in the logic gate determines what it does to the input signal. The logic gates are all connected to allow the processor to receive and pass on electronic signals

NOT There are three main logic gates. NOT: If 0 is input then it outputs 1; If 1 is input then it outputs 0. INPUT OUTPUT 1 INPUT OUTPUT OCR GCSE Computing © Hodder Education 2013 Slide 3

Test it out Go to http://logic.ly/ and click TRY ONLINE Add a swtich Add a NOT gate Add a light bulb

NOT A not gate only allows the data through if the signal is 0 When the switch is on = 0 When the switch is on = 1 The switch is on (1) therefore the output is off (0) The switch is off (0) therefore the output is on (1)

AND: The AND gate outputs 1 only if both inputs are 1. INPUT A OUTPUT 1 INPUT A OUTPUT INPUT B OCR GCSE Computing © Hodder Education 2013 Slide 6

AND The output will only be on (1) if both input are on (1)

OR: The OR gate outputs 1 if either of the inputs is 1. INPUT A OUTPUT B OUTPUT 1 INPUT A OUTPUT INPUT B OCR GCSE Computing © Hodder Education 2013 Slide 8

OR The output will only be on (1) if EITHER or BOTH of the inputs are on (1)

Truth Tables For every logic gate we can produce a truth table. This shows all of the possible inputs and the resulting outputs What kind of logic gate does this diagram represent? Inputs Output Good film? Enough Money? Go to cinema? No N Yes

Worksheet 1 In the exam you may have to draw a logic diagram, or a truth table. Complete the worksheet Make sure that you label each diagram correctly with the different inputs and outputs

Logic Circuits Computer systems are complicated things. Often, a number of logic diagrams are used together to create logic circuits. AND NOT

1 1 1 AND NOT INPUT A INPUT B INPUT C OUTPUT Q INPUT A INPUT B INPUT C INPUT A INPUT B INPUT C OUTPUT Q 1 INPUT A INPUT B INPUT C OUTPUT Q 1 We can now complete the output by looking at input C. As this is an NOT gate, the output is the opposite of the input We can the fill the output of the AND gate. This output then becomes input C which is input into the NOT gate We can first fill in the table with all of the different combinations of inputs from A and B AND NOT

Worksheet 2 Complete the work sheet on Logic Circuits Everyone should attempt the first 2 questions. Move on to questions 3 and 4 to stretch yourself