Save
...
Paper 1
Memory & Storage
Image Storage
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Caylin Hindle
Visit profile
Cards (25)
What are bitmap images made of?
Pixels
arranged on a
grid
View source
How is the quality of a bitmap image determined?
By the total amount of
pixels
View source
What happens when you scale up a bitmap image?
Visible loss of
quality
occurs
View source
What types of images are most commonly bitmaps?
Photos
and
screenshots
View source
How are vector images created?
By following
mathematical
instructions
View source
Why are vector images usually smaller in file size than bitmaps?
Because they don't store individual
pixels
View source
What is a key advantage of vector images over bitmap images?
Vectors can be scaled without
quality loss
View source
What is the formula to calculate the file size of a bitmap?
File Size =
Resolution
x
Colour Depth
View source
How is the resolution of an image defined?
Width
in
pixels
multiplied by
height
in pixels
View source
What does colour depth represent?
Bits
used to represent each pixel's colour
View source
How many colours can be represented with a colour depth of 1 bit?
2 colours
View source
How many colours can be represented with a colour depth of 5 bits?
32 colours
View source
How many colours can be represented with a colour depth of 1 byte?
256
colours
View source
What is the RGB colour model used for?
To represent different colours using
red
,
green
,
blue
View source
How many different colours can the RGB model represent?
16.7 million
colours
View source
If the height is 6 bits, what is the resolution for a width of 8 pixels?
48
bits
View source
What is the file size in bits if the resolution is 48
bits
and colour depth is
1
bit
?
48 bits
View source
How do you convert file size from bits to bytes?
Divide
by 8
View source
How do you convert file size from bytes to kilobytes?
Divide by
1000
View source
What is metadata in relation to images?
Additional data about a
file
View source
What are common examples of image metadata?
Height
,
width
,
colour depth
View source
Why is metadata important for images?
It helps display the image correctly
View source
What are the differences between bitmap and vector images?
Bitmap images are made of
pixels
; vector images are made of
lines
.
Bitmap images lose quality when
scaled
; vector images do not.
Bitmap images are larger in
file size
; vector images are smaller.
View source
What are the steps to calculate the file size of a bitmap image?
Calculate resolution: width x height
Multiply resolution by
colour depth
Convert from
bits
to
bytes
(divide by 8)
Convert from bytes to
kilobytes
(divide by 1000)
View source
What are examples of metadata for a graphics file?
Height
and width in pixels
Colour depth
Resolution
Geolocation
Date
created
Last
edited
File type
Author details
View source