Study

Code Bingo - Definitions

  •   0%
  •  0     0     0

  • the information computers give to users, devices, or other computers
    Output
  • The information computers get from users, devices, or other computers
    Input
  • Search a list or group of things for a match
    Finding a Match
  • Hypertext Markup Language, a language used to create web pages
    HTML
  • Finding and fixing problems in an algorithm or program.
    Debugging
  • the text and images on a website
    Website Content
  • in programming, an expression that evaluates to True or False
    Boolean Expression
  • Keep track of how many of something there are.
    Counting
  • Check whether things are the same, or one is bigger than the other.
    Comparing
  • the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same
    Copyright
  • saving information to use in the future
    Storage
  • Cascading Style Sheets; a language used to describe how HTML elements should be styled
    CSS
  • Statements that only run when certain conditions are true.
    Conditionals
  • Part of a program that does not work correctly.
    Bug
  • A title or Summary for a document or section of a document
    Heading
  • An extra piece of information passed to a function to customize it for a specific need
    Parameter
  • A machine that works with information
    Computer
  • A label for a characteristic of a sprite, such as its location and appearance
    Property
  • An algorithm that has been coded into something that can be run by a machine.
    Program
  • If something is true, do something else.
    If/Then
  • The collected information about an individual across multiple websites on the Internet.
    Digital Footprint
  • A character on the screen with properties that describe its location, movement, and look.
    Sprite
  • A label for a piece of information used in a program.
    Variable
  • the thinking work computers do to turn input to output
    Processing