Search Header Logo
Animation Review

Animation Review

Assessment

Presentation

Computers

9th Grade

Medium

Created by

Cheyenne Vlymen-Williams

Used 1+ times

FREE Resource

4 Slides • 5 Questions

1

Animation Review

Let's Review counters, rotations, random numbers, and order of commands.

Slide image

2

Counters

a counter is a variable that can track a value that is being added to or taken away from. Counters look like the purple blocks to the right.

Slide image

3

Multiple Choice

Which of the following is a correctly written counter?

1

sprite.x = +3;

2

sprite.x = sprite.x + 3;

3

sprite.x = 3 + sprite.x;

4

sprite.x = 3;

4

STAMP:

a counter is written as a variable equal to itself plus or minus some amount.


You're telling the computer to make the value of the variable equal to its old value plus or minus some amount.

Slide image

5

Check for Understanding

In the next set of questions, you'll be asked about the blocks of code to the right. Consider lines 23-25 as a group, lines 27-29 another group, and lines 31-33 a third group.

Slide image

6

Multiple Select

Question image

Which blocks of code contain counters?

1

23-25

2

27-29

3

31-33

7

Open Ended

Question image

The fish move to the left and shaking as they move. The bubbles are moving up the screen. Which blocks of code make the fish shake? How do you know?

8

Multiple Choice

Question image

Which fish moves the slowest?

1

Orange fish

2

Blue fish

3

Green fish

9

Multiple Choice

Question image

Which bubbles moves up the screen the FASTEST

1

bubble1

2

bubble2

3

bubble3

Animation Review

Let's Review counters, rotations, random numbers, and order of commands.

Slide image

Show answer

Auto Play

Slide 1 / 9

SLIDE