Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

G6: Digital Images and Binary Encoding

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which statement best defines a pixel in a digital image?

a)

Smallest unit of an image grid

b)

A large block of color squares

c)

A file that stores all images

d)

A tool for drawing on screens

2.

Match each term to its description.

a)

Grid representation

1.

Image made of rows and columns

b)

Binary value 0

2.

Represents black or off

c)

Binary value 1

3.

Represents white or on

d)

Black and white image

4.

Uses only two possible states

3.

You have a 3×3 black-and-white image where 1 means white and 0 means black. If the middle row is 1 1 1 and all other cells are 0, which description matches the picture?

a)

A white horizontal stripe across middle

b)

A white vertical stripe down center

c)

A full white square everywhere

d)

A white corner dot only

4.

Which statement best describes additive color in the RGB system?

a)

Colors appear by subtracting red from blue light

b)

Colors appear by combining red, green, and blue light

c)

Colors appear by filtering white light through paint

d)

Colors appear by mixing black with white and gray

5.

Match each RGB storage term to its meaning.

a)

Data range

1.

Values allowed for each color, like 0–255

b)

Bit depth

2.

Number of bits used for one channel

c)

Bits per pixel

3.

Total bits used across red, green, and blue

d)

Channel value

4.

Specific number stored for red, green, or blue

6.

A pixel uses 8 bits for red, 8 bits for green, and 8 bits for blue. How many total bits represent that pixel?

a)

8 bits in total for the pixel

b)

16 bits in total for the pixel

c)

24 bits in total for the pixel

d)

32 bits in total for the pixel

7.

You want to store no blue but maximum red and green in RGB. Which set of channel values fits this goal?

a)

R=0, G=255, B=255

b)

R=255, G=255, B=0

c)

R=255, G=0, B=255

d)

R=128, G=128, B=128

8.

Which statement best describes the hex color format used on computers?

a)

It uses #rrggbb with two hex digits per channel

b)

It uses #rgb with one decimal digit per color

c)

It uses r,g,b values without any symbol

d)

It uses #bbbbbb where b means binary digits

9.

Match each color with its common hexadecimal code.

a)

Red

1.

FF0000

b)

Green

2.

00FF00

c)

Blue

3.

0000FF

d)

White

4.

FFFFFF

e)

Black

5.

000000

10.

A purple shade has RGB values (156, 54, 255). What is its hex code? Use two hex digits per channel.

a)

#9C36FF

b)

#FF369C

c)

#9CFF36

d)

#369CFF