keywords

123456789101112131415161718
Across
  1. 5. chart Representation of a program
  2. 7. Statement A highlighted problem that needs to be fixed
  3. 8. Table Helps programmers with values and variables
  4. 9. An explanation or annotation added to your source code explain the purpose of the program
  5. 11. Shows if true or false
  6. 12. is breaking down a complex problem into more manageable subproblems.
  7. 15. Lots of instructions one after the other telling what the program to do
  8. 17. The process of storing data in a variable.
Down
  1. 1. a set of instructions that describes how to get something done.
  2. 2. The process of finding and fixing errors.
  3. 3. A instruction telling the program to do something on a loop
  4. 4. A set of instructions that follow each other
  5. 6. Repeating a set of statements for a while
  6. 7. A easy way of writing a program
  7. 10. Something that you have selected
  8. 13. Data that is used in a program
  9. 14. Statement of computing language
  10. 16. Something that stores data for later
  11. 18. A sequence of letters and numbers