Which of the following connections could transfer data the greatest distance between nodes?
A) radio B) fiber optic C) coax D) infrared
B
Computer Science & Information Technology
You might also like to view...
To create a new Microsoft account, you must provide a(n) ________
A) product key B) email address C) credit card D) mailing address
Computer Science & Information Technology
In the accompanying figure, Item 3 points to the ____.
A. status bar B. title bar C. menu bar D. ribbon
Computer Science & Information Technology
What are the two main services provided by the network layer of the TCP/IP model?
A) Compression B) Addressing C) Routing D) Reliability E) Encryption
Computer Science & Information Technology
Which of the following array declarations are invalid?
a) int[] grades = new int[5]; b) int grades[] = new int[5]; c) int[] grades = { 91, 83, 42, 100, 77 }; d) all of the above are valid e) none of the above are valid
Computer Science & Information Technology