Falemei's Crossword

1234567891011121314151617181920
Across
  1. 5. Executes code line by line.
  2. 9. Text in the code meant for programmers, ignored by the computer.
  3. 12. Simplifying complex systems by modeling classes.
  4. 14. A system for tracking code changes.
  5. 18. Instructions written in a programming language.
  6. 19. The actual value passed to a function.
  7. 20. A sequence of characters.
Down
  1. 1. A connection between nodes in a graph.
  2. 2. A reusable block of code that performs a task.
  3. 3. Combining changes from branches.
  4. 4. A diagram showing an algorithm’s steps.
  5. 6. The top node in a tree.
  6. 7. Data provided to a program.
  7. 8. Rules that define the structure of code.
  8. 10. A set of nodes connected by edges.
  9. 11. Saving changes to a repository.
  10. 13. A group of 8 bits.
  11. 15. A whole number.
  12. 16. A number with a decimal point.
  13. 17. A blueprint for creating objects in programming.