What is the optical patch panel used to interconnect fiber cables called?

A) Fiber cross-connect B) Fiber splice
C) Optical combiner D) Optical splitter


A

Computer Science & Information Technology

You might also like to view...

One downside to using a web development tool is that sometimes they insert unnecessary code, creating larger, slower-loading webpages.

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

Computer Science & Information Technology

_________ sites focus on connecting people that share a common interest or activity

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

Computer Science & Information Technology

Which of the following creates a custom style class that will allow a Button control to appear with a blue background and yellow text?

``` a. .button-color { -fx- background-color: blue; -fx- text-fill: yellow; }``` ``` b. .button-color { -fx- bgcolor: blue; -fx- textfill: yellow; } ``` ``` c. .blue-button { background-color: blue; text-fill: yellow; } ``` ``` d. .blue-button { -fx- background: blue; -fx- text: yellow; } ```

Computer Science & Information Technology

Which of the following is NOT one of the six phases of the Web site development process described in the Unit?

A. research B. design C. market D. edit

Computer Science & Information Technology