Coding Vocabulary

12345678910111213
Across
  1. 1. Runs a block of code over and over for a set number of times.
  2. 4. a particular order in which related events, movements, or things follow each other.
  3. 5. A contraction of "Binary Digit"; the single unit of information in a computer, typically represented as a 0 or 1
  4. 6. A time it takes for a bit to travel from its sender to its receiver.
  5. 8. A block of code that will run only if something is true.
  6. 11. An error in your code.
  7. 13. A new or improved idea, device, product, etc. of the development thereof
Down
  1. 1. A collection of commands grouped together and given a name. The set of commands can them be run with just the name of the function whenever that set is needed.
  2. 2. A set of rules governing the exchange or transmission of data between devices.
  3. 3. A number of bits that are conveyed or processed per unit of time. (usually seconds)
  4. 7. Transmission capacity measure by bit rate
  5. 9. Identifying and fixing the error in code.
  6. 10. An instruction given by a user telling a computer to do something, such a run a single program or a group of linked programs
  7. 12. A way of representing information using only two options.