Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 9 - No. 22)
Which of the following is a good practice when creating a trace table?
Include the values of all variables after each step of execution.
Use descriptive variable names.
Document all conditions and decisions.
Only track the input values.
Explanation
These help trace and explain the logic.
Comments (0)
