wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch 101 and Vocabulary

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.

What is a bug?

a)

steps that are repeated

b)

the end of an algorithm

c)

the beginning of an algorithm

d)

a part of the code that doesn't work

2.

What is an algorithm?

a)

a problem in the code

b)

a list of steps to finish a task

c)

steps that are repeated

d)

the act of coding

3.

What is a Program?

a)

an algorithm that a machine runs

b)

the act of coding

c)

a list of steps to finish a task

d)

a glitch

4.

What is debugging?

a)

a glitch

b)

the act of coding

c)

making problems in code

d)

finding and fixing problems in code

5.

What is programming?

a)

a glitch

b)

a list of steps

c)

the art of creating a program

d)

a machine following instructions

6.

How do you test blocks in Scratch?

a)

attach the block to another block

b)

put the block into the stage

c)

click the block

d)

wrap the block in a repeat block

7.

What location is the muffin in?

a)

x: 200, y: -180

b)

x: -200, y: 180

c)

x: 0, y: 0

d)

x: -100, y: -100

8.

What is a decimal?

a)

a whole number

b)

a number greater than 1

c)

a number smaller than 1

d)

a negative number

9.

When do we use negative numbers in Scratch?

a)

to move a sprite

b)

in a loop

c)

to control speed

d)

to change an effect