wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Whirl Optical Illusion – Timestamped Multiple-Choice Test

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is the first action AI instructs the viewer to do?

a)

Create a new sprite from scratch

b)

Load a project file from your computer

c)

Draw an optical illusion from scratch

d)

Open the Scratch editor without a project

2.

Which project file does AI load at the beginning?

a)

World Spiral V2

b)

03 World Spiral V1

c)

Optical Illusion 101

d)

Ghostbusters Game

3.

What is the appearance of the stage backdrop in the project?

a)

A gradient background with multiple colors

b)

A white background with a grid

c)

A black vector shape covering the stage

d)

A photographic image of space

4.

What is the purpose of the “frame” sprite?

a)

It creates a colorful border around the stage

b)

It serves as a hidden hitbox for collisions

c)

It is a simple black frame that surrounds the other sprite

d)

It displays score information

5.

What does the “sides” sprite consist of?

a)

A single complex shape

b)

Two simple vector rectangles

c)

Multiple animated characters

d)

A moving background image

6.

Why does the frame sprite help the illusion look smooth?

a)

It adds a blur effect to the sides

b)

It hides the jagged edges of the rotating sides

c)

It rotates at the same speed as the sides

d)

It changes colors to match the illusion

7.

Before adding the animation, what does Al instruct to do with the stage?

a)

Change the stage backdrop to a photograph

b)

Add the “begin game” code using the usual key shortcuts

c)

Delete all existing sprites

d)

Create new variables for the animation

8.

Which two keys does Al mention as shortcuts for beginning and ending the game?

a)

B for Begin and E for End

b)

S for Start and X for Exit

c)

G for Go and H for Halt

d)

L for Launch and P for Pause

9.

After pressing the green flag, what event does the stage script broadcast?

a)

Game Over

b)

Begin Game

c)

Stop Animation

d)

Reset Stage

10.

For the “frame” sprite, which property is set immediately after receiving the begin game message?

a)

It is hidden

b)

It is moved to the center of the stage and pointed to the right

c)

It starts rotating immediately

d)

It changes its color to white

11.

What does AI instruct for the frame’s appearance?

a)

Change the frame’s size to 50%

b)

Bring the frame to the front layer

c)

Duplicate the frame sprite

d)

Hide the frame until the illusion starts

12.

What size does AI set for the frame sprite?

a)

50%

b)

100%

c)

140%

d)

200%

13.

When duplicating code from the frame sprite to the sides sprite, what two changes does AI make?

a)

The size is changed to 140 and the sprite is sent to the back layer

b)

The size is reduced to 80 and the sprite is hidden

c)

The sprite’s rotation is adjusted and its color is changed

d)

The sprite is duplicated twice and merged into one

14.

What does AI say about the animation AI is about to create?

a)

He explains every detail of the animation

b)

He challenges the viewer to figure out the animation on their own

c)

He demonstrates a pre-made animation

d)

He skips the animation section entirely

15.

How long is the short wait AI inserts before starting the repeat loop for the animation?

a)

1 second

b)

0.5 seconds

c)

A tenth of a second

d)

2 seconds

16.

Which two variables does AI create to control the animation?

a)

Spin and Zoom

b)

Turn rate and Whirl rate

c)

Speed and Acceleration

d)

Frame count and Timer

17.

At the beginning of the animation, what are the initial values of the turn rate and whirl rate variables?

a)

Both set to 1

b)

Turn rate is 0 and whirl rate is 1

c)

Both set to 0

d)

Turn rate is 1 and whirl rate is 0

18.

How does the turn rate change during the repeat loop?

a)

It stays constant throughout

b)

It decreases by 0.2 degrees each time

c)

It increases by 0.2 degrees with each iteration

d)

It randomly changes each time

19.

What effect does AI add after adjusting the turn rate?

a)

He changes the sprite’s color

b)

He increases the whirl rate by 1 to create a visual whirl effect

c)

He stops the animation

d)

He resets the turn rate to zero

20.

What is the purpose of duplicating the code and then reversing the turn rate later in the animation?

a)

To speed up the animation

b)

To reset the illusion to its original starting point

c)

To change the background color

d)

To add a blinking effect to the sprites