
p5.js - using color & built-in variables

Quiz
•
Computers
•
6th Grade
•
Medium
Kate Maschmeyer
Used 44+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What function do we use to change the color of the *background*?
stroke()
fill()
background()
rect()
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What function do we use to change the color of a shape or text?
strokeWeight()
ellipse()
text()
fill()
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is wrong with this code?
There is no definition of an ellipse in the p5 library.
The arguments for the circle are wrong.
ellipse is spelled wrong so p5 doesn't recognize it.
p5 is just being mean.
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following would create a blue fill?
fill(255, 255, 255);
fill(255, 0, 0);
fill(0, 255, 0);
fill(0, 0, 255);
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What would you need to change to keep the ellipse red, but make the rectangle white?
Nothing. The rectangle will be white because shapes are white by default.
Add fill(0, 0, 0) above the rect() function.
Add fill(255, 255, 255) above the rect() function.
Swap the order of the rect() function and the ellipse() function.
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What x and y coordinates would you use to center a circle on a canvas that is 400 by 400 pixels?
(100, 100)
(200, 200)
(300, 300)
(400, 400)
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What's wrong with this code?
There is a curly bracket missing after setup()
There is a curly bracket missing after draw()
There are missing semicolons after setup() and draw()
stroke() cannot have an argument of ‘0’
Create a free account and access millions of resources
Similar Resources on Wayground
6 questions
KA Intro to JS: Coloring

Quiz
•
KG - University
14 questions
LocoRobo LEDs

Quiz
•
5th - 12th Grade
10 questions
Data Representation - Character Sets

Quiz
•
2nd - 12th Grade
9 questions
Parameters

Quiz
•
6th - 8th Grade
15 questions
ԱՌՑԱՆՑ ԱՇԽԱՏԱՆՔԱՅԻՆ ՀՆԱՐԱՎՈՐՈՒԹՅՈՒՆՆԵՐ - Ամփոփիչ

Quiz
•
6th Grade
10 questions
Графіка в Пайтон

Quiz
•
6th Grade
11 questions
Programming - Variables/Animation

Quiz
•
6th - 8th Grade
10 questions
Konsep Routing

Quiz
•
1st - 10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
21 questions
Input Output Storage Device

Quiz
•
5th - 8th Grade