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

Prepare for the IGCSE Algorithms and Pseudocode Exam. Study with comprehensive questions covering key algorithms and pseudocode techniques. Access hints and explanations to gear up for your exam success!

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