Difference between revisions of "Vector Graphics - Yr 2 Only"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Revision Questions)
(Revision Questions)
Line 49: Line 49:
  
 
- a list of drawings
 
- a list of drawings
|| get prank'd kiddo  
+
|| get pranked kiddo  
 
- The list of images that the vector graphics have to create.
 
- The list of images that the vector graphics have to create.
 
||incorrect do more revision
 
||incorrect do more revision
+ The list of information needed to create the image accurately.
+
+ The list of information needed to create the image accurately using vector graphics.
 
||correct
 
||correct
 
- The less accurate predecessor of vector graphics.
 
- The less accurate predecessor of vector graphics.

Revision as of 10:20, 16 October 2019

Overview

https://www.youtube.com/watch?v=dSNO6ToqRQE&list=PLCiOXwirraUBIKvhutnNnMkVTpQ_psPN2

TRC PowerPoint

Vector Graphics

Definition

Images created by using vector points, lines, and shapes.

These can be assigned a colour for the Stroke (outline) and the Fill (inside).

A vector can be scaled mathematically so no image quality is lost.

Details required for each shape

Drawing List

Compared with BitMap

Bitmaps are stored pixel by pixel However, in a vector graphic the image is stored by calculating the points, lines and shapes used to create the image. A drawing list is created to recreate the image. Vector graphics can be resized using mathematics so increasing the size has no effect on quality of the image.

The file size of a vector graphic can be significantly smaller than a bitmap. the drawing list is essentially the instructions to rebuild the image. However if you attempted to capture a real world photograph, you would essentially have so many shapes to represent the changes in colour that the file size might not be any smaller.

Vector Data Structure

A vector is one of the abstract data structures covered in year 2 (link to page: Vectors ).

Revision Questions

try to add questions on:

  • what is vector graphics
  • drawing lists
Point added for a correct answer:  
Points for a wrong answer:
Ignore the questions' coefficients:

1. What are vector graphics?

Vector graphics are computer graphics images that are defined in terms of 2D points.
correct
A series of connecting lines that form a shape(s).
incorrect do more revision
Video editing software.
incorrect do more revision
A way of representing the resolution of an image.
incorrect do more revision

2. what are drawing lists?

a list of drawings
get pranked kiddo
The list of images that the vector graphics have to create.
incorrect do more revision
The list of information needed to create the image accurately using vector graphics.
correct
The less accurate predecessor of vector graphics.
incorrect do more revision

Your score is 0 / 0



  • benefits of using vector graphics