wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Programming Vocabulary

Total questions: 15

Worksheet time: 15mins

Name
Class
Date
1.

Loop

a)

Loops that have a predetermined beginning, end, and increment (step interval).

b)

The action of doing something over and over again.

c)

A description of the behavior of a command, function, library, API, etc.

d)

To repeat in order to achieve, or get closer to, a desired goal.

2.
What is programming?
a)
Creating a calendar of events.
b)
Writing instructions for a digital tool
c)
A list of activities like clubs and special events at a school.
3.
Order of events, commands carried by a computer exactly as they are written to run properly.
a)
Sequence
b)
Bugs
c)
Syntax
d)
Debugging
4.
Process of finding and fixing errors in the syntax so the computer program will run properly
a)
Bugs
b)
Sequence
c)
Debugging
d)
Command
5.

Specific instructions given to a computer.

a)

output

b)

list

c)

rules

d)

command

6.

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

7.

When someone clicks, taps, or types on a computer screen this generates a(n)...

a)

code

b)

event

c)

algorithm

d)

program

8.

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)

Decomposing

b)

Algorithm

c)

Logic

d)

Loop/ Repeat

9.

The following code is drawing shapes when program runs. As you learned in the class, program code is executing in a sequential manner. In the code above how many of the steps will be executed when the program runs?

a)

11

b)

12

c)

14

d)

13

10.

The following code is drawing shapes when the program runs. When the program runs, what shapes and how many of the shape will be drawn?

a)

One square

b)

Triangle

c)

Two square

d)

Two triangle

11.

What completes the following shape?

a)

Move forward by 100px, turn right by 120px, move forward by 100px

b)

Turn right by 120px, move forward by 100px, Move forward by 100px,

c)

Turn right by 120px, turn right by 120px, move forward by 100px

d)

Move forward by 100px, move forward by 100px, turn right by 120px, move forward by 100px

12.

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

13.

The number of times the angry bird repeats moving forward to catch the green pig.

a)

2

b)

4

c)

6

d)

10

14.

The artist is supposed to draw a triangle by following gray lines. In the workspace as shown below, you can see that the first line of code will be drawing the bottom line. Next, what degree should the artist turn left?

a)

11

b)

12

c)

120

d)

13

15.

In which maze can the zombie get the sunflower using the following code?

a)
b)
c)
d)