Programming - Variables/Animation

Programming - Variables/Animation

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

Processing 01 - MCSHS DIG07/DIG08

Processing 01 - MCSHS DIG07/DIG08

7th - 8th Grade

14 Qs

Khan Academy Programming

Khan Academy Programming

6th - 8th Grade

11 Qs

JavaScript

JavaScript

7th - 8th Grade

15 Qs

p5.js Week1 PREtest

p5.js Week1 PREtest

7th - 12th Grade

14 Qs

Code.org lesson 1.9

Code.org lesson 1.9

7th Grade

10 Qs

Graphics Programming Review

Graphics Programming Review

8th - 10th Grade

10 Qs

AV2a - Pensamento Computacional - Explorando o p5.js

AV2a - Pensamento Computacional - Explorando o p5.js

2nd Grade - University

10 Qs

Hour of Code - Drawing with Code

Hour of Code - Drawing with Code

6th - 12th Grade

15 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?