What is an algorithm? (2:
A series of steps (1) that can be followed to complete a task (1)
What is abstraction? (2)
Getting rid of all unnecessary detail from a problem (1) to make accomplishing it easier/faster/less complicated (1)
What is decomposition? (2)
Breaking up a problem into sub-problems (1) so that many tasks can occur at once (if in a team) to accomplish the task faster (1)