Algorithms

EasyMediumHard
123456789101112
Question 11
Hard

Every week, SwiftCargo tracks the efficiency of its logistics team. They want to calculate the total weight of parcels processed by a specific loader using records stored in a database table called tbl_Loads.

Construct a flowchart to show an algorithm that outputs the total weight of parcels processed by a single loader.

The loader's ID is provided as input at the start.

[6]

Algorithms Questions

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