Intro to Code

12345678
Across
  1. 1. An instruction for the computer. Many commands put together make up algorithms and computer programs
  2. 3. Transforming actions into a symbolic language
  3. 5. A placeholder for a piece of information that can change
  4. 8. A piece of code that can be called over and over
Down
  1. 2. A series of instructions on how to accomplish a task
  2. 4. Finding and fixing issues in code
  3. 6. Extra bits of information that you can pass into a function to customize it
  4. 7. The action of doing something over and over again