C. To make the generator work
Answer:
#include<iostream>
#include<string>
int main()
{
double weight;
double weightInPounds;
cout<<"Enter Weight of person in kilograms\n";
cin>>weight;
weightInPounds = weight * 2.2;
cout<<"Your weight in Pounds is : "<<weightInPounds<<endl;
return 0;
}
"ICMP" <span>is used for supervisory messages at the internet protocol layer.
ICMP stands for </span>Internet Control Message Protocol and it refers to a supporting protocol in the Internet protocol suite. It is utilized by network devices which includes routers and these are used to send error messages and operational data showing, for instance, that asked for service which isn't accessible or that a host or switch couldn't be come to.
Answer: Option (e) is correct
Explanation:
Intranet is the private network that is created for sharing information and data ,handle computing facilities, sharing files etc through internet service within a organization. Members of the company can access this technology for performing activities on the network.
- Other options are incorrect because numerous networks are not linked ,does not share information outside organization, does not act as information system's base and neither is linked with mainframe technology.
- Thus,the correct option is option(e).