wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch and coding vocabulary

Total questions: 22

Worksheet time: 15mins

Name
Class
Date
1.

What happens when we click this?

a)

Nothing happens

b)

The scene stops

c)

We can change the sprite

d)

The scene starts

2.

A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.

a)

Debugging

b)

Event

c)

Algorithm

d)

Run Program

3.

Any programming language that lets users create programs by manipulating “blocks” or graphical programming elements, rather than writing code using text.

a)

Command

b)

Run Program

c)

Algorithm

d)

Block-based programming language

4.

What is the name of this in Scratch?

a)

Costumes

b)

Code

c)

Script

d)

Backdrop

5.

An error in a program that prevents the program from running as expected

a)

Event

b)

Bug

c)

Bit

d)

Loop

6.

What is the name of this part of Sratch?

a)

Sprites

b)

Backdrop

c)

Costume

d)

Blocks

7.

The language that programmers create and use to tell a computer what to do

a)

Code

b)

Command

c)

Run Program

d)

BINARY

8.

You can change the backdrop in Scratch.

a)

true

b)

false

9.

A contraction of "Binary Digit". A bit is the single unit of information in a computer, typically represented as a 0 or 1.

a)

Event

b)

Bit

c)

Conditionals

d)

ASCII

10.

An instruction for the computer. Many commands put together make up algorithms and computer programs.

a)

Algorithm

b)

If-Statement

c)

Loop

d)

Command

11.

To add more sprite (character) which button should you click?

a)
b)
c)
12.

Statements that only run under certain conditions

a)

Block-based programming language

b)

Conditionals

c)

If-Statement

d)

Run Program

13.

The action of doing something over and over again

a)

Block-based programming language

b)

Loop

c)

Bug

d)

Debugging

14.

Which icon should you click to change Scratch backdrop

a)
b)
c)
15.

An action that causes something to happen

a)

ASCII

b)

Event

c)

BINARY

d)

Bit

16.

What colour blocks allow the code to start move (event)?

a)

Blue

b)

Green

c)

Yellow

d)

Red

17.

choose the sprite.

a)
b)
c)
d)
18.

The common programming structure that implements "conditional statements"

a)

Bug

b)

Debugging

c)

If-Statement

19.

Finding and fixing problems in an algorithm or program

a)

Debugging

b)

Conditionals

c)

Run Programs

d)

Algorithms

20.

What colour blocks is used to make Sprite move (motion)?

a)

Blue

b)

Green

c)

Yellow

d)

Red

21.

Cause the computer to execute the commands you've written in your program

a)

ASCII

b)

Run Program

c)

Debugging

d)

Conditionals

22.

What happen to sprite if you use this block?

a)

Sprite will jump

b)

Sprite will move 10 steps

c)

Sprite will change colour

d)

Sprite will say hello