OBJECTIVE AND OUTCOMES Objective: To be able to create images in binary format and understand the part metadata plays in recreating images. Outcomes:

Slides:



Advertisements
Similar presentations
GCSE Computing#BristolMet Session Objectives#10 MUST define the term sample rate COULD explain how sound can be sampled and stored in digital form SHOULD.
Advertisements

Lesson Objectives Explain the representation of an image as a series of pixels represented in binary Explain the need for meta data to be included in the.
Revision tip: Focus on the things you find difficult first.
© 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.
Starter Activity 1414 ? ? ?4? ?5? ?8? 4848 ? ?4? ?5? ? ? ?
GCSE Computing#BristolMet Session Objectives#9 MUST identify the data needed for a computer to display an image correctly (metadata) SHOULD describe the.
© GCSE Computing Candidates should be able to:  explain the representation of an image as a series of pixels represented in binary  explain the need.
Images Data Representation. Objectives  Understand the terms bitmap & pixel  Understand how bitmap images are stored using binary in a computer system.
File Sizes & Storage Requirements.  An image has a width in pixels and a height in pixels  Start by calculating the number of pixels all up  640 x.
Chapter 4: Representation of data in computer systems: Images OCR Computing for GCSE © Hodder Education 2011.
Representation of Images You need to know: (k) explain the representation of an image as a series of pixels represented in binary (l) explain the need.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
COMPUTER GRAPHICS. Can refer to the number of pixels in a bitmapped image Can refer to the number of pixels in a bitmapped image The amount of space it.
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.
DATA REPRESENTATION IMAGES GCSE Computing. Learning Objective ■ To understand how an image is represented in Binary ■ To be able to convert a Binary code.
Representation of Data in Computer Systems
What do you think this lesson is all about? Write your answer on a sticky note.
Starter Using the mini whiteboards record your answers: 1) Name 2 different Character Sets 2) Convert the Hex number 9E into denary 3) Convert the binary.
STARTER – CRACK THE CODE
Lesson 2 – Denary to Binary
Technique Worked Example – Data Representation. Overview -What are the possible subgoals for file size calculation problems? -Exploring an example of.
By the end of this session you should be able to... Understand character sets and why these are used within computer systems. Understand how characters.
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.
Text and Images Key Revision Points.
Computer Systems Nat 5 Computing Science Data Representation
Unit 2.6 Data Representation Lesson 3 ‒ Images
Lesson Objectives Aims You should be able to:
Image and Sound Representation
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
GCSE COMPUTER SCIENCE Data 2.2 Characters and Images.
Data Representation Lesson 2 Binary KS3 COMPUTING KS3 Computing
File Compression 3.3.
Images Data Representation.
Data Representation Images.
Representing images.
Image and Sound Representation
UNIT 2 – LESSON 3 Encoding B&W Images.
Lesson 2-3 AP Computer Science Principles
Computer Systems Nat 4/5 Data Representation Lesson 4:
physics-chemistry-interactive-flash-animation
Binary 4 File Sizes.
LO: To reflect on assessment results and areas for improvement
CS Principles U2L3 Encoding B&W Images.
Binary Arithmetic.
Folders out, planners out…
Learn what binary and denary mean.
Images in Binary.
Data Representation.
Bitmap, Vector, Pixels, Resolution, Metadata.
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.
Representing Images 2.6 – Data Representation.
What do these words mean to you?
Data Representation Revision
1. Explain how ASCII is used to represent text in a computer system
Lesson 6: End of Unit Assessment
Do it now activity Last lesson we learnt about how images are stored on a computer. Can a computer decide what colours to use in an image? How does a.
Half Term 1 Please type your name here:.
Binary  Name: Class: .
Lesson 3: Denary to Binary Conversion.
Do it now activity Last lesson we learnt about how images are stored on a computer. Can a computer decide what colours to use in an image? How does a.
Lesson 4: Introduction to Hexadecimal
Do it now activity Use the coloured pencils to complete the do it now activity. Stick in your book.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.4 Hexadecimal Conversion.
Computer Systems Nat 4/5 Data Representation Lesson 4:
Know to check all solutions
WJEC GCSE Computer Science
Binary.
Creating Digital Graphics
Presentation transcript:

OBJECTIVE AND OUTCOMES Objective: To be able to create images in binary format and understand the part metadata plays in recreating images. Outcomes: I am able to create a simple binary picture. I understand how Metadata works in the recreation of pictures. I can use my knowledge to answer GCSE style questions.

WHAT IS THIS?

WHAT IS THIS - ANSWER To be able to create images in binary format and understand the part metadata plays in recreating images.

IMAGES Images are made up of lots of different coloured squares! The amount of colours an image has depends on the “bits of the image” A “1 bit” imageA “2 bit” image Each different possible combination of binary relates to a different colour. You can work out the number of colours by multiplying the number of “bits” by the power of 2 A “4 bit” image

TASK – USING THE RESOURCE PROVIDED To be able to create images in binary format and understand the part metadata plays in recreating images.

MINI PLENARY Ask the person next to you to check your work have you done it correctly? Can you explain how the picture is made up and why? To be able to create images in binary format and understand the part metadata plays in recreating images.

METADATA Metadata contains the data needed for the computer to recreate an image. It usually contains its height in pixels, width in pixels and the colour depth. So for the image we have just created it would be. Why? Metadata Width 1000 Height Colour Depth 100 To be able to create images in binary format and understand the part metadata plays in recreating images.

TASK TWO Can you work out the metadata for the following four files? , , (Convert to Denary) , , (Convert to Denary) 254, 128, 16 (Convert to Binary) 128, 56, 8 (Convert to Binary A2, 3B, 8 Complete another picture … this time create it yourself.

PLENARY In pairs discuss the following; your teacher will ask some of you for the answers. What metadata is stored with an image file? If an image has its colour depth decreased – What happens? How many colours can be displayed with a 4 bit colour depth and why? To be able to create images in binary format and understand the part metadata plays in recreating images.