Why are the wires twisted around each other in twisted pair cable?

A. To reduce electrical interference
B. To increase bandwidth
C. To save space
D. To make the cable stronger

Answer: A

Computer Science & Information Technology

You might also like to view...

What will the code cout << sentence produce?

``` 1 string sentence = “C++ is my favorite programming language.”.; 2 string word; = “favorite” 3 int sentSize = sentence.size(); 4 int wordSize = word.size(); 5 int wordInSentence = sentence.find(word); ``` A. C++ is my favorite programming language. B. true C. sentence D. Nothing. That’s not how you display strings.

Computer Science & Information Technology

Bayley wants to connect a new external hard drive to his Windows PC. He wants the fastest connection type available because he plans to edit video directly to and from the external hard drive.    Which connection type should Bayley use to get the fastest connection possible?

A. USB 3.0 B. eSATA v2 C. Lightning connection D. Thunderbolt 3 

Computer Science & Information Technology