NEW
Font size
WorksheetsCode.org Express Course Quiz 2
Total questions: 15
Worksheet time: 8mins
An algorithm that has been coded into something that can be run by a machine.
Program
Variable
Function
Input
Finding and fixing problems in an algorithm or program.
coding
debugging
running the program
reflecting
The action of doing something over and over again.
variable
function
programing
loop
Something a program checks to see if it is true before allowing an action.
command
loop
condition
repeat
A loop that continues to repeat while a condition is true.
while loop
for loop
until loop
exact loop
A command that tells you to do something only up to the point that something becomes true.
while loop
for loop
until loop
counter loop
A piece of code that you can easily call over and over again.
program
block
conditional
function
A variable used throughout a program that never changes value.
variable
program
function
constant
A label for a piece of information used in a program.
function
constant
loop
variable
Loops that have a predetermined beginning, end, and increment (step interval).
for loop
while loop
until loop
repeat loop
A loop within a loop
for loop
while loop
nested loop
while loop
Unit size on a computer screen
degree
inch
pixel
binary
A unit of angle measure.
pixel
degree
circle
fraction
Part of a program that does not work correctly.
bug
function
command
condition
Statements that only run under certain conditions.
events
actions
functions
conditionals
