Clone of year 7 quick 1

1234567
Across
  1. 5. A specific order in which commands are executed in a program to achieve a desired outcome.
  2. 6. A step-by-step set of instructions designed to perform a task or solve a problem.
  3. 7. A reusable piece of code that performs a specific task and can be called multiple times in a program.
Down
  1. 1. A symbolic name associated with a value that can change, used to store data within a Scratch project.
  2. 2. A programming construct that allows the execution of different actions based on specific conditions, often implemented using if/else statements.
  3. 3. A programming technique that repeats a set of instructions multiple times for efficiency.
  4. 4. A directive given to a computer that instructs it to perform a specific action.