prog

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