Logic Circuits.

Slides:



Advertisements
Similar presentations
How We Hear.
Advertisements

Logic Gates Some Most All Learning Objective
John Ogilvie High School - CfE Physics
Beath High School - Int 1 Physics
Sahar Mosleh PageCalifornia State University San Marcos 1 Introductory Concepts This section of the course introduces the concept of digital circuits and.
Today you will learn: How sounds are made and what they are. How we measure sounds How we can change sounds from high to low How sounds can travel in.
Our Speech Helpers.
Blogics! It’s a logic circuit simulator aimed at beginners. It introduces simple concepts in the design of interactive physical computing systems such.
Module 7 Hardware. Introduction Switches are the basic blocks of computer hardware. We build increasingly complex hardware from these simple switches.
Automated Systems Lesson 3: Getting the Robot to do work.
Noise-Induced Hearing Loss.
The Transistor A transistor is an automatic switch. It can only be on or off. base emitter collector 0.7 V When the transistor is on, current flows from.
COMPUTER CONTROL Year 11. Lesson 1 Introduction to Computer Control.
The Headphones1 Trainer Training The Headphones. 2 There are three sets of headphones There are three transmitters Transmitters also act as battery chargers.
Electronics Section 2 Robotics, Electronics, and Fluid Power.
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.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Input, Process and Output Digital Logic Gates.
Digital Logic Design Week 3
Sound Energy Light Energy Electrical Energy Types General.
Circuits. How a Blender Gets Power A Generator at a power plant produces a voltage difference across the outlet Causes charges to move when the circuit.
My Pals are Here! Science © 2008 Marshall Cavendish (Singapore) Private Limited © 2009 Marshall Cavendish International (Singapore) Private Limited.
Switches in Series A heating system is a practical circuit used in homes which has two switches in series. The thermostat switch opens (OFF) when the temperature.
The Process of Communication Chapter 2. COMMUNICATION MODEL SENDER MESSAGE RECEIVER FEEDBACK.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Glossary AND gate to device digital signals to inverter LDR to logic circuit logic.
Ch. 18: Forms of Energy Vocabulary:
TEKS 5.6B Demonstrate that the flow of electricity in circuits requires a complete path through which an electric current can pass and can produce light,
Prepared by: Engr. Qurban Ali Memon 11ES (SEC- 1 & 2)
Basic Equipment and Schematic Reading. Objectives Learn the basic equipment that will be used in the Lab. Learn some of the basic symbols used on electrical.
1 COMP541 Finite State Machines - 1 Montek Singh Sep 22, 2014.
 A transistor is the basic building block of electronic components.  The average computer may have millions of them within its circuits.  Essentially,
© OUP: To be used solely in purchaser’s school or college Connecting circuits Circuits and current Circuits and energy Circuits summary 7J Electrical circuits.
1 COMP541 Sequential Logic – 2: Finite State Machines Montek Singh Feb 29, 2016.
11 Making Decisions in a Program Session 2.3. Session Overview  Introduce the idea of an algorithm  Show how a program can make logical decisions based.
Signals, pavement markings, and proper turns QUIZ
(More) Logic Circuits.
3 – Boolean Logic and Logic Gates 4 – Binary Numbers
Basics of Logic gates - Part 1
Purpose of This Minilab
Logic Gates.
FLOWCHARTS Part 1.
Control Control Devices.
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.
How do the different forms of energy compare?
COMP541 Sequential Logic – 2: Finite State Machines
Chapter 2.3 Binary Logic.
Computers Logic Gates.
Introduction to robotics
ELECTRICAL CIRCUITS In This Topic We Will Be Learning About:
Sound Learning Objectives:
Teaching Computing to GCSE
Administrivia Course Web:
Electricity Chapter 17.4.
Thursday, 22 November 2018 Logic Gates
Cybernetics and Computers
Series and Parallel Circuits
Chapter - Karnaugh Maps
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.
Conditional Logic Presentation Name Course Name
Binary Logic.
Section 3.7 Switching Circuits
Objectives Construct truth tables for the following logic gates:
Truth tables Mrs. Palmer.
CPSC 121: Models of Computation
CPSC 121: Models of Computation
Above.
Electric Circuits Circuits control the movement of electric current by providing paths for electrons to follow. The path of an electric circuit is.
TEKS 5.6B Demonstrate that the flow of electricity in circuits requires a complete path through which an electric current can pass and can produce light,
Presentation transcript:

