Understanding Cellular Networks: 4G and 5G
📖 Scenario: You are learning about cellular networks used in mobile phones and devices. These networks connect devices wirelessly to the internet and to each other. 4G and 5G are two common generations of these networks, each with different features and speeds.Imagine you want to organize information about these networks to understand their differences and uses.
🎯 Goal: Build a simple data structure that holds key facts about 4G and 5G networks. Then, add a filter to find networks that support a certain feature. Finally, create a summary list of network names that meet the filter criteria.
📋 What You'll Learn
Create a dictionary with exact keys '4G' and '5G' and their feature details
Add a variable to hold a feature to search for
Use a loop or comprehension to find networks supporting that feature
Create a final list of network names that support the feature
💡 Why This Matters
🌍 Real World
Cellular networks like 4G and 5G are everywhere, powering mobile internet and communication. Understanding their features helps in choosing devices and services.
💼 Career
Network engineers, mobile app developers, and tech support professionals benefit from knowing how cellular networks differ and how to organize this information.
Progress0 / 4 steps