WorksheetsCoding
Total questions: 10
Worksheet time: 6mins
To write instructions for a computer.
Event
Code
Bug
Condition
An action that causes something to happen.
Event
Program
Repeat
An algorithm that has been coded into something that can be run by a machine.
Bug
Loop
Program
Repeat
Algorithm:
A list of steps to finish a task.
Part of a program that does not work correctly.
To do something again.
Finding and fixing problems in an algorithm or program.
Part of a program that does not work correctly.
Nuisance
Mishap
Error
Bug
Part of a program that does not work correctly.
Sequencing
Programming
Debugging
To do something again.
Algorithm
Repeat
Loop
Condition
Loop
The action of doing something over and over again.
Putting commands in correct order so computers can read the commands.
Part of a program that does not work correctly.
Something a program checks to see if it is true before allowing an action.
While Loop
Condition
Algorithm
Event
A loop that continues to repeat while a condition is true.
Sequencing
Repeat
While Loop
