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