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.

Slides:



Advertisements
Similar presentations
Computer Systems.
Advertisements

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.
© 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.
Fixed point binary numbers. Objectives  Draw a distinction between integers and numbers with a fractional part in a computer context.  Describe how.
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
A-Level Computing Data representation. Objectives Know how data can be represented in a computer system Understand the need for various forms of representation.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Binary Code.
Q.

©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Binary Numbers Zeros and Ones
Binary! Why do computers use binary? Easy to detect the state of a switch – they’re either on or off! Using another base makes.
Data Basics. Binary Number System Numeration systems are methods of representing numbers. All current number systems are positional in nature. In
LO To learn basic computer coding using binary
name-picker/47_5KcDj3 © Mrs G Hemel.
Hexadecimal Data Representation. Objectives  Know how the Hexadecimal counting system works  Be able to convert between denary, binary & hexadecimal.
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.
Teaching Computing to GCSE Level with Python Session 3.
Number Base Relationships F451 AS WBGS How to explain the relationship between binary and Octal/Hex values.
1 1 7-Dec-15 Binary Converting to and from decimal.
Candidates should be able to:
The Binary System By Michael Kaesler. What Is the Binary System The Binary System is the system of which information and Data is sent from one part of.
Your Mission Objectives
Denary (our numbers) Binary
Binary 101 Gads Hill School. Aim To strengthen understanding of how computers use the binary number system to store information.
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.
Computer Studies Today Chapter 19 1 Chapter 19. Computer Studies Today Chapter 19 2 »Information stored in a computer is in two states: –ON –OFF.
OBJECTIVES 1.Be able to recognise binary code 2. Be able to convert denary numbers into binary numbers.
Progress check Learning Objective: Success Criteria : Can identify various input and output devices - Level 4 – 5 Can identify all the major items of hardware.
Activity 1 Research / Revise how RAM stores DATA 5 minutes 1 0.
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
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
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:
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
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.
Computing Binary Logic.
Arithmetic Shifts and Character Representation
Binary -ve and +ve numbers!.
Binary numbers: Week 7 Lesson 1
Representation of data in computer systems
Chapter 2.3 Binary Logic.
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Lesson objectives Understand how computers represent and manipulate numbers [unsigned integers, signed integers (sign and magnitude, Two’s complement)
Saturday, 10 November 2018 Binary
Data Representation Question: Characters
Learn what binary and denary mean.
Teaching KS3 Computing Session 2 Introduction Theory: Binary numbers
Follow-up question Factorize x2 + 2x – 15. Solution
Network Media, models and number systems
Everything that goes on under the hood of a computer is done in binary -- the language of 0s and 1s. If we have only two numbers, it's very easy to represent.
(return of the…) Data blast
Lesson 2: Binary to Denary Conversion.
Data Binary Conversion.
Binary  Name: Class: .
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.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.4 Hexadecimal Conversion.
LO1 – Understand Computer Hardware
Binary It’s all 0’s and 1’s.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.1 Binary.
Binary.
Binary.
Converting from denary to different bases
Presentation transcript:

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

A Computer is ran by a CPU (Central processing unit), it’s kind of like the computer’s brain. The CPU has lots of little switches in it that can either be ON (a 1) or OFF (a 0)

Denary (our numbers) Binary

To make the number 5, place a 1 under the numbers that you need and a 0 under the numbers that you don’t… Denary numbers – keep doubling! This is Binary

a) b) c) = = = 129

a) b) c) d) e) f) g) h) i) j) k)

“There are 10 kinds of people in the world, those who understand binary and those who don’t” Explain this joke…

Why not try a cool game?