wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

PYP 2 Scratch

Total questions: 22

Worksheet time: 25mins

Name
Class
Date
1.

___________ is a step by step instructions to perform a particular task

a)

Algorithm

b)

Coding

c)

Sequencing

d)

None of the above

2.

_______________ is a graphical representation of Algorithm.

a)

Sequencing

b)

Flowchart

c)

Coding

d)

None of the above

3.

Which platform are we using for creating games?

(a)  

4.

Change y by 50

Will make the sprite move in which direction?

a)

Downwards

b)

Left

c)

Right

d)

Upwards

5.

Look at the Scratch stage below. What is the coordinate of the center of the screen?

a)

x:0, Y:-180

b)

X:0, Y:0

c)

X:240, Y:180

d)

X:240, Y:0

6.

The characters in Scratch are called as

a)

Cartoon

b)

Robot

c)

Sprite

d)

Sketch

7.

Which category the following block belongs to?

a)

Control

b)

Sensing

c)

Motion

d)

Events

8.

Which button do we use to "Run" the program?

a)
  1. Green flag

b)
  1. Red button

c)
  1. When key pressed

d)

None of the above

9.

Which category of block do we use to make the sprite move?

a)

Sensing

b)

Control

c)

Motion

d)

Sound

10.

How can we control the sprite using keyboard keys?

a)

Use the move # steps motion block

b)

Use the when key pressed event block

c)

Use the touching color sensing block

d)

None of the above

11.

In Scratch, what is the background called?

a)

Sprite

b)

Stage

c)

Backdrop

d)

Script

12.

Wait command comes under which block category?

a)

Events

b)

Motion

c)

Control

d)

Operators

13.

What is the purpose of this script?

a)

Launch the apple into space

b)

Make the apple fly left to right

c)

Make the apple bounce across the screen

d)

Make the apple fall down

14.

What is the function of the 'forever' command block?

a)

Runs the script inside over and over

b)

Point sprite in a specified direction

c)

If the condition is true, runs the block inside

d)

None of the above

15.

After the script block has been run, where will the ghost end up?

a)

X:100, Y:50

b)

X:50, Y:50

c)

X:100, Y:100

d)

X:50, Y:100

16.

Look at the script below. What would the cat sprite do?

a)

Meow then glide to the right

b)

Meow then glide up

c)

Meow then glide to the left

d)

Glide to the left and then meow

17.

When will the game over screen appear?

a)

When the balloon turns green

b)

When the user clicks on the cactus

c)

When the balloon touches the cactus

d)

When user clicks on the balloon

18.

In this script, Astronaut refers to:

a)

Backdrop

b)

Sprite

c)

Variable

d)

Script

19.

Which script will make Pico move to the right?

a)

a

b)

b

c)

c

d)

d

20.

The default sprite in Scratch is (a)  

21.

The code blocks below are an example of what type of action?

a)

Looks

b)

Motion

c)

Control

d)

Events

22.

Which command should you use to slow down the program?

a)

b)

c)