Image and Sound Representation

Slides:



Advertisements
Similar presentations
Multimedia: Digitised Sound Data Section 3. Sound in Multimedia Types: Voice Overs Special Effects Musical Backdrops Sound can make multimedia presentations.
Advertisements

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.
Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
Computer Systems Nat 4/5 Data Representation Lesson 4: Storing Graphics.
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.
Fundamentals Rawesak Tanawongsuwan
CSCI-235 Micro-Computers in Science Hardware Part II.
GCSE Computing#BristolMet Session Objectives#9 MUST identify the data needed for a computer to display an image correctly (metadata) SHOULD describe the.
3. Multimedia Systems Technology
Images Data Representation. Objectives  Understand the terms bitmap & pixel  Understand how bitmap images are stored using binary in a computer system.
AS LEVEL ICT2 Processing Different Types of Information.
Types of Data. Numbers Text Pictures Sound Video.
Image Representation. Objectives  Bitmaps: resolution, colour depth and simple bitmap file calculations.  Vector graphics: drawing list – objects and.
Chapter 4: Representation of data in computer systems: Images OCR Computing for GCSE © Hodder Education 2011.
Lecture 7: Intro to Computer Graphics. Remember…… DIGITAL - Digital means discrete. DIGITAL - Digital means discrete. Digital representation is comprised.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.
Marwan Al-Namari 1 Digital Representations. Bits and Bytes Devices can only be in one of two states 0 or 1, yes or no, on or off, … Bit: a unit of data.
CSCI-100 Introduction to Computing Hardware Part II.
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
Representation of Data in Computer Systems
Processing Data. Representing Numbers  Recap on Binary Numbers  Binary digit (1 or 0) – known as a ‘bit’, short for BInary digiT – bits generally grouped.
DATA REPRESENTATION: SOUNDS GCSE Computing. Learning Objective ■ To understand how sounds are represented in Binary ■ To be able to convert a sound wave.
Information Systems Design and Development Media Types Computing Science.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
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:
DATA Unit 2 Topic 2. Different Types of Data ASCII code: ASCII - The American Standard Code for Information Interchange is a standard seven-bit code that.
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.
Text and Images Key Revision Points.
Unit 2.6 Data Representation Lesson 3 ‒ Images
Data Representation: Sound
3.3 Fundamentals of data representation
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
IP and MAC Addresses, DNS Servers
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Images Data Representation.
Additional hardware components, and Embedded Systems
Data Representation Images.
Representing images.
Arithmetic Shifts and Character Representation
Image and Sound Representation
Data representation – Sound.
Binary Notation and Intro to Computer Graphics
Level 3 Extended Diploma Unit 19 Computer Systems Architecture
Computer Systems Nat 4/5 Data Representation Lesson 4:
BTEC NCF Dip in Comp - Unit 02 Fundamentals of Computer Systems Lesson 10 - Text & Image Representation Mr C Johnston.
Multimedia: Digitised Sound Data
Chapter I Digital Imaging Fundamentals
Folders out, planners out…
Digital Images.
Data Representation Keywords Sound
Data Representation.
Bitmap, Vector, Pixels, Resolution, Metadata.
Representing Images 2.6 – Data Representation.
What do these words mean to you?
Web Design and Development
Summer Term Year 10 Slides
Lesson 3 & 4: Encoding Images
Representing Sound 2.6 – Data Representation.
Computer Systems Nat 4.5 Computing Science Data Representation
Option: Data Representation
Computer Systems Nat 4/5 Data Representation Lesson 4:
Lesson 3 & 4: Encoding Images
Recap In previous lessons we have looked at how numbers can be stored as binary. We have also seen how images are stored as binary. This lesson we are.
Option: Data Representation
WJEC GCSE Computer Science
Presentation transcript:

Image and Sound Representation Component 1.4 Image and Sound Representation

Assessment Outcomes Explain the digital storage of graphics Explain the digital storage and sampling of sound Describe the use of metadata in files

Starter: Pre-Reading Questions What is a bitmap graphic? What is sound resolution? What is a vector graphic? What is the sound sample frequency? What is metadata? What are the benefits of sampling sound digitally? What is analogue sound? What is digital sound? What are the drawbacks of digital sound sampling? How are bitmap graphics stored digitally? What are vectors used for? How are vector graphics stored? How is analogue sound stored?

