ITPEC IP April 2020 Question 5

Source exam: ITPEC IP April 2020Topic: Algorithm and Programming

ITPEC IP April 2020 — Question 5 of 100

The right box outputs B2 = 1. The left box receives 49 and 11, so it outputs B1 = 11 and B2 = 49 remainder 11 = 5. These become the right box's inputs 11 and 5, whose remainder is 11 remainder 5 = 1.

Answer (a)

Why not others:
- 2, 4, and 5 do not equal the remainder after dividing 11 by 5

- the quotient is not requested; B2 is specifically defined as the remainder

Key rule: Trace connected processing blocks in order, using each block's outputs as the next block's inputs.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official IP past-paper collection or Report an issue.