WorksheetsLoops
Total questions: 15
Worksheet time: 12mins
What is a loop?
A loop without conditions
A loop with an if statement
In computer programming, a loop is an order of instructions that repeats for many times
Should this be a loop?
No, because there is no pattern.
Yes, because every middle square has honey or nectar.
The action of doing something over and over again.
Looping
Bugging
Programming
What is the action of doing something over and over again?
Repeat
Loop
Debugging
Running the same code multiple times is called...
repetition
being on a roll
iteration
redundant
Code is...
when it's not warm.
the dog from Garfield.
a song or poem dedicated to someone.
specific instructions in a computer program.
A computer program is
a show on TV.
an algorithm that has been coded into something that can be run by a machine.
a professional graham cracker.
part of a S'more.
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.
Deja Vu
Loop
Repeating
Being annoying
A field of science in which people use the power of computers to solve big problems.
command
computer science
code
program
Sequencing is...
a list of instructions which are followed in a set order
a list of instructions where there is a choice based on a condition
A list of instructions which will loop based on a condition
A list of instructions which will loop forever
Sequencing, selection and iteration are never used together.
TRUE
FALSE
