KA Intro to JS: Coloring

KA Intro to JS: Coloring

KG - University

6 Qs

quiz-placeholder

Similar activities

Pengenalan FIgma

Pengenalan FIgma

11th Grade

10 Qs

P5.js

P5.js

6th Grade

10 Qs

G6-W4-Quiz-Animation

G6-W4-Quiz-Animation

6th Grade

10 Qs

Desain Brief

Desain Brief

University

10 Qs

p5.js shapes

p5.js shapes

9th - 12th Grade

8 Qs

Illustrator Basic

Illustrator Basic

12th Grade

10 Qs

Code HS Tracy Phyton Quiz

Code HS Tracy Phyton Quiz

6th - 8th Grade

10 Qs

Microsoft PowerPoint Quiz - ICT Subject

Microsoft PowerPoint Quiz - ICT Subject

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