A network technician is trying to terminate CAT5 modular jacks. Which of the following tools would be MOST appropriate for this scenario?
A. Crimper
B. OTDR
C. Throughput tester
D. Punch down tool
Answer: D. Punch down tool
You might also like to view...
Which of the following is NOT an example of an update anomaly?
a. modification b. creation c. insertion d. deletion
When you ________ an external table, you connect to the table without actually importing the table's data
A) link B) embed C) join D) associate
A slide's aspect ratio refers to the ________ of a screen
A) height-to-depth B) width-to-height-to-depth C) width-to-height D) width-to-depth
Which of the following statements is false?
a. Motion-Event’s getActionMasked method returns an int representing the Mo-tionEvent type, which you can use with constants from class MotionEvent to de-termine how to handle each event. b. Motion-Event’s getActionIndex method returns an integer index representing which finger caused the event. This index is the finger’s unique ID. c. If the action is MotionEvent.ACTION_DOWN or Motion-Event.ACTION_POINTER_DOWN, the user touched the screen with a new finger. e. If the action is MotionEvent.ACTION_UP or MotionEvent.ACTION_POINTER_UP, the user removed a finger from the screen. d. The first finger to touch the screen generates a MotionEvent.ACTION_DOWN event, and all other fingers generate Motion-Event.ACTION_POINTER_DOWN events.