Across
- 6. Subprogram that returns a value
- 7. Local variable that is passed to a subprogram
- 10. ___________ operators are used to complete mathematical calculations
- 11. Location in memory that holds one value that does not change
- 13. Joining strings together side by side
- 15. Data type for whole numbers
- 16. Data type for alphanumeric characters
Down
- 1. Data type for True or False
- 2. Subprogram that does not return a value
- 3. Repeating a section of code using a loop
- 4. ___________ operators are used to compare values within a program
- 5. Memory location to hold one value that can change
- 8. Using decisions to structure a program (IF, ELSE)
- 9. Instructions that are carried out one after another
- 12. Data type for decimal numbers
- 14. Data structure that can hold multiple values under one name
- 17. Function used to allow users to enter data into a program
