wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Coding Vocabulary Pre/Post Test

Total questions: 18

Worksheet time: 9mins

Name
Class
Date
1.

In programming, an expression that evaluates to true or false

a)

Algorithm

b)

Property

c)

Iteration

d)

Boolean

2.

One or more commands or algorithms designed to be carried out by a computer.

a)

Property

b)

Program

c)

Function

d)

Code

3.

A loop command that tells you to do something only up to the point that something becomes true.

a)

loop until

b)

pseudocode

c)

LED

d)

event

4.
is a computer's way of evaluating something and saying that if it has a particular attribute it will do one thing, otherwise it'll do something else.
a)
Bug
b)
Conditonal
c)
If...then...else
d)
Embed
5.

The code which you enter into the computer.

a)

Program

b)

Input

c)

Logic

d)

Loop/ Repeat

6.

Part of a program that does not work correctly

a)

Debugging

b)

Bug

c)

Event

d)

Variable

7.

Finding and fixing problems in an algorithm or program

a)

Sequencing

b)

Bug

c)

Debugging

d)

Command

8.

A set of steps that can be executed by a computer

a)

Algorithm

b)

Event

c)

Repeat

d)

Function

9.

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

a)

Event

b)

Condition

c)

Variable

d)

Program

10.

Creating a program

a)

Loop

b)

Programming

c)

Event

d)

Repeat

11.

The action of doing something over and over again

a)

Debugging

b)

Event

c)

Command

d)

Loop

12.

An action that causes something to happen

a)

Event

b)

Bug

c)

Loop

d)

Debugging

13.

Doing something again

a)

Bug

b)

Repeat

c)

Condition

d)

Function

14.

Putting commands in correct order so computers can read the commands

a)

Bug

b)

Loop

c)

Event

d)

Sequencing

15.

An instruction for the computer. Many put together make up algorithms and computer programs.

a)

Command

b)

Variable

c)

Bug

d)

Repeat

16.

A statement that a program checks to see if it is true or false.

a)

Loop

b)

Event

c)

Condition

d)

Repeat

17.

A named group of programming instructions. A piece of code you can use over and over again

a)

Condition

b)

Function

c)

Loop

d)

Bug

18.

A placeholder for a piece of information that can change

a)

Condition

b)

Repeat

c)

Bug

d)

Variable