Constructs

EasyMediumHard
123456789101112131415161718192021222324252627282930
Question 26
Medium

Oakwood Community Tech Club offers four tiers of membership: Bronze, Silver, Gold, and Platinum.

The annual robotics championship is open only to 'Gold' and 'Silver' members. Each competition category has a strict limit of 12 entries.

Draw a flowchart to represent the process of checking and processing a entry request for a competition category.

Your flowchart must:

  • Input the member's tier and the current number of entries for the category
  • Check if the member is eligible ('Gold' or 'Silver')
  • Check if there is space available (less than 12 entries)
  • Output an appropriate message if they are not eligible, if the category is full, or if the entry is accepted.
[6]

Constructs Questions

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