Coding 1

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