Computing – debugging and decomposition

In computing today, we have looked at decomposition and how we break up a job into smaller achievable steps.

We then looked at debugging, this is where we look at if the algorithm has a problem and reason why it does not work and then re write the algorithm. We used a map to do this.