Java Script- Variables/Animation

Java Script- Variables/Animation

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers