KA Intro to JS: Coloring

KA Intro to JS: Coloring

KG - University

6 Qs

quiz-placeholder

Similar activities

Code.org Express Course -> Lesson 9

Code.org Express Course -> Lesson 9

5th - 8th Grade

10 Qs

Unit 8 - Learning Algorithms

Unit 8 - Learning Algorithms

5th Grade

10 Qs

Unit 3- Lesson 3 & 4 Game Lab Vocab

Unit 3- Lesson 3 & 4 Game Lab Vocab

6th - 8th Grade

10 Qs

Drawing in Game Lab Part 2

Drawing in Game Lab Part 2

8th Grade

10 Qs

Lesson 13-Exploring Creative Uses of Effects  & Graphic Styles

Lesson 13-Exploring Creative Uses of Effects & Graphic Styles

9th - 12th Grade

10 Qs

Illustrator (P1 - Q

Illustrator (P1 - Q

12th Grade

7 Qs

Grade 1 Assessment

Grade 1 Assessment

1st Grade

8 Qs

TUGAS KELAS XII

TUGAS KELAS XII

12th Grade

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();