8.5 keywords

1234567891011121314151617
Across
  1. 3. chart A step to step process of a program etc.
  2. 4. Stores a collection of items in order.
  3. 7. declaration The process of storing data in a variable.
  4. 8. is breaking down a complex problem into more manageable subproblems.
  5. 12. Allows a program to choose different paths based on certain conditions
  6. 13. An explanation or annotation added to your source code explain the purpose of the program.
  7. 15. a set of instructions that describes how to get something done.
  8. 16. Repeated execution of a block of code or instructions in a program
  9. 17. Statement It defines an issue that needs to be sorted.
Down
  1. 1. A list of instructions in order
  2. 2. An expression that causes something to happen either by being true or false.
  3. 5. Data that is used in a program
  4. 6. The structure of statements.
  5. 9. A way of writing out instructions for a program using English before writing the code.
  6. 10. loop a control flow statement that allows a block of code to be executed repeatedly, a set number of times
  7. 11. The process of finding and fixing errors.
  8. 12. A thing found in computing that consists of letters and numbers.
  9. 14. A named storage location in a computer's memory.