AcademyEX logo large white

Question 4 Level 3 - Testing and Debugging

When can we apply debugging skills?

  1. Debugging helps us locate problems, make updates, and test if our solution is correct

  2. Debugging happens before we start coding.

  3. Debugging helps us create our initial algorithm

  4. Debugging only helps us solve computer problems

A is correct

Debugging should be used by everyone to solve problems. We use debugging to analyse problems after we initially create an algorithm and it can be used in both computerised and non-computerised contexts.