Font size
WorksheetsSprites, syntax, variables, and conditionals
Total questions: 10
Worksheet time: 5mins
An specific action that repeats a number of times (or indefinitely) in a game or application is called...
a conditional
decomposition
a computer program
a loop
Which of the following could be a SPRITE? (Check as many as apply.)
a tomato
a sports ball
a hero
an animal
The action of doing something over and over again.
loop
sprite
event
debugging
Statements that run only under certain conditions or situations.
conditionals
nested loop
command
refactor
Which block allows me to increase the score?
Set score to 0
Change score by 10
This repeat statement is an example of a ...
Boolean value
conditional statement
bug
loop
What is a Variable?
A box(memory location) where you store values
A value that remains the same throughout a program
A value that loads when the program runs
a type of memory
What is Syntax?
Syntax is the word used to describe an error
Syntax is the rules of the programming language
It is used to read information
It is used to output information
