wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSS Image Manipulation Quiz

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What CSS property is used to apply image filters?

a)

image-effect

b)

filter

c)

transform

d)

modify-image

2.

Which of the following is NOT a valid CSS filter?

a)

grayscale()

b)

sepia()

c)

brightness()

d)

pixelate()

3.

How do you apply multiple filters to an image in CSS?

a)

Separate them with commas

b)

Separate them with spaces

c)

Use multiple filter properties

d)

Nest them inside each other

4.

What value unit is used for the blur() filter?

a)

Percentage (%)

b)

Pixels (px)

c)

Degrees (deg)

d)

Seconds (s)

5.

Which filter would you use to make an image look like an old photograph?

a)

grayscale(100%)

b)

sepia(100%)

c)

brightness(50%)

d)

contrast(200%)

6.

What happens if you set grayscale(50%) on an image?

a)

It becomes fully black and white

b)

It remains in full color

c)

It becomes partially desaturated

d)

The image disappears

7.

What does the hue-rotate() filter do?

a)

Adjusts the image brightness

b)

Shifts the colors in the image

c)

Adds a drop shadow

d)

Flips the image horizontally

8.

Which of the following filters would make an image appear darker?

a)

brightness(150%)

b)

brightness(50%)

c)

contrast(200%)

d)

saturate(200%)

9.

The filter property can only apply one filter at a time.

a)

True

b)

False

10.

The invert(100%) filter will flip the image upside down.

a)

True

b)

False

11.

The blur() filter requires a percentage value.

a)

True

b)

False

12.

CSS filters can be used to adjust an image's opacity.

a)

True

b)

False

13.

The sepia() filter converts an image to black and white.

a)

True

b)

False

14.

The hue-rotate(180deg) filter will make red appear as cyan.

a)

True

b)

False

15.

All CSS filters require a percentage value (e.g., 50%).

a)

True

b)

False