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