Match each description to the correct computational thinking or programming term.
Description
- Breaking a complex problem down into smaller, self-contained sub-problems.
- Setting the starting value of a variable before it is processed.
- Executing instructions one after another in a specific, linear order.
Term
- Abstraction
- Decomposition
- Initialisation
- Selection
- Sequence