What type of information would be found on a logical topology diagram?
A. Location of departmental printer
B. Length and type of all cable runs
C. IP addressing scheme
D. Location of departmental switch
E. None of the above
Answer: C. IP addressing scheme
You might also like to view...
Which is the function body for the Jeopardy constructor?
```class TVGame { protected: string host; string game; public: TVGame(string h, string g); GoToCommercial(); // add the StartGame function here }; class Jeopardy : public TVGame { private: int score; public: Jeopardy(string h, string g, int s); // add StartGame function here };``` A. { s = score; } B. { g = h; } C. { h = score; } D. {score = s;}
Which of the following is true?
a. You can add characters into a string buffer. b. You can delete characters into a string buffer. c. You can reverse the characters in a string buffer. d. The capacity of a string buffer can be automatically adjusted.
____ is a very effective technique for making a Web site easy to use.
A. Content B. Consistency C. Context D. all of the above
Databases built to support online analytical processing(OLAP) consist of _____.
a. data cubes b. data hubs c. data cards d. data marts