Computing Fundamentals
Across
- 2. The specific order of instructions.
- 4. Identifying and focusing on only the important parts needed to solve the problem.
- 6. Spotting similarities and repetition to improve the efficiency of our instructions.
- 7. Making different things happen based on different conditions.
- 8. A set of step-by-step instructions.
- 9. Finding and fixing errors with code.
Down
- 1. Breaking down a problem into smaller parts.
- 3. A container for storing data which can be accessed and updated while a program is running.
- 5. Allow you to repeat sets of instructions without having to write them out multiple times.