wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Coding in Scratch Part I

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

When you see a mathematical expression as (5, -2) to denote the location in the screen, what is the value of X in the series?

a)

5

b)

-2

c)

0

d)

none of the choices

2.

The first quadrant of an area of a square is located at the upper right quarter. How are the values of X and Y represented in these locations?

a)

+, +

b)

+, -

c)

-, -

d)
  • -, +

3.

If we move from 0 to the left of the X line, the sign of the numbers becomes -

a)

positive

b)

negative

c)

zero

d)

no sign

4.

The intersection of the X and the Y lines in the Scratch stage has a value of -

a)

positive

b)

negative

c)

zero

d)

none of the choices

5.

Which of the following lines denotes the x axis?

a)

the horizontal line

b)

the vertical line

c)

the unseen diagonal line

d)

both horizontal and vertical lines

6.

Which of the lines as shown in the image denotes the Y axis?

a)

the horizontal line

b)

the vertical line

c)

the unseen diagonal line

d)

both the horizontal and the vertical line

7.

When you want to display a Sprite in the Scratch stage, its default position is at what location?

a)

the X axis

b)

the Y axis

c)

0 (number zero)

d)

depending where you'd like it to appear

8.

Supposing I want to let my Sprite appear above the middle line of the stage, which axis shall I put a value on in the script?

a)

X axis

b)

Y axis

c)

both

d)

none of the axis

9.

Supposing I want to let my Sprite appear on the left part of my screen, which axis shall I specify a value on?

a)

X axis

b)

Y axis

c)

both

d)

none

10.

If I need to place the Sprite in the lower part of the screen, without considering a diagonal position, which of the following values shall I specify in the script?

a)

a positive X value

b)

a negative X value

c)

a positive Y value

d)

a negative Y value

11.

If I need to place the Sprite in the right part of the screen, without considering a diagonal position, which of the following values shall I specify in the script?

a)

a positive X value

b)

a negative X value

c)

a positive Y value

d)

a negative Y value

12.

If I need to place the Sprite in the upper part of the screen, without considering a diagonal position, which of the following values shall I specify in the script?

a)

a positive X value

b)

a negative X value

c)

a positive Y value

d)

a negative Y value

13.

If I need to place the Sprite in the left part of the screen, without considering a diagonal position, which of the following values shall I specify in the script?

a)

a positive X value

b)

a negative X value

c)

a positive Y value

d)

a negative Y value

14.

If I will make use of the block as specified in the attached image into my script, which direction shall my Sprite move to?

a)

left or right

b)

up or down

c)

diagonal

d)

depending which directional block is it attached

15.

When you see a code similar to the attached image, what will happen to the Sprite when the key is pressed?

a)

the Sprite moves up

b)

the Sprite moves down

c)

the Sprite moves right

d)

the Sprite moves left