What is meant by the term “Abstraction”?
Obfuscating unnecesary details, usually for the benefit of the user
What is meant by the term “Decomposition”?
Breaking down a problem into smaller more manageable parts, usually to make coding easier to do and more approachable
What is meant by the term “Algorithmic thinking”?
Finding an algorithm to get to the solution and then working in line with those steps
What is meant by the term “Structure diagram”?
A diagram showing how a problem is decomposed, displayed decomposition visually