Programming essentials I - Scratch
Across
- 1. Operators such as AND, OR, NOT.
- 4. _______ controlled iteration will
- 6. Used to store data for use in a program.
- 7. ______ controlled iteration will execute the
- 9. This is processed by a computer to produce output.
- 10. Running instructions in order.
- 12. This means to run the instructions in a program.
- 13. Making choices eg if.... else
- 14. Precise sequence of instructions.
- 15. Scratch bricks that we can use to code algorithms.
Down
- 2. a set number of times.
- 3. Operators like =, <, > that allow us to
- 5. the commands until the condition you set is no longer being met.
- 8. Computational ________ is solving problems with or without a computer.
- 9. Doing the same thing more than once.
- 11. To improve a program that might have errors.