Answer:
Spreadsheet
Explanation:
Spreadsheet applications like Microsoft Excel, Google Sheet, etc. makes the task of managing and presenting the mathematical data quite easy and perfect. It consists of rows and columns, and in each cell, we can apply a set of formulas. Its a great data mining tool as well, where the unprocessed data is cleaned, to form a piece of information at various levels, and fed to top management. It helps in all sorts of analysis, and like statistical analysis. And it supports data visualization as well. which makes the analysis even more fruitful and easy. However, its drawback is, the set of variables cannot be more than 3. And that is where the software like Microsoft Power BI and tableau comes into the picture. And they support spreadsheets as well as various other formats.
Answer: number 2 is the correct way to do it
Explanation:
Answer:
ifstream inputFile;
inputFile.open("Friends.txt");
Explanation:
Though, the programming language is not stated, questions like this are often from C++.
The first statement defines the ifstream object using the following syntax.
ifstream [object_name]
In this case, the object name is inputFile
So, the syntax becomes
ifstream inputFile;
The next line opens a file using the following syntax.
[object_name].open("Filename")
Here, object_name is inputFile and filename is Friends.txt
So, the open statement becomes
inputFile.open("Friends.txt")
Answer:
1. electricity
Explanation:
i know only the answer of this first question. hope this helps uh. please make me brilliant
Answer:
The table data is displayed as it is when it is converted into the text. Only the borders of the table get vanished. The data is displayed in the form of rows and columns.
Explanation:
- Microsoft word has a feature that it converts the table into text and vice versa.
- This feature helps as sometimes the table does not attracts much as the text do.
- So for converting the table into text we take following steps:
- Select the entire table.
- Go to Layout tab.
- Locate the Data group.
- Click on "Convert to text"
The table will be converted to simple text.
I hope it will help you!