wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Sequencing

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Finding and fixing problems in your algorithm or program.

a)

debugging

b)

bug

c)

algorithm

d)

code

2.

An error in a program that prevents the program from running as expected.

a)

bug

b)

debugging

c)

workplane

d)

code

3.

A program that tells the computer what to do. A list of steps used to finish a task.

a)

algorithm

b)

workplane

c)

code

d)

blockly

4.

Putting commands in correct order so computers can read the commands.

a)

sequencing

b)

program

c)

variable

d)

conditionals

5.
To sequence means to ____________.
a)
put things in order
b)
to tell what it's mostly about
c)
to figure out what is happening
d)
to call Mrs. Bradley
6.
If I say the word "Algorithm" I am talking about what?
a)
When we all go to a store called Rithim.
b)
Algae that can DANCE!!!
c)
A new dance move.
d)
A list of steps you follow to finish a task.
7.

Program

a)

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

b)

Putting commands in correct order so computers can read the commands.

c)

a step-by-step procedure for solving a problem

d)

o write instructions for a computer.

8.

Look at the puzzle and the code below. What can you fix in the code to help the bird get to the pig?

a)

Remove a move forward block

b)

Add a move forward block

c)

Change the first turn block to left

d)

Change the second turn block to left

9.

Look at the puzzle. What can you fix in the code so the bird will make it to the pig?

a)

Change the first turn block to left

b)

Remove a move forward block

c)

Add a move forward block

d)

Change the second turn block to left

10.

Any programming language that lets users create programs by manipulating “blocks” or graphical programming elements, rather than writing code using text.

a)

Command

b)

Run Program

c)

Algorithm

d)

Block-based programming language

11.

The Pacman is trying to catch the vulnerable ghost. Which one is the correct direction in the blank.

a)

RIGHT

b)

LEFT

c)

UP

d)

DOWN

12.

What is the process of identifying and removing errors from computer hardware or software?

a)

Sequencing

b)

Executing

c)

Debugging

d)

Compiling

13.

What is the term for a mistake in a program that causes it to behave unexpectedly?

a)

algorithm

b)

debugging

c)

compiling

d)

bug

14.

Which of the following is a visual programming language that uses blocks to represent code?

a)

C++

b)

Python

c)

Java

d)

Block-based programming language

15.

What is the process of arranging commands in a specific order to ensure a program runs correctly?

a)

executing

b)

compiling

c)

sequencing

d)

debugging