Animations and Games

1234567891011121314
Across
  1. 4. – A label for a piece of information used in a program.
  2. 5. – A simplified representation of something more complex; allows you to hide details to manage complexity and reason at a higher level.
  3. 7. – The way that sprites' properties are used in Game Lab, by connecting the sprite and property with a dot.
  4. 8. – An algorithm that has been coded into something that can be run by a machine.
  5. 9. – Something a program checks to see whether it is true before deciding to take an action.
  6. 10. – The smallest individual unit of a digital image or display.
  7. 13. – Finding and fixing problems in an algorithm or program.
  8. 14. – Program instructions.
Down
  1. 1. – Statements that only run when certain conditions are true.
  2. 2. – A label for a characteristic of a sprite, such as its location and appearance.
  3. 3. – Additional information provided as input to a block to customize its functionality.
  4. 6. – In programming, an expression that evaluates to True or False.
  5. 8. – A person who writes computer programs.
  6. 11. – A character on the screen with properties that describe its location, movement, and look.
  7. 12. – Part of a program that does not work correctly.