wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Lesson 8-23 Vocabulary

Total questions: 20

Worksheet time: 14mins

Name
Class
Date
1.

The art of creating a program

a)

Loop

b)

Code

c)

Algorithm

d)

Programming

2.

An algorithm that has been coded into something that can be run by a machine.

a)

Programming

b)

Program

c)

Condition

d)

Repeat

3.

Statements that only run under certain conditions

a)

Repeat

b)

Condition

c)

Conditionals

d)

Loop

4.

To do something again

a)

Repeat

b)

Loop

c)

Algorithm

d)

Code

5.

A list of steps to finish a task

a)

Programming

b)

Program

c)

Algorithm

d)

Conditionals

6.

The statement that a program checks to see if it is true or false.

a)

Algorithm

b)

Loop

c)

Condition

d)

Repeat

7.

The action of doing something over and over again

a)

Loops

b)

Repeat

c)

Program

d)

Algorithm

8.

True or False.


You can repeat code one time.

a)

True

b)

False

9.

A loop that continues to repeat while a condition is true.

a)

Repeat

b)

While

c)

Loop

10.

A command that tells you to do something only up to the point that something becomes true.

a)

While

b)

Loop

c)

Repeat

d)

Until

11.

A piece of code that you can easily call over and over again.

a)

Loop

b)

Function

c)

Repeat

d)

Condition

12.

A variable used throughout a program that never changes value

a)

Constant

b)

Variable

13.

A label for a piece of information used in a program.

a)

Variable

b)

Constant

14.

Loops that have a predetermined beginning, end, and increment (step interval).

a)

Repeat

b)

Until

c)

For Loop

d)

Loop

15.

Name the loop.

a)

Turn right

b)

Move Forward

c)

Repeat

d)

Turn left

16.

Name the conditional.

a)

Repeat

b)

If block

c)

Move forward

d)

Turn right

17.

Name the while loop.

a)

While path ahead

b)

Turn right

c)

Fill 1

18.

Name the until loop.

a)

Repeat until flower

b)

Move forward

c)

while path ahead

19.

In this puzzle, how do we go from 1 to 3?

a)

count by 1

b)

count by 2

c)

count by 3

d)

count by 4

20.

Why is this the solution to puzzle?

4 lines