What is the maximum distance between a hub and a node on a 10BaseT network?
A. 2.5 meters
B. 100 meters
C. 50 meters
D. 500 meters
Answer: B
Computer Science & Information Technology
You might also like to view...
Which of the following is not true of ExecutorService?
a. It is a subinterface of Executor. b. It is an object that can be run in a separate thread. c. It declares method shutdown. d. It manages a group of threads.
Computer Science & Information Technology
Referring to the accompanying figure, which of the following callouts points to the wired network port?
A. A B. B C. C D. D
Computer Science & Information Technology
Identify and correct the errors :
``` if (c < 7); { System.out.println("c is less than 7"); } ```
Computer Science & Information Technology
What type of program specifically allows and accepts user input?
A. interactive program B. static program C. constant program D. procedural program
Computer Science & Information Technology