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