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