Refer to the following statements: This type of diagram depicts how devices are interconnected to each other using wires and cabling2) This type of diagram depicts the arrangement of devices and how they communicate with each other.Which diagram types are being described?
a. Both statements describe a physical network diagram
b. Statement 1 describes a physical network diagram while statement 2 describes a logical one
c. Statement 1 describes a logical network diagram while statement 2 describes a physical one
d. Both statements describe a logical network diagram
Ans: b. Statement 1 describes a physical network diagram while statement 2 describes a logical one
You might also like to view...
Select all that apply. Given the following code fragment, which of the things shown below happen when the statement on line 8 executes?
``` 1 int square(int a) 2 { 3 return a * a; 4 } 5 int main() 6 { 7 int x = 0; 8 x = square(5); 9 cout << x << endl; 10 return 0; 11 } ``` a. The square function is called and the value 5 is passed as an argument. b. The square function calculates 5*5 and stores the result, 25, as a temporary value. c. The temporary value is copied (assigned) to the variable x. d. The temporary value is discarded by the system. e. None of these
What is considered the ‘cleanup rule' on a Cisco router?
A. explicit allow all B. implicit deny all C. explicit prompt D. implicit allow
Database Splitter is used to divide a database into ________
A) five files B) four files C) two files D) three files
When a row is inserted into a worksheet, the ________ of the row above is applied to the inserted row
A) text value B) formatting C) numeric value D) formula