Trace Tables Flashcards
1
Q
What do trace tables do?
A
show how values change when an algorithm is carried out
2
Q
Rules of trace tables
A
~ Go through every line
~ Only add to a column when that column’s value changes
~Move onto a new row when you move into a new ‘block’ in the code
~ Gaps are fine!