Which of the following connector types are used in terminating singlemode fiber cables?

A. LC
B. F-connector
C. DB-9
D. BNC
E. RJ-11
F. SC


Answer:
A. LC
F. SC

Computer Science & Information Technology

You might also like to view...

What would be the result after the following code is executed? VVVVVVVVVVVV

``` final int SIZE = 25; int[] array1 = new int[SIZE]; ... // Code that will put values in array1 int value = 0; for (int a = 0; a < array1.length; a++) { value += array1[a]; } ``` a. value contains the highest value in array1. b. value contains the lowest value in array1. c. value contains the sum of all the values in array1. d. This code would cause the program to crash.

Computer Science & Information Technology

Live Tiles in Windows 8 do not require an Internet connection

Indicate whether the statement is true or false

Computer Science & Information Technology

All of the following are examples of being computer literate, EXCEPT ________

A) knowing only how to use your computer for e-mails B) knowing how to avoid hackers and viruses C) knowing how to use the web efficiently D) knowing how to maintain and troubleshoot your computer

Computer Science & Information Technology

The _____________ must control the state of the instruction cycle.

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

Computer Science & Information Technology