Representing algorithms

EasyMediumHard
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
Question 16
Easy

Decomposition has been used to break the design of a new Automated Greenhouse Control System down into smaller sub-problems.

The hierarchical diagram represents the functional design of the program.

Decomposition structure of the Automated Greenhouse Control System

Complete the decomposition of this program by selecting the correct sub-task for boxes A and B from the following list:

  • Calibrate pH sensors
  • Log soil moisture levels
  • Track carbon dioxide emission
  • Manage Grow Lights
  • Adjust ventilation speed

Box A: Box B:

[2]

Representing algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Representing algorithms