wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Loops

Total questions: 15

Worksheet time: 12mins

Name
Class
Date
1.

What is a loop?

a)

A loop without conditions

b)

A loop with an if statement

c)

In computer programming, a loop is an order of instructions that repeats for many times

2.

Should this be a loop?

a)

No, because there is no pattern.

b)

Yes, because every middle square has honey or nectar.

3.

The action of doing something over and over again.

a)

Looping

b)

Bugging

c)

Programming

4.

What is the action of doing something over and over again?

a)

Repeat

b)

Loop

c)

Debugging

5.

Running the same code multiple times is called...

a)

repetition

b)

being on a roll

c)

iteration

d)

redundant

6.

Code is...

a)

when it's not warm.

b)

the dog from Garfield.

c)

a song or poem dedicated to someone.

d)

specific instructions in a computer program.

7.

A computer program is

a)

a show on TV.

b)

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

c)

a professional graham cracker.

d)

part of a S'more.

8.

When you tell the computer to repeat a command or step over and over and over and over and over and over and over and over and over and... oh yeah, over again as many times as you tell to repeat.

a)

Deja Vu

b)

Loop

c)

Repeating

d)

Being annoying

9.

A field of science in which people use the power of computers to solve big problems.

a)

command

b)

computer science

c)

code

d)

program

10.
What is a coding bug?
a)
An insect with multiple legs.
b)
An insect with two heads.
c)
An error in a program .
d)
Something you can eat.
11.
What is an Algorithm?
a)
An error in a program.
b)
A math equation.
c)
A music note.
d)
A list of steps to finish a task.
12.
What is a program?
a)
A show put on in school.
b)
A flyer talking about a show.
c)
I list of instructions.
d)
An algorithm that has been coded into something that can be run by a machine.
13.
Each time the body of a loop is executed, it is called a(n) _______________. 
a)
pass
b)
loopy
c)
iteration
d)
lap
14.

Sequencing is...

a)

a list of instructions which are followed in a set order

b)

a list of instructions where there is a choice based on a condition

c)

A list of instructions which will loop based on a condition

d)

A list of instructions which will loop forever

15.

Sequencing, selection and iteration are never used together.

a)

TRUE

b)

FALSE