Constructs

EasyMediumHard
123456789101112131415161718192021222324252627282930
Question 22
Medium

An automated courier distribution hub sorts outgoing packages by weight to assign them to the correct delivery fleet. The system weighs each package. After 800 packages have been processed, the system triggers a dispatch log update and stops.

Package Weight (w w\,w in kg)Delivery Fleet
w≤1.5w \le 1.5w≤1.5Micro-Drone
1.5<w≤5.01.5 < w \le 5.01.5<w≤5.0Quadcopter
w>5.0w > 5.0w>5.0Cargo Van

Complete the flowchart to implement this sorting algorithm using the provided blocks. Use each block exactly once. Ensure all decision outputs are labeled with "Yes" or "No" as appropriate.

Flowchart and Symbols

[6]

Constructs Questions

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