Game Preview

Code Bingo - Definitions

  •  English    24     Public
    Code Bingo for Ms. Frost's Class
  •   Study   Slideshow
  • Finding and fixing problems in an algorithm or program.
    Debugging
  •  15
  • An algorithm that has been coded into something that can be run by a machine.
    Program
  •  15
  • An extra piece of information passed to a function to customize it for a specific need
    Parameter
  •  15
  • A label for a piece of information used in a program.
    Variable
  •  15
  • A label for a characteristic of a sprite, such as its location and appearance
    Property
  •  15
  • A character on the screen with properties that describe its location, movement, and look.
    Sprite
  •  15
  • in programming, an expression that evaluates to True or False
    Boolean Expression
  •  15
  • Statements that only run when certain conditions are true.
    Conditionals
  •  15