click below
click below
Normal Size Small Size show me how
Code.Org Animation
Important key terms related to animation and gaming (Code.org)
Term | Definition |
---|---|
Bug | Part of a program that does not work correctly |
Debugging | Finding and fixing problems in an algorithm or program |
Program | An algorithm that has been coded into something that can be run by a machine |
Parameter | An extra piece of information passed to a function to customize it for a specific need |
Variable | A placeholder for a piece of information that can change |
Property | Attributes that describe an object's characteristics |
Sprite | A graphic character on the screen with properties that describe its location, movement, and look |
Animation | A series of images that create the illusion of motion by being shown rapidly one after the other |
Frame | A single image within an animation |
Frame Rate | The rate at which frames in an animation are shown, typically measured in frames per second |
Conditionals | Statements that only run under certain conditions |
Expression | Any valid unit of code that resolves to a value |
Boolean Expression | In programming, an expression that evaluates to True or False |
If-Statement | The common programming structure that implements "conditional statements" |