Proggraming

12345678910
Across
  1. 2. a list of instructions to do more than once
  2. 4. The same thing as a variable with one major difference - the value of a constant does not change, while the value of a variable can change all throughout a program
  3. 7. detailed steps your program must perform without having to worry about the specific vocabulary or syntax of a specific programming language
  4. 9. do certain things based on a true or false, yes or no decisiĆ³n
  5. 10. A container which represents a value in a program
Down
  1. 1. correct steps of an action
  2. 3. approaching a complex programming task by first mapping out
  3. 5. a set of steps for carrying out a specific task
  4. 6. The actual text used to write the instructions for a computer program
  5. 8. A software tool that translates source code into data that the computer can understand