
Java Script- Variables/Animation
Flashcard
•
Computers
•
6th - 8th Grade
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

39 questions
Show all answers
1.
FLASHCARD QUESTION
Front
_____is a method in which pictures are manipulated to appear as moving images.
Back
Animation
2.
FLASHCARD QUESTION
Front
What can a variable be considered in programming?
Back
A placeholder
3.
FLASHCARD QUESTION
Front
How wide is the rectangle? var rectWidth = 20; var rectHeight =30; rect(10, 10, rectWidth, rectHeight);
Back
20
4.
FLASHCARD QUESTION
Front
At what x position is the rectangle?
var xPos = 10;
var yPos = 5;
rect(xPos, yPos, 20, 15);
Back
10
5.
FLASHCARD QUESTION
Front
At what "y" position are the eyes drawn? var y = 70; var size = 30; ellipse(100, y, size, size); ellipse(150, y, size, size);
Back
70
6.
FLASHCARD QUESTION
Front
What is the value of the y variable? var x=15; var y=25;
Back
25
7.
FLASHCARD QUESTION
Front
What is the ending value of the variable x? var x=25; ellipse(x, 150, 20, 20); rect(x, 150, 35, 35); x=42;
Back
42
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?