0
0
EV Technologyknowledge~10 mins

Vehicle-to-Everything (V2X) communication 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 define V2X communication.

EV Technology
V2X stands for Vehicle-to-[1] communication.
Drag options to blanks, or click blank then click option'
AElectric
BEngine
CEverything
DEnergy
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing 'X' with 'Engine' or 'Electric' which are parts of a vehicle, not communication targets.
2fill in blank
medium

Complete the sentence about V2X communication types.

EV Technology
V2X includes Vehicle-to-Vehicle (V2V) and Vehicle-to-[1] (V2I) communication.
Drag options to blanks, or click blank then click option'
AInternet
BInfrastructure
CIndustry
DInformation
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Internet' or 'Information' which are related but not the correct term for V2I.
3fill in blank
hard

Fix the error in the description of V2X communication.

EV Technology
V2X communication helps vehicles share data using [1] technology.
Drag options to blanks, or click blank then click option'
ADedicated Short-Range Communications
BBluetooth
CInfrared
DWi-Fi
Attempts:
3 left
💡 Hint
Common Mistakes
Selecting Bluetooth or Wi-Fi which are not optimized for V2X communication.
4fill in blank
hard

Fill both blanks to complete the V2X communication example.

EV Technology
A vehicle sends a warning message to nearby cars using [1] and receives traffic updates from [2].
Drag options to blanks, or click blank then click option'
ADSRC
BRoadside Units
CBluetooth
DSatellite
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing Bluetooth or Satellite as the main communication method or infrastructure.
5fill in blank
hard

Fill all three blanks to complete the V2X communication dictionary comprehension.

EV Technology
v2x_data = {{ [1]: [2] for [3] in devices if devices[[3]] == 'active' }}
Drag options to blanks, or click blank then click option'
Adevice_id
Bstatus
Ddevice
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'device' as the loop variable which does not match the dictionary keys.