Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 6 - No. 38)
What kind of errors could be discovered using trace tables?
Syntax errors
Logical errors
Runtime errors
Data entry errors
Explanation
Trace tables track the values of variables, which can reveal logical and runtime errors, but not syntax or data entry errors.
Comments (0)
