p5.js - shape, color, syntax

Flashcard
•
Computers
•
8th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

16 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is a function?
Back
Lines of code that perform specific tasks
2.
FLASHCARD QUESTION
Front
What is a correct code to create a rectangle in p5.js? Options: rect(40,120,120,40);
Back
rect(40,120,120,40);
3.
FLASHCARD QUESTION
Front
How do I create a rectangle located 50px to the right and 80px down on the canvas?
Back
rect(50,80,100,40);
4.
FLASHCARD QUESTION
Front
What function do we use to add color to a shape in p5.js?
Back
fill();
5.
FLASHCARD QUESTION
Front
Which code makes an ellipse measuring 140px width and 100px height? Options: ellipse(175, 130, 100, 140);, circle(175, 130, 140, 100);, ellip(175, 130, 140, 100);, ellipse(175, 130, 140, 100);
Back
ellipse(175, 130, 140, 100);
6.
FLASHCARD QUESTION
Front
Which code sets the canvas' color to "pink" in p5.js? Options: background-color('pink');, background('pink');, bg('pink');, bg-color('pink');
Back
background('pink');
7.
FLASHCARD QUESTION
Front
What, if anything, is the difference between function setup () and function draw()?
Back
Function setup runs once and function draw is a loop.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Unit 3: Lessons 1 - 6: Review

Flashcard
•
6th Grade
14 questions
Computer Science Discoveries Unit 3 Flashcard #1

Flashcard
•
6th - 8th Grade
15 questions
Kepler's First Law

Flashcard
•
9th Grade
9 questions
Graphic Programming Basics Flashcard

Flashcard
•
9th Grade
15 questions
Earth's Seasons and Orbital Mechanics

Flashcard
•
9th Grade
15 questions
IDT Fall Exam 24'

Flashcard
•
9th Grade
12 questions
Khan Academy JavaScript

Flashcard
•
8th Grade
14 questions
CMU CS Academy Unit 3.2.1 Boolean Expressions Part 0

Flashcard
•
9th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade