Constructs

EasyMediumHard
123456789101112131415161718192021222324252627282930
Question 15
Medium

An automated recycling facility uses a sorting system to route plastic containers to different bins based on their Resin Identification Code.

  • If the code is 1, the container is routed to "Bin A".
  • If the code is 2, the container is routed to "Bin B".
  • For any other code, the container is routed to "Bin C".

The system reads the container's code into the variable resin_code.

Complete the flowchart below by providing the missing statements and decisions for the labels A, B, C, D, E, and F.

A flowchart showing an automated sorting process with labels A to F.

[6]

Constructs Questions

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