__________________ cabling generally contains eight wires (four pairs), used to transmit data.

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


Unshielded twisted pair (UTP)

correct

Computer Science & Information Technology

You might also like to view...

Given the overloaded function prototype:

``` void CalcShape(int w);``` Which of the prototypes below would not be a valid overloaded function? A. int CalcShape(int w, float p); B. void CalcShape(int w, int y); C. float CalcShape(int w); D. void CalcShape(char b);

Computer Science & Information Technology

Which of the following is NOT true regarding database design?

A) An entity is a person, place, item, or event that you want to keep data about. B) A field is an instance of an entity. C) An attribute is information about the entity. D) A relationship is an association between tables based on common fields.

Computer Science & Information Technology

A(n) ________ is a combination of different formats that can be selected from its own gallery and applied to shapes or other objects

A) effect B) template C) Quick Style D) layout

Computer Science & Information Technology

A derived class object cannot be assigned to a base class object.

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

Computer Science & Information Technology