1.2.1 Fills and Borders

1.2.1 Fills and Borders

8th Grade

20 Qs

quiz-placeholder

Similar activities

CSD Unit 3 - Games and Animation Assessment

CSD Unit 3 - Games and Animation Assessment

8th Grade

20 Qs

Programming Practice

Programming Practice

8th Grade

19 Qs

Excel Worksheet Quiz

Excel Worksheet Quiz

7th Grade - University

16 Qs

Google Drawing

Google Drawing

6th - 8th Grade

20 Qs

Unit 3 CS Discoveries

Unit 3 CS Discoveries

7th - 10th Grade

20 Qs

Computer Science Discoveries

Computer Science Discoveries

7th - 10th Grade

21 Qs

Hour of Code - Drawing with Code

Hour of Code - Drawing with Code

6th - 12th Grade

15 Qs

CSD Unit 3 - Interactive Animations and Games' Assessment

CSD Unit 3 - Interactive Animations and Games' Assessment

6th - 8th Grade

25 Qs

1.2.1 Fills and Borders

1.2.1 Fills and Borders

Assessment

Quiz

Computers

8th Grade

Hard

Created by

JEFFREY DECKMAN

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To change a shape's color, use the optional ________ argument

fill

color

gradient

shade

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following IS NOT correct when using fills with rectangles?

Include fill after the required arguments -- left, top, width, and height.

Always place an equals sign (=) before the color name.

Put quotes around the color name. You can use either single quotes, like 'blue', or double quotes, like "blue".

put a comma between the word "fill" and the color name.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The order in which we draw shapes matters. Each new shape is drawn ________ of all the previous shapes.

on top

on the bottom

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

By default, borders are ________ pixels wide. You can change that with borderWidth.

2

0

5

10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to set the fill to none?

fill = None

fill = none

fill = "None"

fill = "none"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

fill = None is the same as fill = "white"

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The default fill is ________

"black"

None

"white"

2

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?