Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 3 - No. 43)

What is the purpose of a 'trace table' in algorithm design?
To visualize the algorithm's control flow.
To determine the algorithm's execution time.
To track the values of variables as the algorithm executes.
To test the algorithm for syntax errors.

Explanation

A trace table allows for the variables to be traced.

Comments (0)

Advertisement