KA Intro to JS: Coloring

KA Intro to JS: Coloring

KG - University

6 Qs

quiz-placeholder

Similar activities

Animations in Flash

Animations in Flash

7th Grade

11 Qs

Interactive Art Review: Drawing & Parameter Blocks

Interactive Art Review: Drawing & Parameter Blocks

8th Grade

10 Qs

Khan Academy

Khan Academy

5th Grade

11 Qs

Dasar desain grafis

Dasar desain grafis

10th Grade

10 Qs

2.01 Vector Image Production

2.01 Vector Image Production

9th - 12th Grade

10 Qs

Review PAT TIK kelas 5

Review PAT TIK kelas 5

5th Grade

10 Qs

Lesson 11 Gradients, Blends and Patterns

Lesson 11 Gradients, Blends and Patterns

9th - 12th Grade

10 Qs

Informatika 1 - Mengenal Gambar

Informatika 1 - Mengenal Gambar

University

10 Qs

KA Intro to JS: Coloring

KA Intro to JS: Coloring

Assessment

Quiz

Computers

KG - University

Medium

Used 343+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What ProcessingJS function can you call to change the color of the entire canvas?
setBackground()
background()
canvasColor()
fill()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function should you call to change the color of a line in your program?
fill()
outline()
stroke()
color()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you're programming a drawing, where should your background() call be?
At the beginning of the program
At the end of the program
At the beginning AND end of the program
After the first rect()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The fill() function takes 3 parameters. What do those three numbers represent?
red, green, blue
cyan, magenta, yellow
color, saturation, opacity
red, yellow, blue

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the minimum and maximum values of the 3 numbers that get passed into fill() and stroke()?
0 - 100
0 - 50
115 - 255
0 - 255

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function can you call to remove the outlines from all the shapes in your program?
noFill();
noStroke();
noOutlines();
noLines();