Constructs

EasyMediumHard
123456789101112131415161718192021222324252627282930
Question 30
Medium

An intelligent thermostat selects the target temperature based on the user's mode setting:

  • Users who select "Eco" mode have their target temperature set to 17°C.
  • Users who select "Comfort" mode have their target temperature set to 21°C.
  • Any other selection sets the target temperature to 19°C.

An incomplete flowchart for this algorithm is shown below:

Incomplete flowchart for thermostat temperature selection

Complete the flowchart by stating what should be written inside:

a.

Decision box A

[2]
b.

Decision box B

[2]
c.

Process block C

[2]

Constructs Questions

  1. GCSE
  2. /Computer Science
  3. /Constructs