Coding Crossword

12345678910111213141516
Across
  1. 2. loop that iterates over each element in a list
  2. 3. one repetition of a loop
  3. 4. returns a True or False value
  4. 5. the library we use in TechSmart for sprites
  5. 7. ends a loop immediately
  6. 10. changeable collection of ordered elements
  7. 11. loop that repeats a section of code until a condition is no longer True
  8. 13. the largest value in a collection
  9. 14. Creates a new list by joining two lists together
  10. 16. zero-based position of an element in a collection
Down
  1. 1. ends the current iteration of a loop and returns to top of the loop
  2. 2. loop that runs a specific number of times
  3. 6. arrange the elements in a collection in ascending order
  4. 8. the smallest value in a collection
  5. 9. the library we use in TechSmart to make random choices
  6. 12. a value in a list at a position
  7. 15. on-screen graphic/image