Constructs

EasyMediumHard
123456789101112131415161718192021222324252627282930
Question 9
Medium

Packages at a logistics warehouse are scanned and routed automatically based on their shipping code label.

  • If the label begins with 'E', the package is routed to the Express lane.
  • If the label begins with 'S', the package is routed to the Standard lane.
  • If the label is unreadable or damaged, the package is routed to the Manual sorting desk.

Draw a flowchart to represent this process for a single package.

[6]

Constructs Questions

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