ALGORITHM

1234567891011121314151617
Across
  1. 3. Instructions written in a programming language.
  2. 6. A group of 8 bits.
  3. 10. A symbol that performs a calculation.
  4. 11. Translates code into machine language.
  5. 12. Data provided to a program.
  6. 14. search Efficient algorithm for finding items in a sorted array.
  7. 15. Code Original code written by a programmer.
  8. 16. Complexity Measure of time and space an algorithm uses.
  9. 17. Data produced by a program.
Down
  1. 1. A file that can be run as a program.
  2. 2. A base-16 number system using 0-9 and A-F.
  3. 4. Saving changes to a repository.
  4. 5. A type with two values: true or false.
  5. 7. A storage location for data with a name.
  6. 8. Error A flaw in the algorithm causing incorrect results.
  7. 9. Finding and fixing errors in code.
  8. 13. A plain language description of an algorithm.
  9. 15. Rules that define the structure of code.