Across
- 4. A reusable block of code designed to perform a specific task, which can take inputs and return an output.
- 6. A numerical representation that indicates the position of an element within a data structure, such as an array or list.
- 9. A programming construct that executes a block of code only if a specified condition evaluates to true.
- 11. Words
Down
- 1. The process of identifying, isolating, and fixing problems or errors in a computer program or system.
- 2. A symbolic name associated with a value and whose associated value may change during program execution.
- 3. A step-by-step procedure or formula for solving a problem or completing a task, especially in computing.
- 5. A line or block of text in a program that is not executed as code; used to provide explanations or annotations for the code.
- 7. Type A classification that specifies the type of data a variable can hold, such as integer, string, or boolean.
- 8. A programming construct that repeats a block of code as long as a specified condition is true.
- 10. The set of rules that defines the structure of statements in a programming language, determining how code is written and interpreted.
