Algorithm

123456789101112131415161718
Across
  1. 3. (Integrated Development Environment) Software for writing code.
  2. 6. Processing Collecting and manipulating data to produce meaningful information.
  3. 8. Method for finding an item in a collection.
  4. 9. A reusable block of code that performs a task.
  5. 10. A reusable block of code that performs a task.
  6. 12. Solving problems by trying all possible solutions.
  7. 15. A group of 8 bits.
  8. 16. Operator Operators used to perform mathematical operations (e.g., +, -).
  9. 17. A plain language description of an algorithm.
  10. 18. Reasoning in programming to perform tasks.
Down
  1. 1. Search Algorithm for traversing graphs by exploring as far as possible along each branch.
  2. 2. A platform for developing software applications.
  3. 4. Structure A way of organizing data.
  4. 5. Original code written by a programmer.
  5. 7. Data provided to a program.
  6. 11. The lowest-level programming language, directly understood by the computer’s CPU.
  7. 12. The smallest unit of data, 0 or 1.
  8. 13. Data produced by a program.
  9. 14. Text in the code meant for programmers, ignored by the computer.
  10. 15. Efficient algorithm for finding items in a sorted array.