Which type of fiber-optic cabling only allows an individual light path through it?

A) Unicast mode
B) Stream mode
C) Multimode
D) Single-mode


D
Explanation: There are two main types of fiber optic cabling: single-mode and multimode. Single-mode cabling has a very small interfiber core that only allows a single mode (path) of light between the transmitter and the receiver. Multimode cabling has a larger core and allows for multiple modes (paths) of light; this type of cabling is typically used for shorter distances.

Computer Science & Information Technology

You might also like to view...

Which of the following statements about try blocks is true?

a. The try block must be followed by at least one catch block. b. The try block must be followed by a finally block. c. The try block should contain statements that may process an exception. d. The try block should contain statements that may throw an exception.

Computer Science & Information Technology

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

1. The optimization of tonal adjustment at the time of capturing images—scanning or digital photography—does not matter because you can always extend the tonal range of the image to any extent afterward in Photoshop to recover the missing color information. 2. Zero decibels is when there is absence of sound or no sound wave. 3. Eight-bit sound is generally considered to be more than adequate for recording music. 4. MP3 is a good file format to keep as a source file for further editing. 5. The optimal meter level for recording is going past the red area of the meter.

Computer Science & Information Technology

Identify the compiler errors, and state what is needed to eliminate the error(s).

``` int Main() { int a,b,c; int a = 5; float $_per_month, price; cout << “Enter pay per month and price.”; cin >> price >> $_per_month; return 0; } ```

Computer Science & Information Technology

A(n) ________ query is used when you want to find records with the same specific value

Fill in the blank(s) with correct word

Computer Science & Information Technology