SlideShare a Scribd company logo
Computer Science
CIE-Syllabus 2210
Lesson 16
Data Storage-
Vector Images
Tutor: Suraj Motee
Learning Outcomes
By the end of this lesson, you should be able to :
(a) Differentiate between a vector and bitmap image?
What is a vector image?
• A vector image is made of geometrical objects/shapes.
• The computer stores mathematical formulas that tell it how to draw
the shapes and lines.
• It is best used for graphs and diagrams.
• Vector graphics are not a good way to store photographs.
• The file extension for vector image is .svg.
• No pixilation effect occurs with vector images.
Example 1- A circle using SVG /
HTML5
Example 2- A circle using SVG /
HTML5

More Related Content

PPTX
Multimedia.pptx
PPTX
Compression techniques for sound
PPTX
Lesson 21: Compression techniques for images
PPTX
Lesson 20: Principles of data compression
PPTX
Lesson 18- Video & File extension
PPTX
Lesson 17- Representing text
PDF
Cambridge O-Level Computer Science-2210
PDF
Functions Worksheet
Multimedia.pptx
Compression techniques for sound
Lesson 21: Compression techniques for images
Lesson 20: Principles of data compression
Lesson 18- Video & File extension
Lesson 17- Representing text
Cambridge O-Level Computer Science-2210
Functions Worksheet

More from Suraj Motee (11)

PPTX
Pure Mathematics 1- Functions
PPTX
While Loops in PHP
PPTX
Functions in PHP
PPTX
For loops in PHP
PPTX
Associative arrays in PHP
PPTX
Operators
PPTX
String Manipulation in PHP
PPTX
Echo and print in PHP
PPTX
Introduction to php
PPTX
Data types
PPTX
Variables
Pure Mathematics 1- Functions
While Loops in PHP
Functions in PHP
For loops in PHP
Associative arrays in PHP
Operators
String Manipulation in PHP
Echo and print in PHP
Introduction to php
Data types
Variables
Ad

Recently uploaded (20)

PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
RMMM.pdf make it easy to upload and study
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
Classroom Observation Tools for Teachers
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
Computing-Curriculum for Schools in Ghana
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PPTX
History, Philosophy and sociology of education (1).pptx
PDF
Trump Administration's workforce development strategy
PPTX
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
LDMMIA Reiki Yoga Finals Review Spring Summer
Chinmaya Tiranga quiz Grand Finale.pdf
RMMM.pdf make it easy to upload and study
What if we spent less time fighting change, and more time building what’s rig...
Classroom Observation Tools for Teachers
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
UNIT III MENTAL HEALTH NURSING ASSESSMENT
STATICS OF THE RIGID BODIES Hibbelers.pdf
Microbial diseases, their pathogenesis and prophylaxis
Anesthesia in Laparoscopic Surgery in India
Weekly quiz Compilation Jan -July 25.pdf
Computing-Curriculum for Schools in Ghana
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
History, Philosophy and sociology of education (1).pptx
Trump Administration's workforce development strategy
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
Ad

Lesson 16- Vector Images

  • 1. Computer Science CIE-Syllabus 2210 Lesson 16 Data Storage- Vector Images Tutor: Suraj Motee
  • 2. Learning Outcomes By the end of this lesson, you should be able to : (a) Differentiate between a vector and bitmap image?
  • 3. What is a vector image? • A vector image is made of geometrical objects/shapes. • The computer stores mathematical formulas that tell it how to draw the shapes and lines. • It is best used for graphs and diagrams. • Vector graphics are not a good way to store photographs. • The file extension for vector image is .svg. • No pixilation effect occurs with vector images.
  • 4. Example 1- A circle using SVG / HTML5
  • 5. Example 2- A circle using SVG / HTML5