Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Coding

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

To write instructions for a computer.

a)

Event

b)

Code

c)

Bug

d)

Condition

2.

An action that causes something to happen.

a)

Event

b)

Program

c)

Repeat

3.

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

a)

Bug

b)

Loop

c)

Program

d)

Repeat

4.

Algorithm:

a)

A list of steps to finish a task.

b)

Part of a program that does not work correctly.

c)

To do something again.

d)

Finding and fixing problems in an algorithm or program.

5.

Part of a program that does not work correctly.

a)

Nuisance

b)

Mishap

c)

Error

d)

Bug

6.

Part of a program that does not work correctly.

a)

Sequencing

b)

Programming

c)

Debugging

7.

To do something again.

a)

Algorithm

b)

Repeat

c)

Loop

d)

Condition

8.

Loop

a)

The action of doing something over and over again.

b)

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

c)

Part of a program that does not work correctly.

9.

Something a program checks to see if it is true before allowing an action.

a)

While Loop

b)

Condition

c)

Algorithm

d)

Event

10.

A loop that continues to repeat while a condition is true.

a)

Sequencing

b)

Repeat

c)

While Loop