Explanation:
computer peripheral is an external device that provides input and output for the computer. for example keyboard and mouse are input peripherals while mouse and printer are output peripherals...
Answer:
Explanation:My explanation is above my comment :)
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 Explanation:
Business intelligence is defined as the strategies and technologies used by companies for the data analysis of business information it tell us also about predictive views of business operation.
THE MOST CONSISTENT ITEMS REGARDLESS OF SOFTWARE USED IN BI ARE :
- data analyst has the most responsibility of BI he is the most important part of BI
- It is the interconnected process of inspection changing and modeling
- data analysis is hugely aided by data mining