wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Coding Vocabulary Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

is when something happens only on condition something else happens first.

a)

Conditional

b)

Bug

c)

Data

d)

Print

2.

tells the computer what to do with inputs, values and variables.

a)

Operator

b)

Information

c)

If...then...else

d)

Loop

3.

is what data becomes after they are organized. It might be reported in words or a chart of some sort.

a)

Data

b)

Information

c)

Conditional

d)

Procedure

4.

are a collection of numbers and facts before they are processed to become information.

a)

Data

b)

Sequence

c)

Print

d)

Debug

5.

transfer some output (words, numbers, images) on a screen or on paper.

a)

Print

b)

Algorithm

c)

Output

d)

Procedure

6.

can be either the device a computer uses to give you information or the actual information itself... can come in many forms such as words, images, movement and sound.

a)

Output

b)

Embed

c)

Parallelism

d)

Value

7.

name given to one of the many ways in which a computer can be given instructions in a program. Examples: C++, JavaScript, Logo, PHP, Python and Ruby.

a)

Language

b)

Value

c)

Conditional

d)

Data

8.

is a sequence of instructions (or algorithm) written in a language or code that a computer can understand and put into action. Must be accurate to be correct.

a)

Program

b)

Loop

c)

Value

d)

Operator

9.

is the process of going through a program's code to locate and fix a problem or mistake.

a)

Debug

b)

Parallelism

c)

Value

d)

Embed

10.

is the process of performing the same task again and again usually, but not always, for a set number of times.

a)

Loop

b)

Conditonal

c)

Program

d)

Decomposing

11.

is when you break a problem down into sections in order to be able to solve it more easily.

a)

Decomposing

b)

Algorithm

c)

Output

d)

Sequence

12.

it means that one piece of a program is contained within another.

a)

Embed

b)

Bug

c)

Loop

d)

Value

13.

explaining something by following a set of rules, even if they don't always realize that. Using the word 'because' can show reasoning. Guessing is not.

a)

Logic

b)

Operator

c)

Procedure

d)

Print

14.

is a subset of a program that does a particular thing. It can be called up by the main program at any time to save having to type it out again and again.

a)

Procedure

b)

Conditonal

c)

Program

d)

Language

15.

the number or word we give to a variable.

a)

Value

b)

Bug

c)

Embed

d)

Sequence

16.

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)

If...then...else

b)

Logic

c)

Value

d)

Algorithm

17.

a precise sequence of instructions for successfully carrying our a task. It can be written in everyday language but the steps might be capable of translation into a programming language.

a)

Algorithm

b)

Logic

c)

Sequence

d)

Value

18.

is an error in a program that stops it from working in the way it should.

a)

Bug

b)

Decomposing

c)

Information

d)

Data

19.

the ordered steps in a program.

a)

Sequence

b)

Conditional

c)

Print

d)

Algorithm

20.

in some computer languages it is possible to make the computer perform more than one task at the same time.

a)

Parallelism

b)

Print

c)

Output

d)

Debug