Representing algorithms

EasyMediumHard
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
Question 35
Easy

A driver using an electric vehicle (EV) charging station will be able to initiate a charging session, monitor progress, and process payment. When initiating a charging session, the driver will scan their RFID card, before selecting the charger connector type.

Decomposition has been used to break this system down into smaller sub-problems. The hierarchical diagram below represents the design of the system.

EV Charging System Decomposition Diagram

Complete the decomposition of this system by stating what should be written in:

  • Box A
  • Box B
[2]

Representing algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Representing algorithms