The common programming structure that implements "conditional statements".
Back
Sprite
Front
A graphics object that can be moved on top of or behind a background.
Back
bug
Front
An error in a program.
Back
Parameter
Front
(n.) a determining or characteristic element; a factor that shapes the total outcome; a limit, boundary
Back
conditionals
Front
Statements that only run under certain conditions.
Back
Abstraction
Front
a simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.
Back
Debugging
Front
Finding and fixing problems in your algorithm or program.
Back
function
Front
a named group of programming instructions. Functions are reusable abstractions that reduce the complexity of writing and maintaining programs
Back
animation
Front
the way text and objects move on and off a slide during a slide show
Back
Frame Rate
Front
the rate at which frames in an animation are shown, typically measured in frames per second
Back
Boolean Property
Front
A value that can be either true or false.
Back
program
Front
An algorithm that has been coded into something that can be run by a machine.
Back
property
Front
Attributes that describe an object's characteristics
Back
Boolean Expression
Front
a single value of the either true or false
Back
Variable
Front
A placeholder for a piece of information that can change.