Eshan's computing crossword

1234567891011121314151617
Across
  1. 3. used when you have a block of code which you want to repeat a fixed number of times
  2. 5. a control flow statement which allows code to be executed repeatedly, depending on whether a condition is satisfied or not
  3. 7. else if
  4. 9. a reserved memory location to store values
  5. 10. an algorithmic representation of the code involved
  6. 12. evaluates the expression list
  7. 14. hold value and cannot be changed
  8. 15. a diagrammatic representation of an algorithm
  9. 16. a sequence of characters
  10. 17. is a data structure that stores values of same data type
Down
  1. 1. the truth value
  2. 2. an ordered set
  3. 4. the floating point number
  4. 6. is a general term for taking each item of something, one after another
  5. 8. are also known as Decision control statements or branching statements.
  6. 11. when you convert a variable value from one type to another
  7. 13. whole numbers