Algorithms

EasyMediumHard
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
Question 39
Easy

An intelligent electric vehicle (EV) rapid-charging station uses a local microcontroller to manage a charging session. The vehicle's maximum battery capacity (in kWh), the current state of charge (as a percentage), and the user's payment identification token are already stored as variables within the program.

State two other physical measurements or session parameters that would need to be stored as variables or constants to manage the charging process.

[2]

Algorithms Questions

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