Programming essentials I - Scratch

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