Coding Vocabulary

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