Quick Read : Using Code Tracing to improve program comprehension
Support learners to better write effective computer programs by focusing on program comprehension. Developing this skill helps them to understand and interpret a program and discern it's function.
Code Tracing supports this development by encouraging learners to read, understand and record the behaviour of a program at different stages of its execution.