WorksheetsCoding Terms Quiz
Total questions: 15
Worksheet time: 8mins
A label to which a value can be assigned.
A word that replaces a number in code.
(Think of it as a jar with a label on it- you can put whatever you'd like in the jar but only have to reference the label.)
Variable
Loop
Function
Algorithm
a loop that is contained within another loop
Nested Loops
Variable
Conditional
For Loops
the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same
Trademark
Copyright
Patent
Algorithm
The order of steps in a program.
Algorithm
Function
Sequence
Variable
Going through line by line to find and fix an error in the code.
Loop
Debug
Algorithm
Variable
An error in the program.
Bug
Loop
Command
Variable
To perform the same task again and again.
Can be for set number of times or infinite.
Sequence
Variable
Function
Loop
An action that causes something to happen.
Function
Event
Variable
Command
A sequence of instructions for carrying out a task.
A set of commands.
Program
Function
Algorithm
Variable
A command that tells you to do something only up to the point that something becomes true.
Until
Fuction
Debug
Loop
The program does something based on another thing happening. If-then or If-then-else.
Conditional
Algorithm
Function
Variable
Set of instructions used to accomplish a specific task. Also known as a procedure.
Variable
Loop
Function
Algorithm
An instruction for the computer. Many commands put together make up algorithms and computer programs.
Function
Command
Algorithm
Variable
An algorithm (sequence of instructions) written in a code that a computer can understand.
Program
Command
Variable
Algorithm
A loop that continues to repeat while a condition is true.
Nested Loops
While Loop
Function
Variable
