Devin Shea

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