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.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Basic Logic Gate Sayed Mahbub Hasan Amiri Dhaka Residential Model College.
Lesson Objectives Understand and produce simple logic diagrams using the operation NOT, AND and OR Produce a truth table from a given logic diagram.
Gates CS105. Electrical Signals Transmission of data Any electrical signal has a level of voltage – Interpretation of 1s and 0s Generally speaking: –
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.
Assessment booklet Complete the long exam type question in your assessment booklet - Read the question carefully and highlight key phrases What is the.
Circuit, State Diagram, State Table
Digital Logic ENEL 111. Digital systems A digital system is a system whose inputs and outputs fall within a discrete, finite set of values Two main types.
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.
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
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.
LOGIC GATES.
Logic Gates Shashidhara H S Dept. of ISE MSRIT. Basic Logic Design and Boolean Algebra GATES = basic digital building blocks which correspond to and perform.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
A-Level Computing#BristolMet Session Objectives#6 MUST understand and produce simple logic diagrams using the operations NOT, AND and OR SHOULD explain.
ACOE1611 Combinational Logic Circuits Reference: M. Mano, C. Kime, “Logic and Computer Design Fundamentals”, Chapter 2.
Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Glossary AND gate to device digital signals to inverter LDR to logic circuit logic.
ITEC 352 Lecture 3 Low level components(2). Low-level components Review Electricity Transistors Gates Really simple circuit.
COMBINATIONAL LOGIC Circuit Design. Steps Create the truth table Extract the Boolean Expression from the truth table or create a K-Map Simplify the expression.
Steering Gates, Timing Diagrams & Combinational Logic Technician Series Steering 1.1 ©Paul Godin Created Jan 2014.
Basic Gates 2.1 Basic Digital Logic: Application of Digital Gates using AND / OR / NOT ©Paul Godin Created August 2007 Last Update Sept 2013 Basic Gates.
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.
Logic Gates and Boolean Algebra Introduction to Logic II.
 A transistor is the basic building block of electronic components.  The average computer may have millions of them within its circuits.  Essentially,
Digital Logic Design. Truth Table  Logic Circuit 1. Start with truth table 2. When your output is a 1, figure out the combination of inputs, ANDs, and.
GCSE Computing – Topic 2 Lesson 5a – Binary Logic CHALLENGE TO: identify the different types of logic diagrams. ASPIRE TO: Construct a truth table for.
Unit 1 Logical operators.
Computing Binary Logic.
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.
Department of Preparatory Year, Umm Al Qura University
Eng. Mai Z. Alyazji October, 2016
Logic Gates.
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
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
CSCI-100 Introduction to Computing
Chapter 2.3 Binary Logic.
Digital Logic.
Computers Logic Gates.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Teaching Computing to GCSE
Agenda – 2/12/18 Questions? Readings: CSI 4, P
3.4 Computer systems Boolean logic Lesson 2.
For OCR GCSE Computing Unit 1 - Theory
JC Technology Logic Gates.
Logic Gates.
KS4 Electricity – Electronic systems
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
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.
Input > Process > Output
Today You are Learning simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT.
Logic Gates Truth Table Challenge
Binary Logic.
Chapter 4 Gates and Circuits.
Objectives Construct truth tables for the following logic gates:
Truth tables Mrs. Palmer.
Department of Electronics
Introduction to Logic diagrams and truth tables
Logic Gates By: Asst Lec. Besma Nazar Nadhem
Introduction to Logic diagrams and truth tables
Presentation transcript:

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 based on it. Watch video – Logic Gate Basics.

Logic Gates Three basic types of logic gate AND Gate OR Gate NOT Gate By combining millions of these gates together the processor in computers can make very complex decisions.

Logic Gates - (A and B)

Logic Gates – (A or B)

Logic Gates – (Not A)

Logic Gates Logic Gates can be joined together to form a circuit – for instance: If we take the light bulb as Q then we can say that – Q = Not (A and B)

Logic Gates Consider this statement: Consider a car which sounds a warning buzzer when the keys out of the ignition and the lights are left on or the car is left in gear. We could create a logic diagram for this:

Logic Gates Consider this statement: Consider a car which sounds a warning buzzer when the keys out of the ignition and the lights are left on or the car is left in gear. A truth table would look like this Keys (A)Lights (B)Gear (C)(Not A)B and (Not A) C or (B and (Not A))

Logic Gates Task 1 Have a go of Logic Gates Worksheet 1 If you feel up for the challenge – have a go at the more difficult ones in Question 2.

Logic Gates Task 2 – Presentation on Logic Gates Create a presentation using either PowerPoint or You have to include:  History of Boolean logic  What are logic gates?  How do computers use logic gates?  Explain the NOT, AND and OR gate – use diagrams and include truth tables.