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