NEW
Font size
WorksheetsCoding Vocabulary Test Review - 6th Grade (3rd 6 weeks test)
Total questions: 13
Worksheet time: 7mins
Which definition is the meaning of loop?
a sequence of code that is repeated
an action that a sprite performs continuously until told to stop
a graphic on the screen with location, size, and appearance
an action that causes something to happen
A ______ is a sequence of code that is repeated.
loop
variable
function
array
An action that a sprite performs continuously until told to stop is called ______.
behavior
event
costume
sound
A ______ is a graphic on the screen with location, size, and appearance.
sprite
button
icon
window
An action that causes something to happen is called an ______.
event
object
place
person
A single line of instruction for a computer (1 line of code) is called a ______.
command
variable
loop
function
An error in a program that prevents it from running is called a ______.
bug
loop
variable
function
Finding and fixing errors in programs is called ______.
debugging
compiling
executing
designing
Something a program checks to see if it is true before allowing an action is called a ______.
condition
loop
variable
function
A statement that only runs under certain conditions is called a ______.
conditional
loop
variable
function
A loop that continues to repeat while the condition is true is called a ______.
while loop
for loop
until loop
nested loop
A loop that continues to repeat until the condition is true is called an ______.
until loop
for loop
while loop
single loop
An algorithm that has been coded into something to be run by a machine is called a ______.
program
database
network
compiler
