Iteration

12345678910
Across
  1. 2. another word for iteration
  2. 5. repeating instructions in a program
  3. 8. decreasing a value by a fixed amount
  4. 10. loop that runs until a condition is met
Down
  1. 1. scratch block used for iteration
  2. 3. stores a value in a program
  3. 4. increasing a value by a fixed amount
  4. 6. loop that runs a set number of times
  5. 7. reduces duplicate code
  6. 9. finding and fixing errors in code