Constructs

EasyMediumHard
123456789101112131415161718192021222324252627282930
Question 28
Medium

An automated sorting system at an eco-recycling plant routes electronic waste items to different bins based on their detected component material:

  • Items where the detected material is "Copper" are sent to the re-extraction bin.
  • Items where the detected material is "Silicon" are sent to the shredding bin.
  • All other items are sent to the incineration bin.

An incomplete flowchart for this algorithm is shown below:

Incomplete flowchart for sorting algorithm

Complete the flowchart by stating what should be written inside:

a.

Decision box A

[2]
b.

Decision box B

[2]
c.

Process block C

[2]

Constructs Questions

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