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