Lesson 2 – Denary to Binary

Slides:



Advertisements
Similar presentations
Base 10 Denary Decimal
Advertisements

A-Level Computing#BristolMet Session Objectives#9 express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal; describe and use two’s.
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.
Binary Aim: Explain binary and binary units Objective 1: Convert positive denary whole numbers (0-255) into 8-bit binary numbers and vice versa Objective.
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
© GCSE Computing Candidates should be able to:  convert positive denary whole numbers (0-255) into 8-bit binary numbers and vice versa  add two 8-bit.
Binary Logic Lets think about the Binary!. What is Binary? Computers use binary as it’s a lot simpler! Each CPU is made up of millions of transistors.

Data Representation Conversion 24/04/2017.
Working with 8-bit bytes and hexadecimal
Category 1 Category 5 Category 4 Category 3 Category
THE BINARY NUMBER SYSTEM “There are only 10 types of people in this world: Those who understand BINARY and those who do not.”
Teaching Computing to GCSE Level with Python Session 3.
GCSE Computing: A451 Computer Systems & Programming Numbers Representation of Data in Computer Systems.
Candidates should be able to:
A)Convert positive denary whole numbers (0-255) into 8-bit binary numbers and vice versa b)Add two 8-bit binary integers and explain overflow errors which.
Units Representation of Data in Computer Systems.
BINARY Toby Wilson. LEARNING OBJECTIVES  Be able to convert binary to denary  Be able to convert denary into binary  Be able to explain how computers.
Computer Science 4 On and OFF. Homework What have we created.
Introduction to Number Representation A451 GCSE Computing.
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.
Product Design: Revision Game Look at the selection of resource sheets you have been given and use the information on the sheet to make question cards.
Computer Networks – IP addresses and binary Week
STARTER – CRACK THE CODE
Starter Using two’s Complement form convert the following from Denary to Binary using 8 bits. Answer on mini whiteboard Using two’s.
Binary Numbers Press any key to begin.. In order to understand the binary numbering system lets first look at our decimal system. The decimal numbering.
OBJECTIVE AND OUTCOMES Objective: To be able to create images in binary format and understand the part metadata plays in recreating images. Outcomes:
GCSE Computing – Topic 2 Lesson 5a – Binary Logic CHALLENGE TO: identify the different types of logic diagrams. ASPIRE TO: Construct a truth table for.
GCSE Computing – Topic 4 Lesson 1 – Units ASPIRE TO: describe why computers store data in the format they do CHALLENGE TO: define the different the types.
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.
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.
Binary -ve and +ve numbers!.
Recap Add these numbers together in binary
Binary numbers: Week 7 Lesson 1
What are Computers? G Use this tutorial alongside the numbers coded in your workbook and answer the related questions in each section.
Lesson 1: Introduction to GCSE
Denary to Binary Numbers & Binary to Denary
…to GCSE Level with Python Sue Sentance
Lesson objectives Understand how computers represent and manipulate numbers [unsigned integers, signed integers (sign and magnitude, Two’s complement)
Binary Code Cracking.
Representing Characters
Binary Code  
Teaching KS3 Computing Session 2 Introduction Theory: Binary numbers
Lesson Objectives To understand how to add 4 and 8 bit binary numbers together To understand what is meant by the term “Overflow” ALL students will add.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Binary Code Cracking.
Binary Numbers Press any key to begin..
Lesson 6: End of Unit Assessment
Lesson 2: Binary to Denary Conversion.
Data Binary Conversion.
Binary  Name: Class: .
Lesson 3: Denary to Binary Conversion.
PYTHON: BUILDING BLOCKS Sequencing & Selection
The basics of any electronic device means either electricity is flowing or it is not i.e. a switch is either on or off Computers are electronic devices.
Learning Intention I will learn how computers store text.
Lesson 4: Introduction to Hexadecimal
GCSE COMPUTER SCIENCE Topic 3 - Data 3.4 Hexadecimal Conversion.
Hexadecimal.
What are series and parallel circuits?
LO1 – Understand Computer Hardware
Binary It’s all 0’s and 1’s.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Signed Integers.
9 x 14 9 x 12 Calculate the value of the following: 1 9 × 5 =
GCSE COMPUTER SCIENCE Topic 3 - Data 3.1 Binary.
WJEC GCSE Computer Science
Binary.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.3 Logical and Arithmetic Shifts.
Binary.
Starter: Spellings test. + Write the definition.
Presentation transcript:

Lesson 2 – Denary to Binary GCSE Computing – Topic 4 Lesson 2 – Denary to Binary ASPIRE TO: construct a 8-bit 2,9,14,1,18,25 number from a 4,5,14,1,18,25 number CHALLENGE TO: convert a 8-bit 2,9,14,1,18,25 number to a 4,5,14,1,18,25 number

Starter Try to work out the keywords from the learning objectives and the code below using this simple coding method. A - 1 B - 2 .... Z - 26 20,8,5  19,13,1,12,12,5,19,20 21,14,9,20  9,19  1  2,9,20

What are Binary Numbers? https://www.youtube.com/watch?v=kcTwu6TFZ08 or click image to load video

Converting Binary to Denary Each number (1 or 0) is known as a bit, and 8 bits make up a byte. We will be looking ONLY at binary that consists of 8 bits. To convert the binary number 00011101, a table like the one shown above should be created. Where there is a 1 below the number, that number should be added to any others with a 1 below. So in this example the answer is 16+8+4+1=29.

Converting Binary to Denary On your mini-whiteboards convert the following binary numbers to denary: a)1010101 b)111 c)11011010 d)1001

Converting Denary to Binary To convert a number from Denary to Binary the process is reversed. Watch as you are shown how to convert a denary number to binary, for the example 67.

Converting Denary to Binary On your mini-whiteboards convert the following Denary numbers to binary: a) 19 b) 26 c) 201 d) 105

Task – Binary Game You will be given a set of questions for level 1. You will need to work in teams to work out the answers. You will need to convert denary numbers to binary numbers and vice versa. When you think you have got the answer to the final question for that level, come up to the board, select the level and check your answer. If you got it right move onto the next level. The questions get progressively harder, you just need to keep converting!

Task – Binary Questions In your books, complete the following questions. Make sure you show your working. 1. Convert the following numbers from denary to binary. a) 28  d) 235 b) 72  e) 255 c) 131 2. Convert the following numbers from binary to denary. a) 1011 b) 11011 c) 10001010 d) 11001000 Extension: Ask for the binary questions worksheet.

Plenary Using your mini-whiteboards, I will display a number either in denary or binary on the board. As fast as you can either convert it from binary to denary or vice versa and hold it up. 42

Plenary 00000111

Plenary 01010101

Plenary 128

Plenary 152

Plenary 62

Plenary 11100111