Flowchart with TraceTable Worksheet
1. This flowchart inputs the marks gained in an examination. An input of –1 ends the routine.
2210_s19_qp_22
2. This flowchart inputs the weight of items in kilograms to be loaded on a trailer. Any item over
25 kilograms is rejected. The trailer can take up to 100 kilograms.
2210_s17_qp_22
3. This flowchart inputs the points won and the points lost when playing a game. The difference
between the points won and lost is calculated and depending on the result the player can:
move up to the next level, stay at the same level, or move down to the previous level. The
flowchart finishes when the input for points won is –1.
2210_s20_qp_22
4. The flowchart below calculates the number of tins of paint required to paint walls. The
flowchart inputs the height and width of a wall in metres, the number of doors and the
number of windows.
A value of –1 for the height stops the input. 2210_s16_qp_22
2210_s15_qp_22
5. This pseudocode algorithm inputs two non-zero numbers and a sign, and then performs the
calculation shown by the sign. An input of zero for the first number terminates the process.
2210_s18_qp_22
6.