Data Representation Lesson 2 Binary KS3 COMPUTING KS3 Computing

Slides:



Advertisements
Similar presentations
GCSE Computing Theory © gcsecomputing.net 1 GCSE Computing Data Representation Why Binary?
Advertisements

Base 10 Denary Decimal
1 Chapter 2 The Digital World. 2 Digital Data Representation.
Computer Systems Nat 4/5 Data Representation Lesson 4: Storing Graphics.
Dan Heflin. Well, how do we do this? You take the (4/7), and multiple by 2 to get You take the whole number representation, which is 1 in this.
Information Representation
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.
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
Chapter 1 Data Storage(2) Yonsei University 1 st Semester, 2014 Sanghyun Park.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
Binary Code: The Language of Computers!
If: What will the following be: And what about: Multiplying Terms or ?
Working with 8-bit bytes and hexadecimal
Hexadecimal Data Representation. Objectives  Know how the Hexadecimal counting system works  Be able to convert between denary, binary & hexadecimal.
Data Representation Hexadecimal  Although computers work in binary it is sometimes inconvenient for humans to read everything in Binary. For example in.
Binary Numbers So what are they and why are they important?
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.
Data Representation The storage of Text Numbers Graphics.
DATA REPRESENTATION CHAPTER DATA TYPES Different types of data (Fig. 2.1) The computer industry uses the term “MULTIMEDIA” to define information.
The Nature of Data and Information 11 IPT Miss O’Grady.
Graphics in a computers memory How a picture (i.e. a graphic) is stored in a computers memory A computer screen is made up of little dots, called PICture.
Computer Number System
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.
A+ Computer Repair Lesson 3: Number System. Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal,
What do you think this lesson is all about? Write your answer on a sticky note.
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.
Understanding Computers
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
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.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Text and Images Key Revision Points.
Unit 2.6 Data Representation Lesson 3 ‒ Images
DATA REPRESENTATION - TEXT
GCSE COMPUTER SCIENCE Computers 1.2 Memory, Storage and Binary.
Objectives Today: P4 Data Types – Floating Points P4 Variable Quiz P3 Iteration and Selection Practical Are you logged on? Then come around the table Unit.
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
GCSE COMPUTER SCIENCE Data 2.2 Characters and Images.
Understanding binary Understanding Computers.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Images Data Representation.
Binary
Computer Systems Nat 4/5 Data Representation Lesson 4:
physics-chemistry-interactive-flash-animation
Binary numbers: Week 7 Lesson 1
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.
Ch2: Data Representation
Hexadecimal Conversions
Pixels.
Communication Technology in a Changing World
Communication Technology in a Changing World
Lesson 3 & 4: Encoding Images
Binary Numbers? Foley SED 514 Section /2/2019.
Year 7 Number - Calculations
Chapter 2: Number Systems
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.
Lesson 4: Introduction to Hexadecimal
Option: Data Representation
GCSE COMPUTER SCIENCE Topic 3 - Data 3.4 Hexadecimal Conversion.
Computer Systems Nat 4/5 Data Representation Lesson 4:
Lesson 3 & 4: Encoding Images
Option: Data Representation
GCSE COMPUTER SCIENCE Topic 3 - Data 3.1 Binary.
1 1. Binary Basics Year 8 Unit 1 Bitmap Graphics.
Presentation transcript:

Data Representation Lesson 2 Binary KS3 COMPUTING KS3 Computing

Lesson Aims 1 To understand how computers represent numbers in binary 2 To understand how letters are represented using binary 3 To understand how basic images are represented using binary

Humans use it because we have 10 fingers. Denary The denary number system (also known as decimal) uses 10 symbols (0-9) to represent numbers. It is a base-10 number system. Humans use it because we have 10 fingers.

Circuits Computers don’t have fingers, they have circuits. These circuits can be in one of two states, on or off. So they use a base-2 number system. On = 1 Off = 0

Binary The short name for Binary Digits is Bits Binary This number system is called: Binary The short name for Binary Digits is Bits

We need 5 volunteers to stand at the front facing the class. Binary to Denary We need 5 volunteers to stand at the front facing the class. Each place in a binary number has a value. These go up in multiples of 2. 16 8 4 2 1 Class activity: Work out the denary values of the binary numbers your teacher is displaying.

How do we represent these numbers in binary? Denary to Binary How do we represent these numbers in binary? 16 8 4 2 1 5 7 19 24 9 25 31 32

h 8 01000 i 9 01001 Representing Letters How can we represent letters on a computer? We can assign each letter a number h 8 01000 i 9 01001

Representing Letters a b c d e f g h i j k l m n o p q r s t u v w x y The whole alphabet looks like this: a b c d e f g h i j k l m 1 2 3 4 5 6 7 8 9 10 11 12 13 n o p q r s t u v w x y z 14 15 16 17 18 19 20 21 22 23 24 25 26 Complete the binary numbers and letters worksheet.

Picture Element  Pixel Representing Images How can we represent images on a computer? What is a pixel? What does pixel stand for? Picture Element  Pixel

How can we represent images on a computer? Representing Images How can we represent images on a computer? 1,0,0,0,1 1,1,1,1,0 1 = white 0 = black 1,0,0,0,0 0,1,1,1,0 0,1,1,1,0 1,0,0,0,0

White always comes first Representing Images 1,3,1 4,1 1,4 0,1,3,1 However, this can be simplified. 1,3,1 4,1 White always comes first 1,4 0,1,3,1 0,1,3,1 1,4 Using this technique, complete the Image Representation worksheet.

Write the answer to these questions in your book: Binary: Assessment Write the answer to these questions in your book: 1 Computers use binary, humans use what beginning with the letter ‘D’? [1] 2 Complete the sequence: ? 8 4 2 1 3 Complete the sequence: 128 64 ? 16 8 … 4 What does bits stand for? [1] 5 What is the number 17 in binary? [1] 6 What is the number 01010? [1] 7 What binary number represent the letter ‘E’? [1] 8 What binary number represent the letter ‘X’? [1] 9 Why do computers need to use binary? [1] 10 What is the number 101110? [1]

Complete the following work: Independent Study Complete the following work: ? PLANNER This work is due for next lesson.