Coding I Review

1234567891011121314151617181920
Across
  1. 3. A way to print something to the console.
  2. 5. A process which converts a data type to another data type.
  3. 11. Something that can store values.
  4. 15. A statement which exists within an if-statement.
  5. 16. An expression that results in 'True' or 'False'.
  6. 18. A loop which carries out some function while a statement is true.
  7. 20. A way to test two conditions in one statement.
Down
  1. 1. A loop which exists within another loop.
  2. 2. A data type made up of letters and words.
  3. 4. A character which completes some mathematical expression.
  4. 6. A statement which runs if an if-statement is false
  5. 7. Art created using ASCII code.
  6. 8. A statement which executes if some condition is true.
  7. 9. A loop which carries out some function a given number of times.
  8. 10. A list which contains elements directly from another list.
  9. 12. A short description of the code.
  10. 13. Joining two or more strings to create a new string.
  11. 14. A changeable, ordered set of elements.
  12. 17. A number system with ten possible values for each digit.
  13. 19. A number system with two possible values for each digit.