0
0
Power Electronicsknowledge~10 mins

On-board charger design in Power Electronics - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to identify the main function of an on-board charger.

Power Electronics
The primary role of an on-board charger is to convert [1] power to DC power suitable for the vehicle battery.
Drag options to blanks, or click blank then click option'
AAC
BDC
CMechanical
DThermal
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing AC with DC power source.
2fill in blank
medium

Complete the code to specify the key component used for voltage regulation in an on-board charger.

Power Electronics
A common component used for voltage regulation in on-board chargers is the [1] converter.
Drag options to blanks, or click blank then click option'
Alinear
Bmechanical
Cbuck
Dthermal
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing linear converters which are less efficient.
3fill in blank
hard

Fix the error in the statement about charging modes.

Power Electronics
On-board chargers support [1] charging mode which allows faster charging by increasing current.
Drag options to blanks, or click blank then click option'
Aslow
Bfast
Cthermal
Dmechanical
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing slow charging with fast charging.
4fill in blank
hard

Fill both blanks to complete the description of a safety feature in on-board chargers.

Power Electronics
The on-board charger includes [1] protection to prevent overcurrent and [2] protection to avoid overheating.
Drag options to blanks, or click blank then click option'
Aovercurrent
Bovervoltage
Cthermal
Dmechanical
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing overvoltage with overcurrent protection.
5fill in blank
hard

Fill all three blanks to complete the dictionary comprehension describing charger parameters.

Power Electronics
charger_params = { [1]: [2] for [3] in ['voltage', 'current', 'temperature'] if [2] is not None }
Drag options to blanks, or click blank then click option'
Aparam
Bvalue
Attempts:
3 left
💡 Hint
Common Mistakes
Using the same variable name for key and value incorrectly.