Which of the following tools is designed to send a signal through one end of a cable, so that it can be found at the other end of the cable?

A. Multimeter
B. Toner probe
C. Cable tester
D. Voltage event recorder


Answer: C. Cable tester

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) A catch block can use a concise notation to catch exceptions related by inheritance. 2) After the last catch block, the required finally block provides code that always executes regardless of whether or not an exception occurs. 3) If a finally block appears after the last catch block, it is executed only if an exception is thrown. 4) The finally block is an ideal location for code that releases resources to prevent “resource leaks.” 5) C# does not guarantee that a finally block (if one is present) will be executed if a try block is exited via a return, break or continue statement.

Computer Science & Information Technology

Discuss a situation in which it would be more appropriate to use a do…while statement than a while statement. Explain why.

What will be an ideal response?

Computer Science & Information Technology

Job ____________________ can greatly increase the chance that an employee's misuse of the system or abuse of information will be detected by another employee.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When dealing with large multinational or global organizations, vendors often sell their software programs to the organizations but then outsource the technical support to local, third-party distributors.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology