Answer:
parallel
Explanation:
i got 100 its the same as question 3 on there
You've already answered it, haven't you? Data is sent through a network on bundles called packets.
Answer:
probably the 5 second pause
Answer:
#include <iostream>
using namespace std;
double larger( double x, double y){
if (x > y){
return x;
} else{
return y;
}
}
int main(){
int n, max = 0;
for (int i =0; i < 15; i++){
cout<< "Enter item"<< i+1 << ": ";
cin>> n;
cout<< "\n";
max = larger( n, max);
}
cout<<"The maximum number is: "<< max;
return 0;
}
Explanation:
The C++ program defines the function 'larger' that compares and returns the largest of two numbers. The main program prompts the user for 15 numbers and the larger function is called to return the largest of the fifteen numbers given.
Answer:
the designer choose because it has many basic and advance feature and it is Synchronous digital hierarchy (SDH) and synchronous optical network (SONET)
refer to a group of fiber-optic transmission rates that can transport digital signals
with different capacities. And it feature is Almost all new fiber-transmission systems now being installed in public networks
use SDH or SONET. They are expected to dominate transmission for decades to
come, just as their predecessor PDH has dominated transmission for more than
20 years (and still does in terms of total systems installed). Bit rates in long-haul
systems are expected to rise to 40 Gbps soon after the year 2000, at the same
time as systems of 155 Mbps and below penetrate more deeply into access
networks.
2 they choose Because of these problems, the big cable networks use hybrid fiber-coax networks. The use of fiber increases the upstream bandwidth and reduces noise, making it easier for upstream data to reach its destination. But upgrading to hybrid fiber-coax is hugely expensive.