click below
click below
Normal Size Small Size show me how
J277 2.1.1
Computational Thinking
| Term | Definition |
|---|---|
| Decomposition | Breaking down a complex problem into smaller more manageable chunks and solving them individually |
| Abstraction | Picking out the important bits of information and ignoring details that don't matter |
| Algorithm | A set of steps to solve a problem |
| Algorithmic Thinking | Creating a set of steps which can be followed to solve a problem |