NEW
Font size
WorksheetsExpress Course Vocab Code.org Lessons 1 - 13
Total questions: 22
Worksheet time: 11mins
Choose the word for this definition:
(v) to write code, or to write instructions for a computer.
event
code
program
debugging
bug
Choose the word for this definition:
An action that causes something to happen.
event
code
program
algorithm
debugging
Choose the word for this definition:
An algorithm that has been coded into something that can be run by a machine.
event
code
program
bug
sequencing
Choose the word for this definition:
A list of steps to finish a task.
debugging
sequencing
bug
algorithm
event
Choose the word for this definition:
Part of a program that does not work correctly.
event
sequencing
debugging
algorithm
bug
Choose the correct word:
These are very tiny squares on your computer screen.
events
pixels
bugs
loops
Choose the word for this definition:
Finding and fixing problems in an algorithm or program.
debugging
sequencing
algorithm
bug
event
Choose the word for this definition:
Putting commands in correct order so computers can read the commands.
debugging
code
sequencing
algorithm
bug
Choose the word for this definition:
The art of creating a program.
debugging
code
sequencing
programming
bug
Choose the word for this definition:
The action of doing something over and over again.
debugging
loop
sequencing
programming
bug
Choose the word for this definition:
To do something again.
debugging
event
repeat
programming
bug
Choose the word for this definition:
An action that a sprite performs continuously until it’s told to stop.
function
for loop
while loop
constant
behavior
Choose the word for this definition:
A graphic on the screen with a location, size, and appearance.
function
for loop
sprite
constant
behavior
Choose the word for this definition:
Not giving up. Trying things many different ways, many different times.
persistence
sequencing
algorithm
bug
event
Choose the word for this definition:
Something a program checks to see if it is true before allowing an action.
debugging
loop
repeat
condition
bug
Choose the word for this definition:
Statements that only run under certain conditions.
debugging
conditionals
repeat
condition
bug
Choose the word for this definition:
A loop that continues to repeat while a condition is true.
debugging
conditionals
while loop
condition
bug
Choose the word for this definition:
A command that tells you to do something only up to the point that something becomes true.
debugging
conditionals
while loop
condition
until
Choose the word for this definition:
A piece of code that you can easily call over and over again.
function
conditionals
while loop
condition
until
Choose the word for this definition:
A variable used throughout a program that never changes value.
function
conditionals
while loop
constant
until
Choose the word for this definition:
A label for a piece of information used in a program.
function
conditionals
while loop
constant
variable
Choose the word for this definition:
Loops that have a predetermined beginning, end, and increment (step interval).
function
for loop
while loop
constant
variable
