programming

12345678910111213141516171819202122
Across
  1. 3. keeping a total that values are added to
  2. 4. set of programming statements grouped together under a single nameto perform a task
  3. 6. single character
  4. 9. several characters
  5. 10. a collection of data stored by a computer program to be used again
  6. 13. whole number
  7. 14. allowing the selection of different paths through
  8. 17. steps of a program
  9. 18. identifies the position of an element in an array
  10. 19. a named data store that contains a value
  11. 22. returns the remainder of a division
Down
  1. 1. value that does not change during the execution of a program
  2. 2. the variables in a procedure or function
  3. 5. section of programming code that can be repeated under certain conditions
  4. 6. number of times an action is performed
  5. 7. symbols for this operation
  6. 8. rounds a value to a given number of decimal places
  7. 11. define the value and data type of a variable
  8. 12. the order in which the steps in a program are executed
  9. 15. returns the quotient (whole number part) of a division; different languages use
  10. 16. fractional part
  11. 20. generates a random number
  12. 21. data structure containing several elements of the same data type