wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Project 3 - Pre-Test

Total questions: 20

Worksheet time: 16mins

Name
Class
Date
1.

This refers to how many bits define the color value of a particular pixel.

(a)  

2.

A bit is a unit of information that is either on or off. How many possible colors are available with 8 bits?

a)

2

b)

64

c)

256

d)

16,777,216

3.

This format is best used for graphics with areas of solid color, such as logos.

a)

GIF

b)

JPEG

c)

PNG

d)

SVG

4.

This format supports 24-bit color and is used primarily for continuous-tone images with subtle changes in color.

a)

GIF

b)

JPEG

c)

PNG

d)

SVG

5.

(a)   means that pixels are thrown away in order to reduce file size.

6.

This format uses lossless compression, which means no image data is thrown away.

a)

GIF

b)

JPEG

c)

PNG

d)

SVG

7.

_____ are made up of mathematically defined lines.

a)

GIF

b)

JPEG

c)

PNG

d)

SVG

8.

Vector graphics are completely scalable without affecting their quality.

a)

True

b)

False

9.

(a)   discards pixels (while downsizing), so the specified dimensions of the image are the actual dimensions of the image.

10.

The CSS Designer panel is divided into these four sections. (Check all that apply)

a)

Sources

b)

@Media

c)

Selectors

d)

Properties

e)

@CSS

11.

(a)   is a sequence of fonts that can be used to display content.

12.

(a)   is a way to select only the element with the specified id , and apply styles to that element. The selector must start with a pound sign ( # ) and then the value of the id attribute. The browser will then look for a tag in the page that has an id attribute equal to that id.

13.

(a)   is used to select all elements which belong to a particular class attribute. In order to select the elements with a particular class, use the period (.) character specifying the class name.

14.

Which attribute defines the file name for the specific image in an image tag?

a)

alt

b)

href

c)

src

d)

title

15.

Which character must precede a hexadecimal color value in HTML code?

(a)  

16.

Clicking the (a)   changes the placed image file to match the current dimensions on the page.

17.

This format is supports indexed transparency.

a)

GIF

b)

JPEG

c)

PNG

d)

SVG

18.

The (a)   property of CSS can be used to tile a single background image horizontally, vertically, or both throughout the entire document window.

19.

(a)   is the process of cutting out/off portions of a an image.

20.

The (a)   selector defines the mouseover state for a particular link, which determines what happens when the users moves the mouse cursor over the link.