NEW
Font size
WorksheetsCoding Vocabulary Test Review - 7th/8th Grade (3rd 6 weeks test)
Total questions: 15
Worksheet time: 5mins
________ is a list of steps to finish a task.
algorithm
variable
function
loop
________ is an error in a program that prevents it from running.
bug
loop
variable
function
________ is finding and fixing errors in programs.
debugging
compiling
executing
designing
________ is putting commands in correct order so computers can read it.
sequencing
looping
debugging
branching
________ is an action that a sprite performs continuously until told to stop.
behavior
costume
sound
event
________ is an algorithm that has been coded into something to be run by a machine.
program
variable
database
network
________ is a graphic on the screen with location, size, and appearance.
sprite
pixel
icon
window
________ is a single line of instruction for a computer (1 line of code).
command
variable
loop
function
________ is a sequence of code that is repeated.
loop
variable
function
array
________ is a set of coding loops where at least 1 loop is inside another loop.
nested loop
single loop
while loop
sequential loop
________ is a set of coding loops where they are one after the other.
sequential loop
nested loop
single loop
until loop
________ is something a program checks to see if it is true before allowing an action.
condition
variable
loop
function
________ is a statement that only runs under certain conditions.
conditional
loop
variable
function
________ is a loop that continues to repeat while the condition is true.
while loop
until loop
sequential loop
nested statement
________ is a loop that continues to repeat until the condition is true.
until loop
nested loop
while loop
sequential loop
