Programming - Variables/Animation

Programming - Variables/Animation

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

Khan Academy Javascript

Khan Academy Javascript

8th Grade

12 Qs

CSD Unit 3 - Interactive Animations and Games (lessons 3&4)

CSD Unit 3 - Interactive Animations and Games (lessons 3&4)

6th - 8th Grade

15 Qs

Javascript Assessment

Javascript Assessment

6th - 8th Grade

15 Qs

Unit 3 | Chapter 1 - Animations and Images (Lessons 2-4)

Unit 3 | Chapter 1 - Animations and Images (Lessons 2-4)

8th Grade

13 Qs

Unit 3, Lessons 3 & 4

Unit 3, Lessons 3 & 4

6th - 8th Grade

10 Qs

Javascript Basics (Khan Academy)

Javascript Basics (Khan Academy)

6th - 8th Grade

15 Qs

Khan Academy JavaScript

Khan Academy JavaScript

8th Grade

12 Qs

Turinglab Christmas tree

Turinglab Christmas tree

6th - 8th Grade

10 Qs

Programming - Variables/Animation

Programming - Variables/Animation

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Brandon Pierson

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____is a method in which pictures are manipulated to appear as moving images.

Flowchart

Events

Animation

Controls

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can a variable be considered in programming?

A placeholder

A function

A program

None of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How wide is the rectangle?

var rectWidth = 20;

rect(10, 10, rectWidth, rectWidth);

10

20

30

40

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

At what x position is the rectangle?


var xPos = 10;

var yPos = 5;


rect(xPos, yPos, 20, 15);

10

5

20

15

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

At what "y" position are the eyes drawn?

var y = 70;

var size = 30;

ellipse(100, y, size, size);

ellipse(150, y, size, size);

100

150

70

30

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of the y variable?


var x=15;

var y=25;

15

25

40

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the ending value of the variable x?


var x=25;

ellipse(x, 150, 20, 20);

rect(x, 150, 35, 35);


x=42;

25

150

35

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?