NEW
Font size
WorksheetsProgramming Vocabulary
Total questions: 15
Worksheet time: 15mins
Loop
Loops that have a predetermined beginning, end, and increment (step interval).
The action of doing something over and over again.
A description of the behavior of a command, function, library, API, etc.
To repeat in order to achieve, or get closer to, a desired goal.
Specific instructions given to a computer.
output
list
rules
command
Any programming language that lets users create programs by manipulating “blocks” or graphical programming elements, rather than writing code using text.
Command
Run Program
Algorithm
Block-based programming language
When someone clicks, taps, or types on a computer screen this generates a(n)...
code
event
algorithm
program
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.
Decomposing
Algorithm
Logic
Loop/ Repeat
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?
11
12
14
13
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?
One square
Triangle
Two square
Two triangle
What completes the following shape?
Move forward by 100px, turn right by 120px, move forward by 100px
Turn right by 120px, move forward by 100px, Move forward by 100px,
Turn right by 120px, turn right by 120px, move forward by 100px
Move forward by 100px, move forward by 100px, turn right by 120px, move forward by 100px
The Pacman is trying to catch the vulnerable ghost. Which one is the correct direction in the blank.
RIGHT
LEFT
UP
DOWN
The number of times the angry bird repeats moving forward to catch the green pig.
2
4
6
10
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?
11
12
120
13
In which maze can the zombie get the sunflower using the following code?
