A trace table slows an algorithm down so you can see what it is doing.
A trace table records the changing values of variables as an algorithm runs.
It allows programmers to dry-run the logic without executing the program on a computer.
β
Value changes
β
Record change
β
Next instruction