Which of the following cable types use shielding to protect against EMI and RFI? (Select TWO).

A. Fiber
B. Crossover
C. Coaxial
D. UTP
E. STP


Answer:
C. Coaxial
E. STP

Computer Science & Information Technology

You might also like to view...

In order to leave 15 pixels of space in an HBox container, use which of the following statements?

a. myhbox = setPadding(15); b. myhbox.setPadding(15); c. myhbox.setPadding.Insets(15); d. myhbox.setPadding(new Insets(15));

Computer Science & Information Technology

Which language was developed by Microsoft in the early 1990s to simplify the development of Windows applications?

a. Visual C#. b. Python. c. Objective-C. d. Visual Basic.

Computer Science & Information Technology

When the compiler translates a generic method into Java bytecodes, it uses __________ to replace the type parameters with actual types.

a. erasure. b. compile-time type replacement. c. compile-time type checking. d. compile-time type safety.

Computer Science & Information Technology

The differences between a shape and a symbol include all of the following ex-cept.

(a) A shape is a vector graphic which has not yet been converted to a symbol. (b) Shapes can be edited with the Paint Bucket and Ink Bottle tools but symbols cannot. (c) Symbols include graphics, buttons and movie clips. (d) Shapes are interactive and can have actions applied to them.

Computer Science & Information Technology