Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need help with a program for an airplane flight planning system. Here are the following requirements Airport database: The system must contain a database
I need help with a program for an airplane flight planning system. Here are the following requirements
-
- Airport database:
- The system must contain a database of airport with the following information being stored in each
- ICAO Identifier: a three or four capital letter code identifying airport and navigational aid in the world uniquely, assigned by International Civil Aviation Organization.
- Name
- Latitude
- Longitude
- Communications radio frequencies: type and frequency
- Fuel types available: AVGAS for prop planes and / or JA-a for jets / turboprops
- The user must be able to add new airport
- The user must be able to modify any information about existing airports
- The user must be able to delete an airport
- The user must be able to display the information about an airport
- The system must contain a database of airport with the following information being stored in each
- Airport database:
-
-
- Airplane database
- The system must contain a database of airplanes with the following information being stored in each
- Make and model
- Type: Jet, Prop, and Turboprop
- Size of fuel tank in liters
- Fuel burn at cruise power setting in liters per hour
- Airspeed at cruise power setting in knots
- The user must be able to add new airplanes
- The user must be able to modify any information about existing airplanes
- The user must be able to delete an airplane
- The user must be able to display the information about an airplane
- The system must contain a database of airplanes with the following information being stored in each
- Flight planning
- The user must be able to enter a type of airplane, a starting and one or more destination airports and have the system design an appropriate flight plan.
- The system must accept airport input in either ICAO format or as a substring of the full name. For instance, the airport in Columbia SC, the user can enter CAE or Columbia, SC. If more than one airport matches the substring entered, the system must display a menu of possible choices.
- The flight planning system must add refueling stops as destinations if the distance from the starting and destination airports is greater than the max range of the airplane chosen. The max range being determined by fuel burn rate, fuel tank capacity, and airspeed.
- The flight panning will include the following information for all legs
- Staring airport.
- Heading the true heading the pilot must fly to reach the destination
- Time to destination
- Distance of the leg
- Destination airport and COM frequencies.
- If the flight is impossible due to lack of refueling facilities, the program must report this.
- Airplane database
I don't know where to start. Any help is appreciated.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started