1.1.1: understand the benefit of using decomposition and abstraction to model aspects of the real world and analyse, understand and solve problems
| Keyword | Definition |
|---|---|
| abstraction | hiding unnecessary details in order to focus on the most important points to make a problem easier to solve |
| analysis | detailed description of a problem and what's involved to solve it |
| decomposition | breaking a problem down into smaller parts to make it easier to solve |
| model | simplified simulation of a real world problem |
| sub problem | smaller part of a project that can be solved separately |