DATA REPRESENTATION IMAGES GCSE Computing. Learning Objective ■ To understand how an image is represented in Binary ■ To be able to convert a Binary code.

Slides:



Advertisements
Similar presentations
Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
Advertisements

Skills: none Concepts: an image representation code, the number of bits in a code, the amount of information in an image This work is licensed under a.
Capturing and optimising digital images for research Gilles Couzin.
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.
Bitmapped Images 27 th November 2014 With Mrs
BINARY LOGIC AND IMAGES… There I will shows you all information I found on internet about binary logic and images…
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
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.
Welcome Topic: Pixels A.M.Meshkatur Rahman Class: vii Roll: 07.
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 1. Data Representation Data Representation – Why do we use binary? simplicity,
GCSE Computing#BristolMet Session Objectives#11 MUST identify what program instructions consist of SHOULD describe how instructions are coded as bit patterns.
Chapter 4: Representation of data in computer systems: Images OCR Computing for GCSE © Hodder Education 2011.
Which is the Pink Pen? Here is the Pink Pen (Example taken from
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.
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
Data Representation The storage of Text Numbers Graphics.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
Why a bitmap (.bmp), not a.jpg? If you cannot save a.bmp, make it an uncompressed.tif. Compression (of this 8-bit 397,000 pixel image): none (397kb memory)medium.
COMPUTER GRAPHICS. Once you scan an image or take a picture with your digital camera, it becomes digitized. Made up of hundreds of thousands of pixels.
HEXADECIMAL NUMBERS.
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.
What happens when you take a picture… When you take a picture with a digital camera, instead of a piece of film the light strikes a digital sensor array.
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.
HOW SCANNERS WORK A scanner is a device that uses a light source to electronically convert an image into binary data (0s and 1s). This binary data can.
Representation of Data in Computer Systems
DATA REPRESENTATION: SOUNDS GCSE Computing. Learning Objective ■ To understand how sounds are represented in Binary ■ To be able to convert a sound wave.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
Computing Fundamentals Lesson 5 – Dotty Reality This lesson you will be discovering how computers save picture files, using dots and points.
 Many people like the flexibility of digital images. For example:  They can be shared by attaching to /uploading to Internet  Sent via mobiles.
OBJECTIVE AND OUTCOMES Objective: To be able to create images in binary format and understand the part metadata plays in recreating images. Outcomes:
Computer Systems Nat 5 Computing Science Data Representation
Unit 2.6 Data Representation Lesson 3 ‒ Images
Data Representation: Sound
Image and Sound Representation
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
GCSE COMPUTER SCIENCE Data 2.2 Characters and Images.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Images Data Representation.
Data Representation Images.
Data Representation.
Representing images.
Computer Systems Nat 4/5 Data Representation Lesson 4:
Computer Science Higher
physics-chemistry-interactive-flash-animation
How to Convert Pictures into Numbers
U2L4 Encoding Color Images
Learning Intention I will learn how a computer stores graphics.
Learn what binary and denary mean.
Images in Binary.
Resolution and Printing Tips
Data Representation.
Bitmap, Vector, Pixels, Resolution, Metadata.
Representing Images 2.6 – Data Representation.
What do these words mean to you?
Summer Term Year 10 Slides
1. Explain how ASCII is used to represent text in a computer system
Nuts and Bolts of Digital Imaging
Computer Systems Nat 4.5 Computing Science Data Representation
Basic Concepts of Digital Imaging
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:
Option: Data Representation
WJEC GCSE Computer Science
Year 8 Unit 2 Bitmap Graphics
Presentation transcript:

DATA REPRESENTATION IMAGES GCSE Computing

Learning Objective ■ To understand how an image is represented in Binary ■ To be able to convert a Binary code into an image. ■ Success Criteria ■ To be able to explain what a “pixel” is ■ To be able to explain what is meant by “colour depth” ■ To be able to view a simple Binary coded image

Pixels ■ When we take a photo with a digital camera, or download one from the Internet, it is saved in Binary code. ■ The image is made up with lots of tiny dots, which when viewed makes up the final image. ■ These are called Pixels:

Colour Depth ■ Each Pixel is coded in binary separately. ■ The code that we give it represents a colour. ■ For example, for a 2-bit coding we might have: ■ This system is said to have a colour depth of 2 bits/pixel. 00Pink 01Yellow 10White 11Green

Task: Decode the Image File ■ Use the colour map below to decode the image in question 4d) in your booklet: 00Pink 01Yellow 10White 11Green

Decoding the Image ■ The image in the previous example looks like this: ■ However in Binary form, it looks like this:

Quality? ■ You will notice this image is not very good. – It has not got many pixels – It has only got four colours. ■ It has got 11x8 (88) pixels, this is a very low- resolution. ■ The more pixels the image has, the higher the resolution is. ■ A normal digital camera might easily have 5 Mega (million) pixels and 24-bit colour depth! ■ This gives 125,829,120 binary bits for one photos!