Gary is preparing a lecture for his students on Internet technology. Gary tells his students that backbone routers are maintained by ____.

A. WAPs
B. TCP/IPs
C. NAPs
D. NSPs


Answer: D

Computer Science & Information Technology

You might also like to view...

16. The _______ keyword in C++11 determines the type of a variable based on the data type that the variable is set to.

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

Computer Science & Information Technology

How many lines of output will be displayed by the following program fragment?

``` for (int i = 0; i< 5; ++i) for (int j = 0; j < i; ++j) cout << i << j << endl; ``` a. 5 b. 9 c. 10 d. 20

Computer Science & Information Technology

When you use the keyboard to scroll to a different position in the document, the ____ automatically moves when you press the desired keys.

A. roster B. insertion point C. Alt tag D. smart tag

Computer Science & Information Technology

Which of the following is an example of a style?

A) Heading 2 B) Arial C) Organic D) Bold

Computer Science & Information Technology