When can we apply debugging skills?
Debugging helps us locate problems, make updates, and test if our solution is correct
Debugging happens before we start coding.
Debugging helps us create our initial algorithm
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.