Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Java I am your customer. I own a drone company. I need software to run my drone and provide information to the users programs that

Java

I am your customer. I own a drone company. I need software to run my drone and provide information to the users programs that will be flying the drones as well as ways to adjust the parameters of how the drone is flying. I have many different drones that I sell and it would be great if all the drones could be run with this one program. All the drones have motors and they all have the same camera. They all have a different size and they all have different weights, some have more motors than others do. They all fly on their own; you just have to tell it where to go. You can tell it to take a picture and it will. You can tell them to go to an x, y, z location and it will, with y being the height and you can think of x and z as longitude and latitude. Sometimes you only want to tell it to fly higher; this can be accomplished without changing the x and z. They all run on different batteries that have different capacities, so one drone might run twenty minutes and another might run an hour. The time that the battery has left over is automatically provided by a static method called time left in a class called Battery; it would be nice if our clients could request this value from our software if needed. The speed of the drone is 0-20 and sent in to the program from a app that will use our program, zero will just hover, and anything over that will have it move which ever direction it is facing. Thats pretty much what my drones do, can you design a piece of software to run this.and did I miss anything ?

Now design the software, no actual code, just classes, method definitions (input and output), and instance fields..the functionality of the software without any logic. Empty methods.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application And Administration

Authors: Michael Mannino, Michael V. Mannino

2nd Edition

0072880678, 9780072880670

More Books

Students also viewed these Databases questions

Question

Find the centroid of the region bounded by y=x and y=x^2

Answered: 1 week ago

Question

How does the concept of hegemony relate to culture?

Answered: 1 week ago

Question

How do Dimensional Database Models differ from Relational Models?

Answered: 1 week ago

Question

What type of processing do Relational Databases support?

Answered: 1 week ago

Question

Describe several aggregation operators.

Answered: 1 week ago