Word Hike

12345678910
Across
  1. 2. A hierarchical data structure consisting of nodes, with each node having child nodes.
  2. 3. The process of finding and fixing errors or issues in a program.
  3. 5. A program that translates source code into machine code or bytecode.
  4. 8. The global network of interconnected computer networks.
  5. 9. A reusable block of code that performs a specific task or operation.
Down
  1. 1. A structured collection of data that is organized for efficient retrieval and manipulation.
  2. 4. A set of instructions written in a programming language that tells a computer what to do.
  3. 6. A linear data structure that holds a sequence of elements, allowing for dynamic resizing.
  4. 7. The set of rules that dictate how code should be structured in a programming language.
  5. 10. Data provided to a program, often entered by a user or from another source.