Across
- 4. A coding system using the digits 0 and 15 to represent a letter, digit, or other character
- 5. Used to repeat a specific block of code an unknown number of times, until a condition is met
- 6. A coding system using the digits 0 and 7 to represent a letter, digit, or other character
- 8. A loop that appears in the loop body of another loop
- 11. A selection statement that allows more than one possible flow of control
- 14. Inputs that the person using the code creates
- 15. Returns an integer number selected element from the specified range
Down
- 1. Used to repeat a specific block of code a known number of times
- 2. A binary variable, having two possible values called “true” and “false.”
- 3. A coding system using the digits 0 and 9 to represent a letter, digit, or other character
- 7. Words in code that the computer won't read, only used to communicate to people accessing your code
- 9. A data type used to represent text
- 10. The operation of joining two strings together
- 12. A coding system using the digits 0 and 1 to represent a letter, digit, or other character
- 13. A data type used to represent numbers
