Constructs

EasyMediumHard
123456789101112131415161718192021222324252627282930
Question 11
Medium

An automated sorting conveyor belt at an agricultural packing facility sorts apples by diameter to package them into different grades. The system measures the diameter of each apple in millimetres (mm). After 1000 apples have been sorted, the machine triggers a "Crate Full" alarm to alert the operators to replace the crate.

The sorting criteria are defined as follows:

Apple DiameterClassification / Destination
Up to and including 60 mmJuice Grade
Greater than 60 mm and up to and including 80 mmSupermarket Grade
Greater than 80 mmPremium Grade

Complete the flowchart to implement the apple sorting algorithm by using the symbols provided in the diagram. Use all the symbols. Use each symbol only once. Use as many arrows and Yes/No labels as required.

Apple sorting flowchart

[6]

Constructs Questions

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