prog

1234567891011121314151617181920212223
Across
  1. 1. - A sequence of instructions that repeats until a condition is met.
  2. 4. - A loop that runs as long as a condition is true.
  3. 8. - A data type for representing numbers with decimal points.
  4. 9. - A storage location with a name, used to hold data.
  5. 14. - The process of finding and fixing errors in code.
  6. 15. - Information processed or stored by a computer.
  7. 16. - The set of rules defining valid code structure.
  8. 18. - A request for information from a database.
  9. 20. - A piece of a programming language, like a keyword or operator.
  10. 22. - A sequence of characters, often used for text.
  11. 23. - A collection of items stored at contiguous memory locations.
Down
  1. 2. - The location of a file or directory in a filesystem.
  2. 3. - Instructions written for a computer to perform tasks.
  3. 5. - Data given to a program by the user.
  4. 6. - Reasoning used in algorithms and decision-making in code.
  5. 7. - A point in a data structure, like a linked list or tree.
  6. 9. - A specific piece of data assigned to a variable.
  7. 10. - An error or flaw in a program.
  8. 11. - The position of an item in an array or list.
  9. 12. - A blueprint for creating objects in object-oriented programming.
  10. 13. - Data produced by a program and displayed to the user.
  11. 17. - A unit of digital information, typically 8 bits.
  12. 19. - A procedure to check if code works as expected.
  13. 21. - A number system that uses only 0s and 1s.
  14. 22. - A data structure that follows "Last In, First Out" order.