Which of the following are advantages of using a bridge to interconnect LANs?
a. Works best in low-traffic areas
b. Relatively inexpensive
c. Can be used to route data traffic
d. Easy to install
e. Reduces collision domains
b. Relatively inexpensive
d. Easy to install
e. Reduces collision domains
You might also like to view...
Data loss could occur if the contents of a __________ were placed into any of the other three associative container types.
a. multiset. b. set. c. multimap. d. map.
The navigation form provides a familiar ________ that allows you to access multiple objects in the database from one central location
A) colorized page B) scroll bars C) Internet-style interface D) built-in navigation pane
The pointer will display a(n) ________ when Format Painter is active
Fill in the blank(s) with correct word
The statement ____ can be used in place of the longer statement cin.get(message, MAXCHARS, ‘\n').
A. cin.getline() B. cin.getline(message, ‘\n') C. cin.getline(message, MAXCHARS) D. cin.getline(MAXCHARS, ‘\n')