0
0
Intro to Computingfundamentals~20 mins

Edge computing basics in Intro to Computing - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Edge Computing Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
What is the main advantage of edge computing compared to cloud computing?

Imagine you have a smart home security camera that needs to detect motion quickly. Why would edge computing be better than sending all data to a distant cloud server?

AIt reduces the delay because data is processed near the camera instead of far away.
BIt stores all data permanently on the device without sending it anywhere.
CIt requires no internet connection at all to work.
DIt sends data to multiple cloud servers to increase security.
Attempts:
2 left
💡 Hint

Think about how fast the camera needs to react when it detects motion.

trace
intermediate
2:00remaining
Trace the data flow in an edge computing setup

Consider a smart traffic light system using edge computing. Data from cameras is processed locally to detect cars and adjust lights. Then summary data is sent to the cloud for analysis.

Which step happens first?

AData is sent to the cloud before any local processing.
BData is processed locally at the edge device before sending summary to the cloud.
CData is stored in the cloud and then sent back to the edge device.
DData is ignored at the edge and only sent to the cloud.
Attempts:
2 left
💡 Hint

Remember edge computing means processing near the source first.

Comparison
advanced
2:00remaining
Compare latency in edge vs cloud computing

Which graph best shows the difference in latency between edge computing and cloud computing for a smart factory sensor?

Intro to Computing
Options describe latency values in milliseconds for edge and cloud:
A: Edge: 10ms, Cloud: 100ms
B: Edge: 100ms, Cloud: 10ms
C: Edge: 50ms, Cloud: 50ms
D: Edge: 200ms, Cloud: 200ms
AEdge latency is 10ms and cloud latency is 100ms.
BEdge latency is 100ms and cloud latency is 10ms.
CBoth edge and cloud latency are 50ms.
DBoth edge and cloud latency are 200ms.
Attempts:
2 left
💡 Hint

Which is faster: processing near the device or far away?

identification
advanced
2:00remaining
Identify which device is an edge device

Which of the following is an example of an edge device in an edge computing system?

AA data center hosting large databases.
BA cloud server storing data from many devices.
CA smartphone processing data locally before sending to cloud.
DA fiber optic cable transmitting data.
Attempts:
2 left
💡 Hint

Edge devices are near the user or data source and do some processing locally.

🚀 Application
expert
3:00remaining
Choose the best edge computing use case

Which scenario benefits most from edge computing?

Options:

  • A factory robot needing instant response to sensor data
  • A website hosting service for global users
  • A cloud backup service for personal files
  • A social media platform storing user posts
AA website hosting service for global users
BA social media platform storing user posts
CA cloud backup service for personal files
DA factory robot needing instant response to sensor data
Attempts:
2 left
💡 Hint

Think about which needs very fast local processing.