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