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

Which aspects of an algorithm's operation can be shown using a trace table?
The values of all variables at key points.
The specific input values being used.
The code itself.
The output produced by the algorithm.

Explanation

Trace tables show variables, input, and output.

Comments (0)

Advertisement