Digital electronics and logic gates

Slides:



Advertisements
Similar presentations
Computer Science 210 Computer Organization Introduction to Logic Circuits.
Advertisements

Programmable Logic Controllers.
Intro to Digital Logic. What does Digital mean? A method of storing, processing and transmitting information through the use of distinct electronic or.
LO: Were learning to understand how logic applies to us when building applications.
Logic Gates Some Most All Learning Objective
John Ogilvie High School - CfE Physics
Basic Electronic Systems
10/22/2004EE 42 fall 2004 lecture 221 Lecture #22 Truth tables and gates This week: Circuits for digital devices.
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 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..
Systems Approach Burglar Alarm Project PROBLEM SITUATION DESIGN
Intro to Digital Electronics. Classifications of Electronic Circuits Switching Circuits – by turning electricity on and off. – Figure 1 – Known as the.
1 Electronics 4.4: Digital Processes PageTitle 1)Contents Page 2)Header Page 3)Learning Outcomes 4)Introducing Transistors 5)Transistor Terminals 6)Transistor.
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.
Control Technology and Automation
4. Electrons and electronics 4.5 Digital electronics.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
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.
1 Ethics of Computing MONT 113G, Spring 2012 Session 1 Digital Circuits, binary Numbers Course webpage:
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
4) Design the logic to control the motor on a simple remote control car. There are two buttons on the remote control for the motor. If neither button is.
PHYSICS – Digital electronics. LEARNING OBJECTIVES Core Supplement Explain and use the terms analogue and digital in terms of continuous variation and.
LOGIC GATES. INTRODUCTION TO LOGIC GATES Boolean functions may be practically implemented by using electronic gates. The following points are important.
Starter: use Pg to complete the table
Logic Gates Unit 16.
Creating logic gates with Minecraft
Basics of Logic gates - Part 1
Sensors Control Systems with Flowol.
Purpose of This Minilab
Logic Gates.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
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.
Starter: (don’t write a title or date yet!)
You have 5 minutes to look over your table of sensor and outputs ready for a spot check on the different symbols Start Timer 5 mins
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 Logic & Design Dr. Waseem Ikram Lecture 05
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
Computer Science 210 Computer Organization
All very logical I think!
Digital Logic & Design Lecture 05
JC Technology Logic Gates.
Introduction to Wiring Logic Gates
KS4 Electricity – Electronic systems
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.
Input > Process > Output
Digital Logic Experiment
Systems and Control.
Objectives Construct truth tables for the following logic gates:
ENGR 1 Presentation Thomas Matthews.
Logic Gates AIM: To know the different types of logic gate
Boolean Algebra and Gate Networks
Logically, the output will be 1
Further binary, Logic diagrams and truth tables
ECE 352 Digital System Fundamentals
Systems and Control.
Presentation transcript:

Digital electronics and logic gates Unit 10.4

L.O: To be able to differentiate between analogue and digital. Describe the action of NOT, AND, OR, NAND and NOR gates Recall and use the symbols for logic gates Design and understand simple digital circuits combining several logic gates Use truth tables to describe the action of individual gates and simple combinations of gates

Solve the following problem.

What do we mean by digital and analogue ?

The difference… Analog refers to circuits in which quantities such as voltage or current vary at a continuous rate. When you turn the dial of a potentiometer, for example, you change the resistance by a continuously varying rate. In digital electronics, quantities are counted rather than measured. There’s an important distinction between counting and measuring. When you count something, you get an exact result. When you measure something, you get an approximate result.

Think about the following examples, are they digital or analogue? Clocks Baking Age Temperature Weight Test results

So, An analogue output continually changes and can have any value in a given range. Digital signals are a series of pulses consisting of just two states, ON (1) or OFF (0). There are no values in between But…Why is it useful? Reducing errors! analog communication copies are quality wise not as good as their originals while due to error free digital communication, copies can be made indefinitely. Simply put, digital is more accurate!

How do we convert from analogue to digital?

What do we do with the digital signal now?

What are logic gates? Many electronic circuits have to make decisions. They look at two or more inputs and use these to determine the outputs from the circuit. The process of doing this uses electronic logic, which is based on digital switches called gates. Logic gates allow an electronic system to make a decision based on a number on its inputs. They are digital electronic devices. Digital means that each input and output of the gates must be one of two states: high, also known as 1 or 'on' low, also known as 2 or 'off'

The OR gate The ‘truth table’ for an OR gate looks like this

The AND gate The truth table for an and gate.

The NOT gate A NOT gate is slightly different because it has just one input. It will give a high output if the input is low. This could be represented by a simple lighting circuit with a push-to-break switch: if the switch is pressed then the lamp will turn off. NOT gates are often used in emergency-stop buttons on machine tools.

Draw the truth tables for NAND and NOR

Logic gates are used to build complex logic systems, such as burglar alarms and combination locks. These may be built up of many different primitive logic gates. Lets try and design a few circuits together, within your groups 

Q1. Which logic gate would you use to design a door bell system for your house, assuming you have a front door and a back door?

Q2. You want to design a fire alarm system Q2. You want to design a fire alarm system. The conditions are: The alarm only goes off 1- if the temperature is HIGH (ON) 2- The smoke detector is ON

Q3. You are going on holiday, and you want a design an alarm security system. The conditions are: The alarm only goes off 1- if the front or the back door is opened (or both!) and… 2- if motion is detected in the house (motion sensor).

**HOMEWORK worksheet + questions pg 235-237

Summary: What is the difference between analogue and digital ? What are logic gates? Describe the action of NOT, AND, OR, NAND and NOR gates Recall and use the symbols for logic gates Use truth tables to describe the action of individual gates and simple combinations of gates