Question: A ____ is a type of program that uses a grid to organize and work with data.
Answer: cells
Explanation: cells store data and other things in columns and organize them
Question: Explain how to create a Pivot table?
Answer: 1.Click a cell in the source data or table range.
2.Go to Insert > Recommended PivotTable.
3.Excel analyzes your data and presents you with several options, like in this example using the household expense data.
4.Select the PivotTable that looks best to you and press OK.
question answered by
(jacemorris04)
Answer:
Program for measurement in meters and then converts it into miles, feet, and inches:
#include<iostream.h>
#include<conio.h>
void main()
{ float meter, mile, feet, inches;
cout<<"enter meters";
cin>>meters";
feet=meter×3.2808;
mile= meter×0.000621371;
inches= meter×39.3701;
cout<<"Value of"<<meter<<"meter"<<"in feet is"<<feet<<"feet":
cout<<"Value of"<<meter<<"meter"<<"in mile is"<<mile<<"mile";
cout<<"Value of"<<meter<<"meter"<<"in inches is"<<inches<<"inches";
getch();
}
Int sum = 0;
int item = 0;
do
{
item;
sum = item;
if (sum > 4)
break;
} while (item < 5);
You will generate a compile error, as having (item;) as a statement on its own is invalid.
Answer:
Combination of one or more columns used to identify particular rows in a relation is a key
Answer: JavaScript. What kind of script is used to run code on the client