Eshan's computing crossword(better than carl's)

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