Programming - Variables/Animation

Programming - Variables/Animation

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

9 сынып  Pygame

9 сынып Pygame

8th Grade

10 Qs

Unit 3- Lesson 3 & 4 Game Lab Vocab

Unit 3- Lesson 3 & 4 Game Lab Vocab

6th - 8th Grade

10 Qs

G6-L11& L12

G6-L11& L12

6th Grade

15 Qs

P5.js

P5.js

6th Grade

10 Qs

Hour of Code - Drawing with Code

Hour of Code - Drawing with Code

6th - 12th Grade

15 Qs

Processing 01 - MCSHS DIG07/DIG08

Processing 01 - MCSHS DIG07/DIG08

7th - 8th Grade

14 Qs

Shapes and Color Coding (JavaScript)

Shapes and Color Coding (JavaScript)

7th Grade

12 Qs

Questions on computer programming (for JavaScript)

Questions on computer programming (for JavaScript)

3rd Grade - University

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