wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch: 01 Basics

Total questions: 10

Worksheet time: 50mins

Name
Class
Date
1.

Dinosaur goes to the right when we press the right arrow key. However, this code doesn’t work.

What is wrong with it?

a)

Should be change x by -10

b)
c)
d)
2.

We want the Bat to flap its wing (up and down). But the code does not work. Which you think is the correct code? There are 4 costumes.

a)
b)
c)
3.

What is the coordinate for the red circle?

a)

X:240 Y:0

b)

X:0 Y:180

c)

X:0 Y:-180

d)

X:-240: Y:180

4.

What is the coordinate for the blue circle?

a)

X:240 Y:180

b)

X:-240 Y:0

c)

X:240 Y:0

d)

X:0 Y:-180

5.

What is the coordinate for the green circle?

a)

X:0 Y:180

b)

X:0 Y:-180

c)

X:240 Y:0

d)

X:240 Y:180

6.

What is the coordinate for the pink circle?

a)

X:240 Y:180

b)

X:240 Y:0

c)

X:-240 Y:-180

d)

X:0 Y:-180

7.

Which answer best explain the point in direction from A to D?

a)

A = left, B = right, C = down, D = up

b)

A = up, B = down, C = right, D = left

c)

A = right, B = left, C = down, D = up

d)

A = right, B = left, C = up, D = down

8.

I’m trying to control the cat to go up and down. What is wrong with the code?

a)

For DOWN ARROW KEY PRESSED, change POINT IN DIRECTION to 0

b)
c)

For UP ARROW KEY PRESSED, change POINT IN DIRECTION to -90

d)

For UP ARROW KEY PRESSED, change POINT IN DIRECTION to 0

9.

What missing block do I need to have the cat sprite gradually following the mouse pointer as I move the mouse around?

a)
b)
c)
d)
10.

In Scratch, we use X-Y coordinates in many projects. What is the coordinate of the center point / point of origin in XY axis?

a)

X:100, Y:100

b)

X: 0, Y: 100

c)

X: 0, Y: 0

d)

X:100, Y: 0