0
0
EV Technologyknowledge~10 mins

Levels of autonomy (SAE L0-L5) in EV Technology - Interactive Code Practice

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

Complete the sentence to identify the SAE level with no automation.

EV Technology
SAE Level [1] means the driver controls everything without any automation.
Drag options to blanks, or click blank then click option'
AL0
BL1
CL3
DL5
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing Level 0 with Level 1 which has some driver assistance.
Thinking Level 5 means no automation.
2fill in blank
medium

Complete the sentence to identify the SAE level where the vehicle can assist with steering or acceleration but the driver must stay engaged.

EV Technology
SAE Level [1] provides driver assistance like steering or acceleration but requires the driver to monitor and control the vehicle.
Drag options to blanks, or click blank then click option'
AL4
BL0
CL5
DL1
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up Level 1 with Level 2 which has combined automation.
Thinking Level 1 means full self-driving.
3fill in blank
hard

Fix the error by selecting the correct SAE level where the vehicle can perform all driving tasks under certain conditions without driver intervention.

EV Technology
SAE Level [1] allows the vehicle to drive itself in specific conditions without the driver needing to take control.
Drag options to blanks, or click blank then click option'
AL1
BL0
CL3
DL2
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Level 2 which requires constant driver monitoring.
Confusing Level 3 with Level 4 or 5 which have higher autonomy.
4fill in blank
hard

Fill both blanks to describe the SAE levels where the vehicle can operate without driver attention in most conditions and the driver may not need to intervene.

EV Technology
SAE Levels [1] and [2] mean the vehicle can perform all driving tasks without driver intervention in most environments.
Drag options to blanks, or click blank then click option'
AL4
BL3
CL5
DL2
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up Level 3 with Level 4 or 5.
Thinking Level 5 still requires driver attention.
5fill in blank
hard

Fill all three blanks to complete the dictionary comprehension that maps SAE levels to their autonomy descriptions.

EV Technology
sae_levels = { [1]: [2] for [3] in ['L0', 'L1', 'L2', 'L3', 'L4', 'L5'] }
Drag options to blanks, or click blank then click option'
Alevel
Bdescription
Dlevel_descriptions.get(level, 'Unknown')
Attempts:
3 left
💡 Hint
Common Mistakes
Using the same variable name for key and value incorrectly.
Not using the get method to handle missing descriptions.