31.0k views
4 votes
Place the following computational thinking definitions in order from steps 1-5.

Algorithm Design- create a set or step-by-step instructions to complete a task.


Pattern recognition- look for similarities and trends


Decomposition- breaking something into smaller parts


Abstraction- focus on what's important, ignore what is unnecessary.


Debugging- fixing errors within the algorithm

User Troutwine
by
7.2k points

1 Answer

4 votes

Answer:

Decomposition- breaking something into smaller parts

Pattern recognition- look for similarities and trends

Abstraction- focus on what's important, ignore what is unnecessary

Algorithm Design- create a set or step-by-step instructions to complete a task

Debugging- fixing errors within the algorithm

User Dharshan
by
7.2k points