wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Year 6 Scratch - 3.1 - 3.3

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

What is the character in Scratch is called

a)

Cat

b)

bat

c)

Sprite

d)

Crab

2.

Which group of blocks include the When Flag Clicked command?

a)

Motion

b)

Control

c)

Looks

d)

Events

3.
According to the image, the order of the elements in scratch are...
a)
1.Stage 2.Sprites 3.Blocks 4.Scripts
b)
1.Stage 2.Blocks 3.Sprites 4.Scripts
c)
1.Scripts 2.Blocks 3.Sprites 4.Stage
d)
1.Scripts 2.Blocks 3.Stage 4.Sprites
4.

Create a program with the following algorithm?

a)
b)
c)
d)
5.

What is repetition?

a)

Repetition is running

b)

Repetition is the repeating of an action

c)

Repetition is doing the things only one time

d)

Repetition is a program

6.

When you plan and make a program, you must first know what the _ is.

a)

program variable

b)

program requirement

c)

program input

d)

program output

7.

Identify the type of block?

a)

Loops

b)

Variables

c)

Events

d)

Sprite

8.

What is a variable?

a)

It is a storage location for holding values

b)

It is a sprite that moves on the screen

c)

It is an animation in scratch

d)

It is a place to put Scratch sprite.

9.

The Scratch program has a mistake. Can you identify it?

a)

Line 1, should not use when green flag is clicked

b)

Line 2, should not set total to 0.

c)

Line 3, should be repeat 0

d)

Line 4 & 5 should be the other way round.

10.

A program must have variables. This Scratch program has made a mistake in the variable. Please correct it.

a)

Line 2, variable should be set as answer.

b)

Line 2, variable should be set as Total

c)

Line 5, variable should be set as Total_Num

d)

Line 6, variable should be set as answer.