What is the connector called on a network cable that connects to an Ethernet port?
A. RJ-11
B. RJ-45
C. DB9
D. USB
Answer: B
Computer Science & Information Technology
You might also like to view...
Which one of the following statements assigns the value 40 to the first element in an array of integers named values?
a. values[-1] = 40; b. values[0] = 40; c. values[null] = 40; d. values[1] = 40;
Computer Science & Information Technology
What is the binary code that can represent most currently used language characters and is the standard used on the Internet?
a.ASCII b.Base 2 c.International standards d.Unicode
Computer Science & Information Technology
Give several reasons why it makes sense.
What will be an ideal response?
Computer Science & Information Technology
In what thread does a Handler’s Runnable execute?
a. the GUI thread b. the thread that created the Handler c. a new thread that the Handler creates d. None of the above
Computer Science & Information Technology