Which term describes a chart used to follow program steps by hand?

Study for the IGCSE Algorithms and Pseudocode exam to demonstrate mastery of computing foundations. Enhance learning with quizzes, in-depth explanations, and custom study plans. Begin your journey to success now!

Multiple Choice

Which term describes a chart used to follow program steps by hand?

Explanation:
Tracking progress of a program by hand relies on recording how each variable changes at each step. A trace table is exactly that—a chart that lists the program variables in columns and the state of the program after each step in rows—so you can see how values evolve as the algorithm runs. This makes it easy to verify logic, spot mistakes, and understand how loops and conditionals influence the outcomes. The other phrases describe things rather than the chart itself. Describing data that changes refers to variables, not the tool used to follow execution. Describing fixed values that do not change refers to constants, again not the chart. And a phrase like “chart to follow program steps by hand” is just a description of the activity, not the formal term used in programming and algorithm study.

Tracking progress of a program by hand relies on recording how each variable changes at each step. A trace table is exactly that—a chart that lists the program variables in columns and the state of the program after each step in rows—so you can see how values evolve as the algorithm runs. This makes it easy to verify logic, spot mistakes, and understand how loops and conditionals influence the outcomes.

The other phrases describe things rather than the chart itself. Describing data that changes refers to variables, not the tool used to follow execution. Describing fixed values that do not change refers to constants, again not the chart. And a phrase like “chart to follow program steps by hand” is just a description of the activity, not the formal term used in programming and algorithm study.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy