Coding I Review

123456789101112131415161718
Across
  1. 5. A method which prints a message to the console
  2. 7. A loop which runs until some statement is no longer true
  3. 8. A loop which runs a given number of times
  4. 10. A statement which runs if some statement is true
  5. 13. A loop which exists within another loop
  6. 14. A storage location containing some value/quantity
  7. 15. A list made up of elements of another list
  8. 16. A number system with two possible options for each digit
  9. 17. A way to combine two or more strings
  10. 18. A statement which runs if some other statement is false
Down
  1. 1. A way to describe code and increase readability
  2. 2. A number system with ten possible options for each digit
  3. 3. A data structure containing a set of elements
  4. 4. Symbols which perform operations (ex. addition, subtraction, etc.)
  5. 6. An expression which returns either 'True' or 'False'
  6. 9. An if-statement which exists within another if-statement
  7. 11. The process of converting a variable's data type to another data type
  8. 12. A data type mainly consisting of letters/characters