What is the name of the variable?
JS Variable Review

Quiz
•
Computers
•
10th Grade
•
Medium
Jocelyn Hall
Used 14+ times
FREE Resource
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ball
draw
ellipse
function
Answer explanation
The variable name is 'ball', which is one of the answer choices provided. The other options, 'draw', 'ellipse', and 'function', do not represent the variable in question.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the variable in this code?
To store the X-POSITION of the ellipse
To store the Y-POSITION of the ellipse
To store the WIDTH of the ellipse
To store the HEIGHT of the ellipse
Answer explanation
The variable is used to store the X-POSITION of the ellipse, which determines its horizontal placement on the canvas. This is crucial for rendering the ellipse at the correct location.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times do you need DECLARE a variable?
Once
Depends
Answer explanation
You only need to DECLARE a variable once in a given scope. After declaration, you can use the variable multiple times without needing to declare it again.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is animating in this code?
the ellipse is moving RIGHT
the ellipse is moving DOWN
the ellipse is getting WIDER
the ellipse is getting TALLER
Answer explanation
The code animates the ellipse by changing its vertical position, causing it to move DOWN. The other options refer to changes in width or height, which are not indicated in the code.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which line has an example a VARIABLE DECLARATION?
Line 1
Line 6
Line 8
Answer explanation
Line 1 contains a variable declaration, which typically includes a type and a variable name. The other lines do not represent variable declarations, making Line 1 the correct choice.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the variable in this code?
To store the X-POSITION of the ellipse
To store the Y-POSITION of the ellipse
To store the WIDTH of the ellipse
To store the HEIGHT of the ellipse
Answer explanation
The variable is used to store the Y-POSITION of the ellipse, which determines its vertical placement on the canvas. This is crucial for rendering the ellipse at the correct location.
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What color intensity does 100 represent?
fill(120, 50, 100)
Red
Green
Blue
Answer explanation
In the fill(120, 50, 100) function, the parameters represent the RGB color model. The third parameter, 100, corresponds to the intensity of blue. Therefore, 100 represents the color intensity of Blue.
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Basics Python

Quiz
•
8th - 10th Grade
19 questions
Program Development - Python: Operators

Quiz
•
9th - 10th Grade
20 questions
AQA GCSE Computer Science - 3.2.10 Subroutines

Quiz
•
8th - 10th Grade
19 questions
Programming Techniques Survey

Quiz
•
8th - 12th Grade
20 questions
Game Lab Basics

Quiz
•
9th - 12th Grade
20 questions
Python - Iteration (For Loops)

Quiz
•
10th Grade
21 questions
P5.js Exam 1

Quiz
•
9th - 12th Grade
17 questions
Python - Quiz

Quiz
•
9th - 11th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
20 questions
Distance, Midpoint, and Slope

Quiz
•
10th Grade
20 questions
Figurative Language Review

Quiz
•
10th Grade
20 questions
Understanding Linear Equations and Slopes

Quiz
•
9th - 12th Grade