Coding 1
Across
- 7. in JavaScript, a symbol used to end a statement
- 8. and outline of the basic ideas of how algorithms will work, a mixture of English and programming language
- 9. a whole number
- 10. coding using 0s and 1s
- 11. a container for holding values
- 12. a reusable block of code
Down
- 1. a way to leave notes about what your code is doing in English, so other people can understand it
- 2. instructions used on a computer
- 3. a repeated action
- 4. step-by-step instructions
- 5. a type of logic for creating true/false if/then statements
- 6. a section of code in a computer program that is repeated until the ending conditions are met