WorksheetsSequencing
Total questions: 15
Worksheet time: 8mins
Finding and fixing problems in your algorithm or program.
debugging
bug
algorithm
code
An error in a program that prevents the program from running as expected.
bug
debugging
workplane
code
A program that tells the computer what to do. A list of steps used to finish a task.
algorithm
workplane
code
blockly
Putting commands in correct order so computers can read the commands.
sequencing
program
variable
conditionals
Program
An algorithm that has been coded into something that can be run by a machine.
Putting commands in correct order so computers can read the commands.
a step-by-step procedure for solving a problem
o write instructions for a computer.
Look at the puzzle and the code below. What can you fix in the code to help the bird get to the pig?
Remove a move forward block
Add a move forward block
Change the first turn block to left
Change the second turn block to left
Look at the puzzle. What can you fix in the code so the bird will make it to the pig?
Change the first turn block to left
Remove a move forward block
Add a move forward block
Change the second turn block to left
Any programming language that lets users create programs by manipulating “blocks” or graphical programming elements, rather than writing code using text.
Command
Run Program
Algorithm
Block-based programming language
The Pacman is trying to catch the vulnerable ghost. Which one is the correct direction in the blank.
RIGHT
LEFT
UP
DOWN
What is the process of identifying and removing errors from computer hardware or software?
Sequencing
Executing
Debugging
Compiling
What is the term for a mistake in a program that causes it to behave unexpectedly?
algorithm
debugging
compiling
bug
Which of the following is a visual programming language that uses blocks to represent code?
C++
Python
Java
Block-based programming language
What is the process of arranging commands in a specific order to ensure a program runs correctly?
executing
compiling
sequencing
debugging
