cs

1234567891011121314151617
Across
  1. 2. an informal way of programming description that does not require any strict programming language syntax or underlying technology considerations
  2. 3. can tie, bind or hang other objects
  3. 8. choosing the best option available
  4. 9. a data type which stores non-integers
  5. 11. an ordered series of arrangements
  6. 12. is something that occurs continuously
  7. 14. anther name for a number
  8. 17. is not constant or doesn't have a fixed pattern
Down
  1. 1. a task or piece of work allocated to someone as part of a job or course of study
  2. 4. repeated execution of a set of statements
  3. 5. a system of logical thought that is used to create true/false statements
  4. 6. a graphical representation of a computer program in relation to its sequence of functions
  5. 7. A "While" Loop is used to repeat a specific block of code an unknown number of times, until a condition is met
  6. 10. the act or process of a person or thing that casts
  7. 13. the order you make something
  8. 15. short for else if
  9. 16. A "For" Loop is used to repeat a specific block of code a known number of times