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