Binary.

Slides:



Advertisements
Similar presentations
Binary numbers. 1 Humans count using decimal numbers (base 10) We use 10 units: 0, 1, 2, 3, 4, 5, 6, 7, 8 and (5.
Advertisements

ASCII & Gray Codes.
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
To make the number 5, place a 1 under the numbers that you need and a 0 under the numbers that you don’t… Make a table like this
Chapter 2: Binary logic OCR Computing for GCSE © Hodder Education 2011.
Q.

LO To practice our methods of division. 11- Nov-14 Write a comment or make a statement about this prompt.
LO To learn basic computer coding using binary
name-picker/47_5KcDj3 © Mrs G Hemel.
Number Bases and Representation. Denary Number System (Base 10) Our number system uses 10 digits (0-9) As you move from right to left each number is worth.
THE BINARY NUMBER SYSTEM “There are only 10 types of people in this world: Those who understand BINARY and those who do not.”
Number Base Relationships F451 AS WBGS How to explain the relationship between binary and Octal/Hex values.
Candidates should be able to:
Denary (our numbers) Binary
Question 1. Question 2 Question 3 Question 4 Question 5.
Computer Science 4 On and OFF. Homework What have we created.
Nuclear Waste What is the best way to deal with Nuclear Waste? Starter: What are the issue with nuclear waste?
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.
Lesson 6 Binary Understand what Binary Code means and apply this knowledge Understand how data is represented using bit systems and be able to change decimal.
STARTER – CRACK THE CODE
Lesson 2 – Denary to Binary
OBJECTIVE AND OUTCOMES Objective: To be able to create images in binary format and understand the part metadata plays in recreating images. Outcomes:
WHAT IS BINARY? Binary is a number system that only uses two digits: 1 and 0. Any information that processed by a computer it is put into sequence of.
Understanding binary Understanding Computers.
Unit 2.6 Data Representation Lesson 2 ‒ Characters
Computing Binary Logic.
Binary and Logic Computers use electrical signals that are on or off, so they have to see everything as a series of binary numbers. This data is represented.
Arithmetic Shifts and Character Representation
From the ASCII table… Symbol Decimal Binary A B 66
Spreadsheets.
Binary numbers: Week 7 Lesson 1
Chapter 2.3 Binary Logic.
Population push and pull factors.
All pupils can use radian measure in a variety of situations
Saturday, 10 November 2018 Binary
Communication.
Data Representation Question: Characters
Starter Activity True or False 187 is a prime number. How do you know?
Learn what binary and denary mean.
Do it now activity Since the beginning of the term you have planned a database based on your own scenario. Using your plan you are going to create a database,
Write down the number from the 4 choices
Data Representation Revision
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
The environmental issues in ICT
Follow-up question Factorize x2 + 2x – 15. Solution
Impact of ICT on Society
Sequences We use multi-link for the sequences activity.
Where are you on the learning journey? Where do you want to get to?
Revision list – LO3 sat (Thursday 18 January)
Lesson 2: Binary to Denary Conversion.
Data Binary Conversion.
Fabric Wall Hanging Evaluation.
All pupils can read off the base trigonometric graphs
Half Term 1 Please type your name here:.
Binary  Name: Class: .
Lesson 3: Denary to Binary Conversion.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.4 Hexadecimal Conversion.
LO1 – Understand Computer Hardware
Introduction to Python
More Linear Equations L.O.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.1 Binary.
What can your remember about triangles?
Introduction to Logic diagrams and truth tables
Further binary, Logic diagrams and truth tables
Binary.
Introduction to Logic diagrams and truth tables
Constants, Variables and Data Types
Presentation transcript:

Binary

Learning Outcomes Lo1: Recognise Binary Code LO2: Describe how to convert it LO3: Convert numbers in binary

Starter Video: James May explains binary

Binary Computers know two things 0 and 1, this is how they work. We program a computer to do things this is us communicating with the computer. There are lots of circuits in a computer and these must be told to be on or off. The computer understands this by: 0 means OFF 1 means ON

The computers language is Binary. We need to know the computers language sow e can control it The computers language is Binary. Binary looks like this: 010101000110100001101001011100110010 00000110100101110011001000000110010 10110000101110011011110010000110100 001010

The computer can only use 0s and 1s So for a computer numbers look like this: Denary (our numbers) Binary 1 2 10 3 11 4 100 5 101 6 110 7 111 8 1000 9 1001 1010 1011 12 1100

Denary numbers (our numbers) – keep doubling! How do we do this? Denary numbers (our numbers) – keep doubling! Make a table like this.. 128 64 32 16 8 4 2 1 To make the number 9, place a 1 under the numbers that you need and a 0 under the numbers that you don’t… 128 64 32 16 8 4 2 1 This is Binary

So 9 for us, is 00001001 for the computer 128 64 32 16 8 4 2 1 We can forget the first few 0s and our binary number 9 looks like this… 1001

Use your table to convert these numbers to binary: 3 2 6 10 17 20 42 47 71 146 255

Answers 3 2 6 10 17 20 42 47 71 146 255 11 10 110 1010 10001 10100 101010 101111 1000111 10010010 11111111

Is there any number that cant be converted? Task 2 In pairs, give your partner a number under 255 and see if they can convert it into binary. Is there any number that cant be converted?

Plenary Two stars and a wish