Summer Term Year 10 Slides

Slides:



Advertisements
Similar presentations
Chapter 4: Representation of data in computer systems: Sound OCR Computing for GCSE © Hodder Education 2011.
Advertisements

Chapter 4: Representation of data in computer systems
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.
Eee116j1 1 Digital Information Engineering Science EEE116J1 Prof Paul Maguire w.
Micro optics: Fibers and Butterflies. Total internal reflection.
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
Computer Logic Distinction between analogue and discrete processes and quantities. Conversion of analogue quantities to digital form. Using sampling techniques.
Higher Computing Data Representation.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
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.
Agenda Last class: Memory, Digitizing Numbers Today: Digitizing: Text
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.
Marr CollegeHigher ComputingSlide 1 Higher Computing: COMPUTER SYSTEMS Part 1: Data Representation – 6 hours.
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.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.
Media Types Information Systems can contain the following types of media: Sound, graphics, video & text.
CSCI-100 Introduction to Computing Hardware Part II.
Resolution The resolution of an image is determined by the number of individually addressable points that make up the image, whether it is the number.
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.
2.1.4 Data Representation Units.
Sci Vis I Exam Review Most Missed Review Questions.
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.
Bitmap Graphics Graphics. Graphics L2 Bitmap Graphics Learning Objectives Understand how a bitmap graphic is made up of individual pixels Understand that.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
 Computers are 2-state devices › Pulse – No pulse › On – Off  Represented by › 1 – 0  BINARY.
File types and storage. Primary and Secondary storage  Primary – built into the computer, the computers memory capacity  RAM – random access memory.
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
Introduction to Vector Graphics Graphics. Graphics L1 Introduction to Vector Graphics Learning Objectives All to create and manipulate a simple group.
National 4 and National 5 Computer Science. National 4 Computing Science 2 units: Software Design and Development Information System Design and Development.
Text and Images Key Revision Points.
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
Images Data Representation.
Data Representation Images.
Data Representation.
Representing images.
Data representation – Sound.
Computer Systems Nat 4/5 Data Representation Lesson 4:
Pixel, Resolution, Image Size
Memory Parts of a computer
Binary 4 File Sizes.
Intermediate 2 Computing
Chapter I Digital Imaging Fundamentals
GRAPHICS Source:
Images in Binary.
Data Representation.
Representing Images 2.6 – Data Representation.
Chapter 4: Representing sound
Computer Systems Nat 4.5 Computing Science Data Representation
Visuals are analog signals...
Option: Data Representation
Computer Systems Nat 4/5 Data Representation Lesson 4:
Option: Data Representation
WJEC GCSE Computer Science
Year 8 Unit 2 Bitmap Graphics
Presentation transcript:

Summer Term Year 10 Slides

Data Representation: Bitmap Images Week 1 Lesson 1

Bitmap images

Bitmap images

Data Representation: Bitmap Images Week 2 Lesson 1

Bitmaps a bitmap is a type of memory organisation or image file format used to store digital images

Displays text and graphics on a VDU/monitor Bit-mapped Images Displays text and graphics on a VDU/monitor screen divided up into a grid each square on the grid is a Pixel How? Bits controlling a pixel stored in a specific memory location Consecutive memory locations hold all the codes controlling the screen Computer scans the memory and generates the picture by lighting screen pixels with the colour code for the individual pixel

Colour and bit maps Each pixel is individually coloured Number of colour bits used (colour depth) determine the number of colours available Pixels are stored with a colour depth of 1, 4, 8, 16, 24, 32 bits per pixel 1 bit black or white (1 or 0) 24 bit: 224 colours with 8 for each of red, green and blue 32 bit: used for simplicity with 32 bit computers – additional 8 bits not normally used for colour

File size 1 byte is used per pixel to store the location Additional bytes used for colour depth E.g. 1024 x 768 screen requires 768 432 bytes for image X 3 (if 24 bi colour (3 bytes x8bits =24 bits)) So: 1024 x 768 x 3 = 2 359 296 bytes

Pixels per inch The more pixels there are, the sharper and clearer the image will be (but remember the more pixels there are, the bigger the file size too) Bitmap images

Units of measurement 4 bits = 1 nibble 8 bits = 1 byte 1024 bytes = 1 kilobyte (KB) 1024 KB = 1 megabyte (MB) 1024 MB = 1 gigabyte (GB) 1024 GB = 1 terabyte (TB) Bitmap images

Data Representation: Sound Week 3 Lesson 1

Analogue sound wave http://www.minelab.com/usa/knowledge-base/getting-started/glossary-of-terms Bitmap images

Sampling rate Sampling rate is the number of samples taken per second from an analogue sound wave Too few and the resulting digital sound will not sound like the recording Too many and the file size will be very large Bitmap images

Sampling resolution Sampling resolution is the number of bits that are assigned to each sample taken Too few and there will be less sound levels Too many and the file size will be very large Bitmap images

Analogue sound wave: varies continuously

Digital sound wave: discrete amplitude’ of curve sampled at regular intervals accuracy determined by number of bits used (resolution)

Basic set of measurements

Increase the sampling rate

… now increase the resolution

The impact: http://www.music.columbia.edu/cmc/musicandcomputers/chapter2/02_05.php Bitmap images

Factors to consider in sound recording Space available for file storage Sampling rate – more samples mean more data but better quality Resolution – higher resolution mean more data but better quality Bandwidth for transmission e.g. over internet Common formats: WAV MPEG etc.