B2.1 - Intro

123456789101112131415161718
Across
  1. 4. A string operation that substitutes one sequence of characters for another
  2. 6. Keyword used to contain code that might generate an exception
  3. 8. To join two or more strings together
  4. 9. A sequence of characters extracted from part of a string
  5. 10. Data type used to represent whole numbers
  6. 11. A single symbol or letter in a string
  7. 12. Java construct used to handle an exception
  8. 13. Data type that can have a true or false value
  9. 15. A variable whose scope is restricted to a particular part of a program
  10. 17. A point where program execution can be deliberately paused
  11. 18. Block that executes after exception handling regardless of the outcome
Down
  1. 1. Python keyword used to handle an exception
  2. 2. A variable that can be accessed throughout a program
  3. 3. The process of identifying and correcting errors in a program
  4. 5. An event that disrupts the normal flow of a program during execution
  5. 6. A table used to track variable values as a program executes
  6. 7. Data type used to represent numbers that can contain a fractional part
  7. 9. Data type used to represent a sequence of characters
  8. 14. A problem in a program that can cause incorrect or unexpected behaviour
  9. 16. A named memory location used to store data