A(n) _________ is a networking cable that contains hundreds of thin, transparent filaments over which lasers transmit data as light.
A. fiber-optic cable
B. twisted-pair cable
C. coaxial cable
D. packet-switched cable

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


fiber-optic cable

Rationale: A fiber-optic cable is a networking cable that contains hundreds of thin, transparent fibers over which lasers transmit data as light. Fiber-optic cable is commonly used for the high-speed backbone lines of a network, such as to connect networks housed in separate buildings or for the Internet infrastructure. See 4-4: Networking Media

Computer Science & Information Technology

You might also like to view...

To add two nodes node1 and node2 to the the first row in a GridPane pane, use ________.

a. pane.add(node1, 0, 0); pane.add(node2, 1, 0); b. pane.add(node1, node2, 0); c. pane.addRow(0, node1, node2); d. pane.addRow(1, node1, node2); e. pane.add(node1, 0, 1); pane.add(node2, 1, 1);

Computer Science & Information Technology

Line charts typically display ________ on the vertical axis

Fill in the blank(s) with correct word

Computer Science & Information Technology

Solve the linear equation. If necessary, answer no solution.

What will be an ideal response?

Computer Science & Information Technology

You can use the Transform commands with any of the resizing pointers to distort a bounding box using an angle other than 90°.

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

Computer Science & Information Technology