wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

grade 6/22-oct

Total questions: 21

Worksheet time: 24mins

Name
Class
Date
1.

Circle the correct name given to characters in Scratch:

a)

Sprites

b)

Cartoons

c)

Actors

d)

Doodle

2.

Which line is the X axis?

a)

A

b)

B

3.

Which symbol represents less than?

a)

>

b)

<

c)

=

d)

+

4.

The cat sprite is told to go to x: -100 y: -100. Which letter represents its new location?

a)

A

b)

B

c)

C

d)

D

5.

The cat sprite is told to go to x: -100 y: 100. Which letter represents its new location?

a)

A

b)

B

c)

C

d)

D

6.

The cat sprite is told to go to x: 100 y: -100. Which letter represents its new location?

a)

A

b)

B

c)

C

d)

D

7.

Which of the following blocks includes an example of a variable?

a)

think "Hmm..." for 2 seconds

b)

When [Green Flag] clicked

c)

Set Points to 10

d)

play sound 'Meow' until done

8.

What will the value of lives be when the code is finished?

a)

27

b)

1

c)

2

d)

costume2

9.

What will this scratch program say?

a)

Hello! Welcome to my game.

Keep Going!

GAME OVER!

b)

Hello! Welcome to my game.

Keep Going!

c)

Hello! Welcome to my game.

d)

Keep Going!

10.

What is the meaning of this instruction in Scratch?

a)

It sets the value of sides to 4. sides is a variable.

b)

It splits the class into 4 teams of football.

11.

What happens when the green flag is clicked is Scratch program?

a)

The program stops

b)

the program starts

c)

the program Freeze

d)

the program is deleted

12.

A variable like this one, can only hold one value at a time

a)

True

b)

False

13.

A Variable can hold a value that can be:

a)

Names.

b)

Numbers

c)

a name.

d)

a number

14.

If this script is given to a sprite, what will the sprite say?

a)

5

b)

6

c)

30

d)

11

15.

A variable like this one, can only hold one value at a time

a)

True

b)

False

16.

By Default, there are _______ blocks under Variables

a)

3

b)

4

c)

5

d)

6

17.

What does this block mean?

a)

number of days = 5

b)

increase number of days by 5

c)

make the variable 'number of of days' hold a value of 5

d)

Add 5 to whatever value number of days was holding before.

18.
What is a variable in Scratch?
a)
A sound effect that can be added to a sprite
b)
A block that makes a sprite move
c)
A way to store information that can be used in a project
d)
A costume that changes the appearance of a sprite
19.
In Scratch, what can a variable be used for?
a)
To change the background color
b)
To keep track of scores or other changing values
c)
To create new sprites
d)
To move the sprite to a random position
20.
How do you create a new variable in Scratch?
a)
By clicking on the "Costumes" tab
b)
By selecting "Make a Variable" in the "Variables" category
c)
By dragging the "Move" block into the script area
d)
By clicking on the sprite and choosing "Add Variable"
21.
Which of the following statements about variables in Scratch is true?
a)
Variables cannot be changed once set
b)
Variables can only store text, not numbers
c)
Variables can be used to store and update values during the program
d)
Variables are only visible in the background