wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CS Discoveries Code.org Unit 2, Lesson 5-7 Review

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Approximately how many colors can be created with the utilization of rgb colors?

a)

16

b)

300

c)

3 million

d)

16 million

2.

The collected information about an individual across multiple websites on the Internet.

a)

Digital Footprint

b)

Login

c)

Password

d)

Social Security

3.

What does CSS stand for?

a)

Computer Style Sheet

b)

Creative Style Sheet

c)

Cascading Style Sheet

d)

Colorful Style Sheet

4.

Where does the code the CSS style sheet go?

a)

In the body

b)

In the footer

c)

In the head

d)

In the paragraph

5.

The part of a CSS rule-set that defines which HTML elements the style should be applied to

a)

CSS Selector

b)

HTML Selector

c)

CSS Tag

d)

CSS Select

6.

Which file is the stylesheet?

a)

index.html

b)

style.css

7.

This image is an example of a rule-set.

a)

True

b)

False

8.

Which rule-set is written correctly?

a)

A

b)

B

c)

C

d)

D

9.

Where in the HTML document is the correct location to insert code to link to your external CSS?

a)

In the <head> section

b)

In the <body> section

c)

At the very end of a document

d)

At the very beginning of a document

10.

What's the difference between HTML and CSS?

a)

CSS is a type of HTML

b)

HTML give webpage structure; CSS provides styling.

c)

CSS structures a webpage. HTML stricrlt provides styling.

d)

There is no difference.

11.

Which property value pair has values such as overline, lin-through, and underline?

a)

color: value

b)

text-decoration: value

c)

text-align: value

d)

font-family: value

12.

Which property value pair has values such as Time New Roman and serif?

a)

color: value

b)

text-decoration: value

c)

text-align: value

d)

font-family: value

13.

Which property value pair has values such as left, center, and right?

a)

color: value

b)

text-decoration: value

c)

text-align: value

d)

font-family: value

14.

In CSS, what does px stand for?

a)

pixel

b)

picture

c)

point

d)

photo

15.

Which CSS property controls text size?

a)

text-decoration

b)

text-align

c)

font-size

d)

font-family