Basic Coding Concepts

12345678910111213141516
Across
  1. 9. the different path, or conditions, that can change
  2. 12. the tool that is used to store information
  3. 13. the specific programming language
  4. 14. just a fancy word for information
  5. 15. piece of code that doesn't run unless you give it a specific input
  6. 16. the list of instructions (or code)
Down
  1. 1. any logical steps used to perform a task or solve a problem
  2. 2. triggers that make your code go
  3. 3. tell the computer what action to take
  4. 4. the set of steps that is repeated
  5. 5. the operation that the computer will perform
  6. 6. the computer performs the instruction
  7. 7. information that is provided by the computer
  8. 8. information that is entered into the computer
  9. 10. allows you to make mathematical calculations
  10. 11. make the program repeat the same step multiple times