While researching a network issue, Randy discovered a diagram that he can use to see the design of the network. 
 
What type of documentation did Randy discover?

A. Network topology
B. Inventory management
C. Knowledge base
D. Architectural drawing


Answer: A

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The following statements both declare the variable num to be an integer. int num; INT num; 2. The following is a legal C++ statement to define and initialize a variable. char first Name = "Jack"; 3. If a variable is defined as int sum; it may be written in the program code as sum or Sum, but not SUM. 4. The following two statements both assign the value 5 to the variable dept. 5 = dept; dept = 5;

Computer Science & Information Technology

In the derived class, which data members of the base class are visible?

a. those in the public section only b. those in the protected section only c. those in the public or protected sections d. those in the public or private sections e. all data members are visible

Computer Science & Information Technology

On the left side of the ____, Flash displays the name of the current scene.

a. edit bar b. work area c. stage d. scroll bar

Computer Science & Information Technology

What does a NS record specify?

What will be an ideal response?

Computer Science & Information Technology