Engineering Science S4. We have been working on series circuits Simulated circuits Practical circuits Gained an understand of basic components.

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

Lab02 :Logic Gate Fundamentals:
DAT2343 Basic Logic Gates © Alan T. Pinck / Algonquin College; 2003.
Basic Logic Gate Sayed Mahbub Hasan Amiri Dhaka Residential Model College.
Logic Gates.
Sequential Logic Circuits. Set-Reset Latch The Set-Reset latch or bistable is a simple sequential logic circuit that remembers what has happened to the.
Lesson Objectives Understand and produce simple logic diagrams using the operation NOT, AND and OR Produce a truth table from a given logic diagram.
Microcontrollers Engineering Science. Microcontrollers - Intro Microcontrollers are used in a lot of systems that we use in every day life. Microwaves,
Basic Electronic Systems
In this presentation you will:
Blogics! It’s a logic circuit simulator aimed at beginners. It introduces simple concepts in the design of interactive physical computing systems such.
1 Forging new generations of engineers. 2 DESIGN EXAMPLE “Date of Birth Problem”
Logic Operations in Electro-Pneumatics
Electronics Digital Processes Transistor as a Switch 1)(G) State that a transistor can be used as a switch. 2)(G) State that a transistor may be conducting.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
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.
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.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Binary Logic.
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
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 A logic gate is an elementary building block of a digital circuit.digital circuit Most logic gates have two inputs and one output terminals.
INSTEAD OF SIMCIR USING MULTIMEDIA LOGIC. THE PALLET Row 1, 1st Selector Use to select and move objects.
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.
Gates and Logic Dr John Cowell phones off (please)
Modular Electronics Use the systems approach.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Glossary AND gate to device digital signals to inverter LDR to logic circuit logic.
IB Computer Science – Logic
Standard Grade Technological Studies AND control.
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.
Introduction to the DE0 Board Prof. Taeweon Suh Computer Science & Engineering Korea University COSE221, COMP211 Computer Logic Design.
An introduction to PIC’s for KS3 and KS4. Mr Rooks Hetton School.
 A transistor is the basic building block of electronic components.  The average computer may have millions of them within its circuits.  Essentially,
PHYSICS – Digital electronics. LEARNING OBJECTIVES Core Supplement Explain and use the terms analogue and digital in terms of continuous variation and.
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.
MEAN AND RANGE. 6PS1.1 Compute the range, mean, median, and mode of data sets Objective: Understand what the mean and range of a data set stand for Learning.
Logic Gates Unit 16.
GCSE OCR Computing A451 Binary logic Computing hardware 6.
Creating logic gates with Minecraft
Basics of Logic gates - Part 2
Logic Gates.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Computer Science 210 Computer Organization
Logic Functions Pneumatics Module 7.
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
Digital electronics and logic gates
Computers Logic Gates.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Lesson Objectives Aims
How Boolean logic is implemented
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
For OCR GCSE Computing Unit 1 - Theory
Waveforms & Timing Diagrams
JC Technology Logic Gates.
Design Example “Date of Birth Problem”
KS4 Electricity – Electronic systems
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
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 Truth Table Challenge
Binary Logic.
Digital Logic Experiment
Truth tables Mrs. Palmer.
How electronic systems work using the Systems approach.
NAND/NOR Logic Gate Replacement Training tool
Logic Gates AIM: To know the different types of logic gate
Logically, the output will be 1
Presentation transcript:

Engineering Science S4

We have been working on series circuits Simulated circuits Practical circuits Gained an understand of basic components

What component would we use in a circuit to make an LED come on at a certain temperature? What does LDR stand for? What happens if an LED is connected into a circuit the wrong way round?

We use circuits and components all the time in our daily lives. Our phones, mum/dads car, bus, Card for the canteen in school, calculators in school, Xbox/PS3 etc. All the circuits that we have made over the past week are active when they are plugged in, and remain active until we unplug them. But is that the case for EVERY circuit that we use in our lives?

Think about playing a computer game on your Xbox or PS3 etc What is actually happening when you are playing? You are pressing BUTTONS (push buttons) to send signals to the console.

Lets take an example…

So your about to hit a shot in Fifa…What buttons do you press? Just one? Chances are you will be pressing at least 2 buttons at the same time in order to get your player to hit an accurate shot.

The circuits we make only have ONE output though. The circuit is either complete or its not. This is where we need to look at “Logic Gates”

There are THREE main types of Logic Gate. AND gate OR gate NOT gate

AND gate The AND gate allows us to change two inputs, into one output. For example, in FIFA we might press “Square”(Input) and “Left”(Input) to hit a shot towards the left hand side of the goals(Output). However if we press “Square”(Input) and “Right”(Input) it will NOT hit a shot towards the left hand side of the goals(Output). This is because the game is programmed to only give the Output when Square and Left are pressed together.

Here is what an AND gate looks like… A=Input B=Input Q=Output

We can explain what happens with an AND gate by using a “Truth Table” Truth Table The numbers on the Truth Table are a way of showing that the input is “On” or “Off” 1= ON 0= OFF