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

What is the purpose of a trace table in algorithm design?
To document all the different steps used.
To represent all the different inputs.
To test the data.
To trace the values through an algorithm for given inputs

Explanation

A trace table is used to track how variable values change as the algorithm runs.

Comments (0)

Advertisement