wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Computer Programming Vocabulary - Per 1& 3

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What is a computer program?

a)

a collection of instructions that performs a specific task when executed by a computer

b)

Something you can use to write a document

2.
What do code and program mean?
a)
Create a password
b)
Writing step by step the instructions that tell the computer what to do
3.

What is an algorithm?

a)

a well-defined procedure that allows a computer to solve a problem

b)

The first step of a computer program

4.

What is a named section of a program that performs a specific task. In this sense it is like a type of procedure or routine

a)

step

b)

function

c)

loop

d)

conditional statement

5.

a sequence of instructions that is continually repeated until a certain condition is reached

a)

variable

b)

function

c)

conditional statement

d)

loop

6.

Each repetition of the process used to make improvements

a)

bug

b)

iteration

c)

input

7.

an error, flaw, failure or fault in a computer program or system that causes it to produce an incorrect or unexpected result

a)

iteration

b)

virus

c)

bug

d)

variable

8.

set of rules performed if a certain condition is me, often referred to as if/then statements

a)

computer program

b)

conditional statement

c)

function

d)

algorithm

9.

Some known or unknown quantity of information

a)

number

b)

variable

c)

equation

d)

algorithm

10.

This refers to physically or automatically adding data to a system

a)

input

b)

output

c)

coding

d)

bug

11.

Data generated by a computer

a)

input

b)

output

c)

bug

d)

loop

12.

Which of the following is an example of an output device?

a)

mouse

b)

keyboard

c)

printer

13.

Which of the following is an example of an input device?

a)

speakers

b)

monitor

c)

keyboard

d)

printer

14.

"Repeat until basket empty" is what part of the code?

a)

step

b)

variable

c)

loop

d)

conditional

15.

"if fruit" is what part of the code?

a)

step

b)

variable

c)

loop

d)

conditional