Int main(void){
int n,s=0;
while(1){
scanf(" %d",&n);
if(n<0) break;
s+=n;
}
printf("sum=%d\n",s);
return 0;
}
Answer:
Information is data that has been organized is the true statement.
Explanation:
There are huge difference between information and a data. A data is basically a “raw data” or “a data which is unprocessed”. Whereas information are the processed form of data. Information gives a complete picture and can go for further analysis. The collected data does not convey any proper meaning unless it is converted to information.
<u>Example of data: </u>Employee name, product name, price of an item, sold item etc
<u>Example of information:</u> Pay slip, Reports, bar charts, Pie-charts, invoices, etc.
Answer:
1: General search, 2: Online reference, 3:Speciality Search, 4: Metasearch engine, 5: Social search tool.
Explanation:
General search engine are internet portals for searching numerous compiled resources for specific key words or phrases. examples are Google and Bing.
Online references are virtual reference that connect you to professional librarian over the internet.
Specialty search engine searches special created database for particular subject and they are also refer to as topical search engines.
Metasearch engine this kind of search engine uses other search engine to provide his own result.
Social search tool provide content that are social media related.