Edit Game
Code Bingo - Definitions
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






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