Save
Computer science
Storing images
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Burak
Visit profile
Cards (36)
What are images and sounds considered in data storage?
Pieces of data stored on computers
View source
What are images made of in digital storage?
Images are made of bits
View source
How do bits relate to your favorite songs in digital storage?
Bits turn into your latest
self-identified
favorites
View source
How are images stored in digital format?
Stored as a series of pixels
Each pixel represents a color
Pixels are made up of bits
View source
What type of images do most users utilize?
Bitmap
images
View source
What are bitmap images composed of?
Lots of tiny dots called
pixels
View source
How is the color of each pixel represented?
By a
binary code
View source
What does the number of colors in an image relate to?
It relates to the number of
bits
in the code
View source
How many colors do black-and-white images use?
Two
colors
View source
How many bits are needed for each pixel in black-and-white images?
One
bit
View source
How many colors can 2-bit images represent?
Four
colors
View source
What are the possible binary values for a pixel in a 2-bit image?
00
,
01
,
10
, and
11
View source
How many colors can a 4-bit image represent?
Sixteen
colors
View source
What is the total number of colors for a 24-bit image?
16,777,216
colors
View source
What is the relationship between color depth and file size?
Higher
color depth
increases
file size
View source
What does increasing the number of bits per pixel do?
It increases the range of
colors
and shades
View source
What is the image resolution?
Number of
pixels
in the image
View source
How is image resolution often expressed?
As
width
times
height
View source
What happens to image quality with higher resolution?
Better quality with more
pixels
View source
What is the relationship between resolution and pixel count?
Higher
resolution means more pixels
View source
What is the effect of higher resolution on image detail?
More
detail
in the
image
View source
How many photoreceptor cells are estimated to be in the human eye?
10 million
View source
What does image resolution refer to?
Number of
pixels
in the image
View source
How is image resolution sometimes expressed?
As
width
times
height
View source
What happens to image quality with higher resolution?
Quality improves with more
pixels
View source
How do you calculate the file size of an image in bits?
Use the formula:
F
i
l
e
s
i
z
e
(
i
n
b
i
t
s
)
=
File size (in bits) =
F
i
l
es
i
ze
(
inbi
t
s
)
=
i
m
a
g
e
r
e
s
o
l
u
t
i
o
n
x
c
o
l
o
r
d
e
p
t
h
image resolution x color depth
ima
g
ereso
l
u
t
i
o
n
x
co
l
or
d
e
pt
h
Color depth is often
8
bits
per channel
View source
What is the formula to calculate the file size of an image?
File size =
resolution
x color
depth
View source
If an image has a resolution of
2000
×
1000
2000 \times 1000
2000
×
1000
pixels and a color depth of 8 bits, what is the file size in bits?
16
,
000
,
000
bits
16,000,000 \text{ bits}
16
,
000
,
000
bits
View source
How do you convert bits to bytes?
Divide
by
8
View source
If the file size is
16
,
000
,
000
bits
16,000,000 \text{ bits}
16
,
000
,
000
bits
, what is it in bytes?
2
,
000
,
000
bytes
2,000,000 \text{ bytes}
2
,
000
,
000
bytes
View source
How do you convert bytes to megabytes?
Divide by
1,000,000
View source
If the file size is
2
,
000
,
000
bytes
2,000,000 \text{ bytes}
2
,
000
,
000
bytes
, what is it in megabytes?
2
MB
2 \text{ MB}
2
MB
View source
What is metadata in an image file?
Information stored in an image file
Helps recreate the image on screen
Includes format,
dimensions
,
color depth
, and resolution
View source
Why do devices need metadata to display images?
To recreate the image on the
screen
View source
What happens without metadata in image files?
Devices
cannot display the image
View source
What types of information does metadata usually include?
Image
file format
Height
and width
Color depth
Resolution
View source