Image Representation Images on a computer system are made up of thousands of small coloured dots, known as pixels (short for picture elements). Bitmap images are stored as an array of pixels. A black and white bitmap image will store a 1 for a black pixel and 0 for a white pixel.

Vector graphics Images can be stored in different ways in computers. When you create a drawing in power point this is a vector graphic. Each line, circle or square is made up of simple properties such as position height and width.

Bitmap graphics When you take a picture with a digital camera it is not made up of lines. To store this type of image on a computer the image is broken down into very small elements called pixels. Each pixel is set to one colour.

Resolution A Bitmap image is made up of a grid of pixels. An image could be 600 pixels wide by 400 pixels high. The resolution of this image would be 600X400. If the resolution is increased the quality, not the physical size, is increased and it takes up more of memory to store it.

Making an image file For a picture of a flower four colours are used. These numbers are represented as binary. The number of bits we use dictates how many colours we could use. If we wanted to store more than 4 colours we would have to use more than 2 bits.

Making an image file We take the information from the image file and build a image data file We read left to right. Top to bottom.

Meta Data For the computer to interpret an image file and rebuild the picture it must know some other things about this data file. For example… The resolution is 8X11 The colour depth is 2 bits per pixel What colour is each pixel Without metadata, a computer system may render an image incorrectly on screen, such as displaying all pixels in one row. Other data may also be stored in the metadata of an image file, such as the date the image was made, the geographical location of a photograph.

Making an image file with metadata We put the information about the image file (height, width, bit depth) before the information to make it We take the information from the image file and build a image data file We read left to right. Top to bottom. 1011 1000 0010 10 10 10 10 10 10 10 10 10 00 10 00 10 00 10 10 10 10 00 00 10 10 10 10 00 00 01 00 00 10 10 10 10 00 00 00 10 10 10 10 00 10 00 11 00 10 10 10 10 10 10 11 10 10 10 10 10 10 10 10 11 10 10 10 11 11 11 10 11 11 10 10 10 11 11 11 11 10 10 10 10 10 10 11 10 10 10

Graded exercises

Sound Representation As we have already established, a computer system is only able to store and process binary digits, as it is a digital device. Since this is the case, how can sound be stored as it is an analogue signal not digital? If an analogue signal, such as sound, is sent to a computer system, it has to be converted into a digital signal before it can be processed.

Analogue Sound waves are analogue, which means that they continuously change. Computers cannot store analogue signals. They must be converted in order for the computer to use it.

Digital Anything stored on a computer must be stored as a series of binary numbers or digital. Digital signals are exact and square.

Analogue-to-Digital Converter (ADC) The device that converts the analogue wave to digital is know as the analogue-to-digital converter or ADC. You might know this as a sound card.

Storing sound waves Storing analogue sound waves as numbers is very easy. We match the interval with the resolution

Resolution This is the number of bits used to store each sample. The more accuracy you have the larger amount of numbers you will need.

Sample Frequency The number of samples taken in a given time period. The more samples taken the better the quality of feedback

Sampling Sound is converted into a digital signal by a process called sampling. Sampling is where hardware, such as a microphone, measures the level of sound many times per second and records this as binary digits. The number of times that the sound level is sampled per second is called the sampling frequency. The higher the sampling frequency, the better the quality of the sound recorded. A typical sampling frequency is 44,000 times per second, also known as 44 kHz. This is the sampling frequency used on most audio CDs.

Sampling Sound sampled at 44 kHz in stereo will produce a large amount of data and as such, this data may need to be compressed. When sound files are compressed, data is removed to reduce the size. This reduction in size means that

Graded Exercises

Past Exam Questions

Crib Sheet – What I must remember about _______ Starting Point: Read the learning outcomes from the exam board Record the key facts that you need to remember about Image and Sound representation Think about what you have learnt today, what questions you have been asked, definitions of words, or anything else you think is important!

Homework Question Sheets: Q25 – Images and Pixels Q26 – Image Size Q27 – Digitising Sound Exam Questions: Complete your Year 11 target grade Pre-Reading: 50-56 Notes on Data Types and Data Structures