Answer: Horizontal-market application software
Explanation:
I found this on the webs... does it look right? here was the definition that accompanied it: Software that provides capabilities common across all organizations and industries; examples include word processors, graphics programs, spreadsheets, and presentation programs
Answer:
following are the code in c++
#include<iostream> // header file
#include<math.h>
using namespace std;
int main() // main function
{
double v,a,len;// declaring variable
cout<<" Enter v: ";
cin>>v;
cout<<" Enter a:";
cin>>a;
len=pow(v,2)/(2*a); // to calculate the minimum runway length.
cout<<" The minimum runway length is :";
cout<<len;
return 0;
}
Explanation:
In this program we taking two user input in the variable v and a respectively.After that we using the formula len=v*v/2*a to calculate the minimum runway length and finally print len which display the minimum runway length. .
output
Enter v: 60
Enter a: 3.5
The minimum runway length is :514.286
1ts I would restart Power it off and on. But if I had to say Application analysis
Answer: B) Install an addition memory card to the current drive
Explanation: Drive storage space is space that has particular capacity to store files and data. If the storage reaches the capacity,it turns out that more space is required for the data storage. The hard drive is a major storage space in a system with large capacity. So, if it gets full, there are various ways it could be increased such as replacing it with other internal hard drive, external hard drive etc.
But installation of the memory card is not the solution for increasing the space because they don't have very large space and can only support small devices.