Recall & Review
beginner
What is the purpose of altitude limits in drone programming?
Altitude limits set the maximum and minimum heights a drone can fly to keep it safe and compliant with regulations.
Click to reveal answer
beginner
How do you typically set altitude limits in a drone's configuration?
You set altitude limits by defining maximum and minimum altitude values in the drone's software or firmware settings.
Click to reveal answer
beginner
Why is it important to respect altitude limits when programming drones?
Respecting altitude limits prevents drones from flying too high or too low, avoiding collisions, legal issues, and loss of control.
Click to reveal answer
intermediate
What might happen if a drone ignores its altitude limits?
Ignoring altitude limits can cause crashes, legal penalties, or interference with other aircraft.
Click to reveal answer
intermediate
In code, how can you check if the drone's current altitude is within limits?
You compare the current altitude value with the set minimum and maximum limits using conditional statements.
Click to reveal answer
What does setting an altitude limit on a drone do?
✗ Incorrect
Altitude limits restrict the drone's flying height to keep it safe.
Which value would you set to prevent a drone from flying too high?
✗ Incorrect
The maximum altitude limit stops the drone from flying above a certain height.
If a drone's altitude is 120 meters, and the maximum limit is 100 meters, what should happen?
✗ Incorrect
The drone should lower altitude to stay within the maximum limit.
Why might altitude limits be legally required?
✗ Incorrect
Altitude limits help prevent drones from interfering with airplanes and helicopters.
How can altitude limits improve drone safety?
✗ Incorrect
Altitude limits help avoid collisions and keep the drone safe.
Explain how altitude limits are set and enforced in drone programming.
Think about how the drone knows when to stop going higher or lower.
You got /4 concepts.
Describe the risks of not using altitude limits in a drone's flight control.
What bad things can happen if the drone flies too high or too low?
You got /4 concepts.