wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

I can use loops and conditionals in my algorithms!

Total questions: 8

Worksheet time: 5mins

Name
Class
Date
1.

If an algorithm is a list of steps that you can follow to complete a task, it seems like an algorithm is another name for a ____________.

a)

movie

b)

program

c)

book

d)

video game

2.

A programming loop (pink block) does something over and over.

a)

True

b)

False

3.

You use "conditionals" all of the time in Code.org. What is a conditional?

a)

Statements that only run under certain conditions (the blue if, do block).

b)

The repeat loop (pink block).

c)

The move forward block (green).

4.

Iteration means using loops; Doing things over and over until a task is complete.

a)

True

b)

False

5.

Debugging means getting the bugs (not real bugs) out of a program.

a)

True

b)

False

6.

Logic is thinking about all of the blocks that we use to code.

a)

True

b)

False

7.

If this, then that. What does this sound like?

a)

A loop.

b)

A book.

c)

A conditional.

8.

Match the following

if, do block

algorithm

fixing a program

conditional

program

repeat loop

pink block

dashboard

place to check progress

debugging