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
What is the name of the variable?
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 Wayground
20 questions
September 15th

Quiz
•
3rd - 12th Grade
19 questions
Program Development - Python: Operators

Quiz
•
9th - 10th Grade
20 questions
Toán tử trong C ++

Quiz
•
10th - 12th Grade
24 questions
Javascript Basics

Quiz
•
7th Grade - University
17 questions
Python - Quiz

Quiz
•
9th - 11th Grade
19 questions
Programming Techniques Survey

Quiz
•
8th - 12th Grade
20 questions
Arduino Basics

Quiz
•
9th - 12th Grade
20 questions
Python Functions and Error Handling

Quiz
•
10th Grade - University
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
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade