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