wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Basic Scratch Programming Pt. 2

Total questions: 60

Worksheet time: 35mins

Name
Class
Date
1.

The Pen Down block tells ...

a)

The Sprite to start drawing

b)

The Sprite to erase a drawing

c)

The Sprite to stop drawing

d)

The Sprite to draw

2.

If the program moves too fast, you can put ...

a)
b)
c)
d)
3.

What does this block tell?

a)

Turn left 90 degrees

b)

Move 90 steps

c)

Repeat 90 times

d)

Turn right 90 degrees

4.

What dose this red shape do in Scratch?

a)

Start program

b)

Stop program

c)

Delay program

5.

What is the character in Scratch is called

a)

Cat

b)

bat

c)

Sprite

d)

Crab

6.

What is the default Sprite when you open Scratch?

a)

Cat

b)

Dog

c)

Bat

d)

Crab

7.

Which group of blocks include the When Flag Clicked command?

a)

Motion

b)

Control

c)

Looks

d)

Events

8.

What is the backdrop area called in Scratch?

a)

Background

b)

area

c)

Stage

d)

Paint

9.

What do you call the list of commands in Scratch?

a)

Variable

b)

Scratch

c)

Program

d)

Script

10.

Scratch is a_____________________

a)

Programming language

b)

video editing software

c)

gaming application

11.

3. In which block will you find [Say (Hello) for (2) secs]

a)

Control

b)

Looks

c)

Motion

d)

Events

12.

Which color indicate " Operator Command " ?

a)

Orange

b)

Blue

c)

Green

d)

Red

13.

We cannot add variables inside scratch ?

a)

True

b)

False

14.

The playing speed of a sound file.

a)

tempo

b)

volume

15.

The loudness of a sound file.

a)

tempo

b)

volume

16.

Graphical bubble that displays a sprite thinking.

a)

thought bubble

b)

speech bubble

17.

Graphical bubble that shows a sprite speaking.

a)

thought bubble

b)

speech bubble

18.

Making a copy of a sprite.

a)

stage

b)

cloning

c)

script

19.

Blocks that allows you to repeat scripts multiple times.

a)

repeating blocks

b)

script

c)

volume

20.

Using the Scratch “Pen” feature to write on the stage.

a)

script

b)

stage

c)

drawing

21.

Displays the location of your X and Y positions.

a)

stage

b)

coordinates

c)

volume

22.

Alternate appearances of your sprite.

a)

tempo

b)

stage

c)

costumes

23.

Background displayed on your Scratch stage.

a)

costumes

b)

backdrop

c)

coordinates

24.

The objects on the Scratch stage that performs actions.

a)

stage

b)

script

c)

sprite

25.

The instructions that determines what happens on the stage.

a)

sprite

b)

stage

c)

script

26.

Where your project is displayed when active.

a)

speech bubble

b)

stage

c)

tempo

27.

A completed program in scratch.

a)

Scratch

b)

volume

c)

project

28.

Programming commands that you snap together to create a program in Scratch.

a)

sprite

b)

blocks

29.

Programming language based on graphical code blocks.

a)

Scratch

b)

sprite

c)

background

30.

Scratch is a Programming Language

a)

True

b)

False

31.

What type of loop is this?

a)

Forever Loop

b)

Fixed loop

c)

Infinite loop

32.

What loop is this?

a)

Forever loop

b)

Fixed loop

33.

Which block allows you to make decisions (choices)?

a)
b)
c)
d)
34.

How many categories of block do we have in Scratch?

a)

12

b)

10

c)

9

d)

2

35.

In scratch, these characters are called___________________________

a)

Backdrop

b)

Sprites

c)

Blocks

d)

Stage

36.

This is called ____________

a)

a Program

b)

a Script

c)

Multiple blocks

d)

an instruction

37.

A program is a set of instructions that tells the computer what to do

a)

True

b)

False

38.

A script is made up of blocks with instructions that tells the sprite what to do

a)

True

b)

False

39.

Which category of block contains this block?

a)

Sensing

b)

Motion

c)

Operators

d)

Events

e)

Sound

40.

What type of coding is Scratch?

a)

Textual

b)

Non-Textual

41.

What colour blocks allow the code to start running?

a)

Blue

b)

Green

c)

Yellow

d)

Red

42.

What colour blocks allow movement/motion in Scratch?

a)

Blue

b)

Green

c)

Yellow

d)

Red

43.

True or False: The blocks don't need to be joined, as long as they are on the script area, they will run

a)

True

b)

False

44.

Which of these blocks can be identified as Iteration.

a)

When Space key pressed

b)

Forever

c)

Move 10 Steps

d)

If on edge, bounce

45.

Data can be stored in a Scratch program, what is data saved in?

a)

Stage

b)

Variable

c)

Variant

d)

Code drawer

46.

What is the definition of an Algorithm?

a)

A set of instructions to perform a process.

b)

The answer to a question.

c)

A question to be answered

d)

A list of instructions.

47.

What is the key word used for when code is repeated or looped?

a)

Iteration

b)

Isolation

c)

ISO File

d)

Instantaneous

48.

What shape will this code draw?

a)

Circle

b)

Square

c)

Triangle

d)

Rectangle

49.

Which code block allows scratch to draw on the stage?

a)

Pen Down

b)

Pen Up

c)

Pen In

d)

Pen Out

50.

What colour is the default cat in Scratch?

a)

Brown

b)

Black

c)

Orange

d)

White

51.

It is possible to add maths into Scratch, what is the Scratch Key Word used for it?

a)

Operators

b)

Calculators

c)

Calculations

d)

Operations

52.

The blocks don't need to be joined, as long as they are on the script area, they will run.

a)

True

b)

False

53.

What type of coding is Scratch?

a)

Non-Textual

b)

Textual

54.

What color blocks allow the code to start running?

a)

Green

b)

Red

c)

Blue

d)

Yellow

55.

Which of these blocks can be identified as Iteration?

a)

wait 1 second

b)

set score to 0

c)

forever

d)

create clone of myself

56.

What color blocks allow movement/motion in Scratch?

a)

Blue

b)

Yellow

c)

Red

d)

Green

57.

What is the definition of an Algorithm?

a)

A question to be answered

b)

A set of instructions to perform a process.

c)

A list of instructions

d)

The answer to a question

58.

What is the key word used for when code is repeated or looped?

a)

Isolation

b)

Instantaneous

c)

Script

d)

Iteration

59.

It is possible to add Maths into Scratch, what color blocks are these?

a)

Green

b)

Blue

c)

Yellow

d)

Orange

60.

It is possible to add Maths into Scratch, what is the Scratch Key Word used for it?

a)

Calculations

b)

Operators

c)

Calculators

d)

Operations