Logic Circuits

You’ve been told Logic is the Language of Computers? So should I be worried about Terminator?

How do we (humans) speak? We make complicated vibrations by passing air past our vocal cords to represent lingual codex (such as words and sentences)

How do we (humans) listen? … then our ears convert these vibrations into electrical and chemical signals which get sent to our brain for interpretation ...

How do we (humans) interpret? We then classify this linguistic code, such as we have in this course, by considering smaller statements as either true or false then using connectives ...

How do Computers speak? They only know two words TRUE and FALSE

How do Computers speak? As we encode our language with vibrations through air, they send different voltages across circuit boards and wires (+ =True, - =False)

How do Computers interpret? Computers DO NOT interpret, you can think of the smallest “parts” of a computer as always listening and then yelling what it hears!

How do Computers interpret? So we build circuits to interpret for them… so they hear and yell what we want!

1 = T 0 = F 0 and 1’s? Instead of true (T) or false (F) When we “speak Computer” we write 1 and 0 1 = T 0 = F

How do we draw the Circuits? AND OR NOT

Search for the 1 Example Alarm: 1. Porch Sensor (That is the TRUTH) The first machine 1. Porch Sensor This machine “hears” a 1 when someone is on my porch, and “yells” 1 when this happens, otherwise it “hears” a 0 and yells a 0 This can be thought of as the statement: P=“Someone is on my porch”

Example Alarm: The second machine 2. Window Sensor This machine “hears” a 1 when my window is not broken, and “yells” 1 when this happens, otherwise it “hears” a 0 and yells a 0 (that is when it is broken) This can be thought of as the statement: W=“My Window is not broken”

Example: ALARMS (great example for yelling) The third machine 3. Alarm When this machine “hears” a 1 it turns the annoying loud alarm on When this machine “hears” a 0 it keeps the annoying loud alarm off This can be thought of as the statement: A=“Alarm is on”

Someone is on my porch or my window is broken Recall: We want the alarm on when: Someone is on my porch or my window is broken

Someone is on my porch, or my window is broken Recall: Given: P=“Someone is on my porch” (this is what the porch sensor “says”) W=“My window is not broken” (this is what the window sensor “says”) Write the following sentence using logic symbols: Someone is on my porch, or my window is broken

Recall: AND OR NOT

Recall: OR NOT

Example: ALARMS (great example for yelling) We want to design a circuit so that these machines will “talk” to each other, and turn the alarm on when ever someone is on my porch, or they break my window... Now to CHECK that it works: P W A= 1 1 1 1 1 1 1

Group Work: Greene St. Renovations

Group Work: Greene St. Renovations At the intersection of Greene St. and Pickens St. there are four sensors each send a 1 if there is a car there, if the box recieves a 1 it will make Greene St. a green light and Pickens St. a red light and for a zero the opposite. If there is a car at atleast one sensor of either street then that streets signal should turn green, also since Pickens is a buiser road, it should get first priority (that is if there is no cars Pickens St. should be green, and if there is a car at both streets Pickens St. should be green. Make the corresponding circuit which will achieve this.

Group Work: A power plant has an alarm system where it goes off when the water tank sensor is at a low level, at which the sensor produces a 0 (for low level), or if the fan malfunctions, (again the fan sensor produces a 0 for broken), or if the heat is too high at which the heat sensor produces a 1. Create the proper circuit, if the alarm takes in a 1 to sound.

Group Work: Create your own problem that uses one of at least each gate.