The two functions are :
- used for network connectivity on cell phones, iPads, and laptops.
- data is carried through radio, infrared and microwave signals.
What is wireless media ?
- Unguided media or unbounded transmission media are other names for wireless communication.
- The transmission of electromagnetic signals in this form is not dependent on any physical medium. When communicating wirelessly, we can send our message by infrared, radio, or microwave waves through the air, water, or vacuum.
Therefore, functions of wireless media include network connectivity on cell phones, iPads, and laptops and radio, infrared and microwave signals to carry data.
You can learn more about wireless media from the given link:
https://brainly.in/question/12459910
#SPJ13
Answer:
# include <conio.h>
# include <iostream.h>
using namespace std;
main{
int a[25], sum;
cout<<"enter the values in array a";
for (int i=0; i<= 24 ; i++)
{
cin>>a[i];
}
sum =0;
for (int j=0; j<=24 ; j++)
{
sum= sum + a[j];
}
cout<< sum;
getch ();
}
Answer:
That is False. it has more definitions not only one.
Answer:
nuclear power plant
Explanation:
A nuclear reactor, or power plant, is a series of machines that can control nuclear fission to produce electricity. The fuel that nuclear reactors use to produce nuclear fission is pellets of the element uranium. In a nuclear reactor, atoms of uranium are forced to break apart.
Answer:
The correct answer to the following question will be "False".
Explanation:
- Web crawlers make copies of google search recovery pages that index the streamed pages to allow subscribers to more effectively search. It collects details of Web pages in an automatically generated or semi-automated form.
- The code of HTML and Hyperlink can be checked by crawlers. They could be used for scraping of the web.
Therefore, the given statement is false.