Questions with Accurate Answers
Bug - Answer Part of a program that does not work correctly
Debugging - Answer Finding and fixing problems in an algorithm or program
Program - Answer An algorithm that has been coded into something that can be run by a machine
Parameter - Answer Additional information provided as input to a block to customize its functionality
Variable - Answer A label for a piece of information used in a program
Sprite - Answer A character on the screen with properties that describe its location, movement, and look
Dot Notation - Answer The way that sprites' properties are used in Game Lab, by connecting the sprite
and property with a dot
Property - Answer A label for a characteristic of a sprite, such as its location and appearance
Boolean Expression - Answer In programming, an expression that evaluates to True or False
Condition - Answer Something a program checks to see whether it is true before deciding to take an
action
Conditionals - Answer Statements that only run under certain conditions
Abstraction - Answer 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