When many LAN devices are connected in a continuous loop, it is called a

a. star network
b. mesh network
c. bus network
d. ring network

d. ring network

Computer Science & Information Technology

You might also like to view...

Suppose you want to run code that involves the loop

//Assume vector v and iterator p has been defined and //given appropriate values for (p = v.begin(); p != v.end(); p++) cout << *p << " "; Which of the following could you use to declare the iterator p? Why? std::vector::iterator p; std::vector::const_iterator p;

Computer Science & Information Technology

In order for Web sites to reach the maximum number of people, they have to be able to be displayed by as many different Web ____________________ as possible.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology