Constructs

EasyMediumHard
123456789101112131415161718192021222324252627282930
Question 6
Medium

An automated smart irrigation system determines the volume of water to distribute to a zone based on the soil moisture status.

  • If the soil status is "Dry", the system distributes "15 Litres" of water.
  • If the soil status is "Moist", the system distributes "5 Litres" of water.
  • For all other soil statuses, the system distributes "0 Litres".

The system inputs the soil moisture status into the variable soil_status.

Complete the flowchart by providing the missing statements and decisions for the labels A, B, C, D, E, and F.

A flowchart determining water distribution volumes based on soil status.

[6]

Constructs Questions

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