Computing Binary Logic.

Slides:



Advertisements
Similar presentations
Basic Logic Gate Sayed Mahbub Hasan Amiri Dhaka Residential Model College.
Advertisements

Logic Circuits Design presented by Amr Al-Awamry
CMPUT 101 Lab# – October 1, Lab 4 No demo Questions and the answer sheet can be found on the course website (pdf) Write your answers.
SYEN 3330 Digital SystemsJung H. Kim Chapter SYEN 3330 Digital Systems Chapter 2 – Part 1.
In a not gate, if the input is on(1) the output is off (0) and vice versa.

CS 210.  How do we represent data in a computer? ◦ Easy to recognize two conditions:  1. Presence of a voltage – we’ll call this state “1”  2. Absence.
Circuit, State Diagram, State Table
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.
XOR and XNOR Logic Gates. XOR Function Output Y is TRUE if input A OR input B are TRUE Exclusively, else it is FALSE. Logic Symbol  Description  Truth.
Activity 1 Revise / remember what the term ‘binary logic’ means. What do each of the following look like: NOT gate? AND gate? OR gate? 5 minutes.
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.
Chapter 2: Binary logic OCR Computing for GCSE © Hodder Education 2011.
Introduction to Digital Logic and Circuits EE 101, Fall 2015 University of Kentucky.
What is an And Gate? It is a digital circuit that produce logical operations The logical operations are call Boolean logical Boolean operation consist.
Chapter 33 Basic Logic Gates. 2 Objectives –After completing this chapter, the student should be able to: Identify and explain the function of the basic.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Lesson 1.4. and ornot Logic Gate: A device that acts on input signals that it receives to produce an output signal (1 or 0). True = 1 False = 0.
Teaching Computing to GCSE Level with Python Session 3.
Activity 1 Revise/research what the word binary means Revise/research what the word logic means 5 minutes.
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.
Hexadecimal (base 16) BY MAT D. What is hexadecimal  Hexadecimal is a number system like binary or denary that has 16 characters, the numbers 0-9 and.
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.
OBJECTIVES 1. Be able to recognise binary code 2. Be able to convert denary numbers into binary numbers 3. Be able to convert binary into denary numbers.
Computing Questions Convert the denary number 55 to an 8-bit binary number. Why does upgrading the RAM of a computer to 8 GB from 4 GB improve its performance?
STARTER – CRACK THE CODE
Decoders A decoder is a logic circuit that detects the presence of a specific combination of bits at its input. Two simple decoders that detect the presence.
Logic Gates Review. Logic Gates OR gate – 1 if either input is 1 – 0 if they both are 0.
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.
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.
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.
Logic Gates and Truth Tables
Lesson Objectives Aims You should be able to:
Component 1 Logical operators.
Logic Gates.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Questions Describe the following gates
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
Chapter 2.3 Binary Logic.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Saturday, 10 November 2018 Binary
UNIT R001: Understanding Computer Systems
Thursday, 22 November 2018 Logic Gates
Boolean Operations 1 and 1 = 1.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
3.4 Computer systems Boolean logic Lesson 2.
Follow-up question Factorize x2 + 2x – 15. Solution
For OCR GCSE Computing Unit 1 - Theory
Logic Gates.
KS4 Electricity – Electronic systems
GCSE Computer Science – Logic Gates & Boolean Expressions
Logic Gates.
Logic Gates Truth Table Challenge
Binary Logic.
Table 1.1 Powers of Two.
Logic Gates Revision Package.
Lecture 5 Binary Operation Boolean Logic. Binary Operations Addition Subtraction Multiplication Division.
Department of Electronics
Component 1 – 2A, B, C Binary Logic
WJEC GCSE Computer Science
Introduction to Logic diagrams and truth tables
Introduction to Logic diagrams and truth tables
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Lesson 3.3 Writing functions.
Presentation transcript:

Computing Binary Logic

Today’s Objectives What am I going to learn today? You’re going to learn this Be able to produce truth tables for a logic diagram Learning Tools - How am I going to learn it? You’re going to do this Complete your logic gates truth table challenge

Re-Cap on Last Lesson Last lesson you learnt to… Be able to recognise binary Be able to convert denary numbers into binary numbers Be able to convert characters into binary numbers You need to remember that Computers only work in 1’s and 0’s. These can also be thought of as ON/OFF or TRUE/FALSE.

Independent Challenge You’re learning this Looking at the diagrams and results in the truth tables that go with them what do you think the names of these diagrams could be? Be able to produce truth tables for a logic diagram HINT: Think about the results you can see when either the 1 or the 0 binary value is entered By doing this Complete your logic gates truth table challenge

A P 1 Logic Gates – NOT The NOT gate You’re learning this The NOT gate Be able to produce truth tables for a logic diagram Input A Output P All gates have an input and an output By doing this A P 1 Complete your logic gates truth table challenge Truth table to see results

This gate has two inputs and an output A B P Logic Gates – AND You’re learning this The AND gate Be able to produce truth tables for a logic diagram Input A Output P Input B This gate has two inputs and an output By doing this A B P 1 Truth table to see results Complete your logic gates truth table challenge Everything zero unless both 1’s

This gate has two inputs and an output A B P Logic Gates – OR You’re learning this The OR gate Be able to produce truth tables for a logic diagram Input A Output P Input B This gate has two inputs and an output By doing this A B P 1 Truth table to see results Complete your logic gates truth table challenge If there is a 1 the output is a 1

Working out multiple truth tables You’re learning this Input A Output P Input B Output C Be able to produce truth tables for a logic diagram AND Gate NOT gate A B C P Think for 2 minutes about this before we complete as a class. By doing this Complete your logic gates truth table challenge HINT: Output C becomes the input for the NOT gate

The Logic Challenge Your challenge You’re learning this Your challenge Be able to produce truth tables for a logic diagram HINT: Use the diagram and truth table sheet from the independent challenge or the class task we just complete to help. By doing this Complete your logic gates truth table challenge You need to complete the challenge grid by working out the truth tables for each logic diagram