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