NEW
Font size
WorksheetsCode.org Course E Ramp Up
Total questions: 10
Worksheet time: 7mins
What is a bug?
An insect with 8 legs.
Part of a program that does not work correctly.
Someone who bothers you.
a Big Ugly Gorilla
What is a program?
a professional grandma.
a musical performance at school.
a list of instructions.
An algorithm that has been coded into something that can be run by a machine.
What is Debugging?
The art of creating a program.
Finding and fixing problems in an algorithm or program.
Squishing a bunch of insects.
Removing the CPU from your device.
What is a loop?
A rope.
The twisty part of a roller-coster.
The action of doing something over and over again.
A DJ making remixes.
What is the most efficient way to solve this artist puzzle?
What is the best option to solve this artist puzzle?
What is a conditional?
Something that repeats over and over.
Statements that only run under certain conditions.
A machine that blows cold air into a room.
Condiments on hot dogs.
Which of these is a conditional?
What is a "While Loop"?
Something that repeats over and over.
A loop that is wild.
Statements that only run under certain conditions.
A loop that continues to repeat while a condition is true.
Which of these blocks is a "While Loop"?
